Hi, > I am adding the elements to the DOM tree in the required sequence . > After i serialize the doc using the DOMWriter, the elements are not in the > required sequence. Is
Are you sure about this? It seems likly that you are adding them in the wrong order. > there a way whereby, i can ensure that the serialized XML conforms to > my requirement ? The only way currently is to validate it again. We will do in memory validation eventaully. There is an additional DOM spec that we have no plans to implement currently that allows you to see if you edits still create a valid document. Gareth -- Gareth Reakes, Head of Product Development +44-1865-203192 DecisionSoft Limited http://www.decisionsoft.com XML Development and Services --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
