:with all elements preceded by the prefix. A sample message generated from XMLSpy using the same schema that was used for the message set gives:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<!--Sample XML file generated by XMLSPY v2004 rel. 3 U (http://www.xmlspy.com)-->
<Pofi xmlns="http://www.xxx.au/Messages/MyXMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ReceiptNumber>2</ReceiptNumber>
<ReceiptNumberDate>1967-08-13</ReceiptNumberDate>
<Source>1</Source>
<Clients>
<client>
.....
:which is what I would like the MRM to deliver, ie no prefix.
I have experimented with various Property settings without success. I know how to achieve the required result using the XMLNS parser; how can I do it using the MRM?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum