Originally posted by: Arun Ramamurthy
Also from my understanding the classic Parser has several limitations in its XML support since its an older method of parsing. As mentioned , the classic parser is a generic parser and can parse any data. It is not dependent on XML rules or the schema once the type tree is created. So it can start in the middle of data as well. Where as the XML parser expects a complete valid XML file to parse. The problem with the classic parser is that there are certain XML rules in the schema that it just can't handle since it uses the older method of parsing , such as "anytype" fields for example.
#IBMSterlingTransformationExtender#IBM-Websphere-Transformation-Extender#DataExchange