Page 1 of 1

Invalid Characters in XML

Posted: Wed Jul 14, 2010 5:24 pm
by koolsun85
I am getting the following characters in generated XML.
At the end of tag />
At the beginning of tag <
I am assuming these are > and < but can we replace them as they are supposed to be?

Also, I have this coming for every field.
<?xml version="1.0"

Thanks to best practices document, I am able to get the repetitive elements work, but with the above described issues.

As described in the document, I am creating individual XMLs and joining them with Parent, and able to create an erroneous XML.

Thanks in advance.

Posted: Wed Jul 14, 2010 5:43 pm
by eostic
Use the Data Element of "XML" on the input link of the xmlOutput Stage. That tells the Stage not to "escape" the xml tag characters.

Ernie

Posted: Thu Jul 15, 2010 7:53 am
by koolsun85
It worked .... Thanks a ton...