Hi,
I am having a problem ordering child nodes within a parent node through the XML Writer.
For example.
If I have a parent node…
Snow White Walt Disney 123456789Child node…
London ManchesterI need to add a child node which I am able to do into the node, however I need to have the order in a particular sequence due to schemas.
The Child node needs to appear in between certain tags of the parents.
This is what I would like to have…
Snow White Walt Disney London Manchester 123456789This is currently what Clover XML Writer produces.
Clover puts the child node at the bottom of the parent node.
Is there anyway to do this?
Is there anyway to control the sequencing within the XML Writer?
Thanks