Handling XML data

Formally known as "Mercator Inside Integrator 6.7", DataStage TX enables high-volume, complex transactions without the need for additional coding.

Moderators: chulett, rschirm

Post Reply
jackcool
Participant
Posts: 28
Joined: Thu Mar 02, 2006 6:19 pm
Location: sappington
Contact:

Handling XML data

Post by jackcool »

Hi,
My Source is a XML file backed up by a XML Schema.One of the element types defined in XML schema is xs:anyType.I came to know that Tx does not support anyType.

My question is is there a clean way of Handling xs:anyType ?

Sample schema definition for reference


<xs:element name="TestType" type="xs:anyType">
</xs:element>

Any help is appreciated!!
jazzer1
Participant
Posts: 37
Joined: Mon Mar 20, 2006 10:26 am

Post by jazzer1 »

anytype works for me but I'm using Version 8.0
Post Reply