Hi,
I have a XML structure that looks like this:
<TRANSACTION TYPE="A">
</TRANSACTION>
Now, inside this XML structure, there can be different types of XMLs that can be embedded in,that have different Schema definitions and The Transaction TYPE would determine what type of XML is in it.
I am trying to find, what is the best way to parse such an XML, given the only way to detemine the type is using the TYPE attribute and then associating the right XML schema..
niet..
I have a XML structure that looks like this:
<TRANSACTION TYPE="A">
</TRANSACTION>
Now, inside this XML structure, there can be different types of XMLs that can be embedded in,that have different Schema definitions and The Transaction TYPE would determine what type of XML is in it.
I am trying to find, what is the best way to parse such an XML, given the only way to detemine the type is using the TYPE attribute and then associating the right XML schema..
niet..