← Prev in month ← Prev in thread

in place ordering of XML

From
Ramkumar Menon <>
To
Date
2003-09-05T06:47:55Z
ID
<>
Thread
in place ordering of XML
Hi,

My Application is  recieving a sequence of XML Nodes. I need to create a 
XML Doc from these ,having all these nodes in order as dictated by the 
schema , "in the most efficient of ways"..
For e.g. if the schema is saying

<xsd:element name = "foo">
<xsd:element name = "bar">
<xsd:element name = "pooh">

If I get the xml nodes in the order "bar", "pooh" and "fooh", the tree 
should be built with these in order as in the schema.

i.e.
<target>
<foo>
<bar>
<pooh>
</target>

Any help wuld be appreciated.

rgds,
Menon



-- 
Ramkumar Menon,
Oracle India Pvt Ltd,
Bangalore - 82
← Prev in month ← Prev in thread