I'm using the DOM to create an XML representation of my application's documents. Certain components of these documents have no specific ordering and are therefore stored internally in an essentially random order. However the DTD (or schema) imposes a particular ordering on everything, so to produce a valid XML document I need to ensure that the DOM nodes corresponding to these components are inserted in the correct order, as specified by the DTD or schema. Unfortunately I have no idea how to achieve this! Any ideas to point me in the the right direction would be much appreciated. Thanks in advance, Steve --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
