Originally posted by: JGibby
I have an XML type tree that is used for input card data. Because of business rules, we do not process some of the XML transactions. Those that we do not translate, we extract into the same XML type tree to an output card. Thus we have an XML file with transactions that we didn't process.
The problem I'm having is that the incoming XML has no newline characters in it whatsoever. The bypassed transactions are coming out with newline characters after each element. I even created a new output card with the same type tree and just set it equal to the input card object and saved it to a file with the same results, so I know it isn't something I'm doing in the bypass formula.
Oh, I forgot to mention that this type tree was imported as using Xerces validation with XSDL Hints Location set to None.
I can't find anything that would tell it to put newline characters in the output.
Thanks,
John
#DataExchange#IBM-Websphere-Transformation-Extender#IBMSterlingTransformationExtender