BookQueryBE Example XML Transformed Request

JSON response message for BookQueryBE example.

The following is the transformed XML request message from the XSLT defined as Example XSLT to Convert BookQueryBE JSON Request to XML Request.

<?xml version="1.0" encoding="UTF-8"?>
<dict xmlns="http://www.tibco.com/asg/content-types/json">
<dict key="BookStore">
<list key="Book">
<dict>
<text key="Publisher">Tibco Software Inc</text>
<text key="ISBN">0-06-566778-9</text>
<text key="Author">Vivek Ranadive</text>
<text key="Title">The Power of Now</text>
</dict>
</list>
</dict>
</dict>