can I add to this question - does anyone know how to do this using DOM1/DOM2 and not the experimental DOM3 stuff...
> -----Original Message----- > From: Hellmann Peter (ext) [mailto:[EMAIL PROTECTED] > Sent: 07 November 2002 08:20 > To: '[EMAIL PROTECTED]' > Subject: right-sequencing child nodes > Importance: Low > > > hi all, > > please allow me one question. because no validation occurs > while adding > nodes to a dom tree (no dynamic validation) i can add some > child nodes to my > dom tree in the wrong sequence (DTD says <tag1> must come > before <tag2> but > i can add nodes in an arbitrary order). Because when serializing, no > validation is done, my unmarshalled output contains the tags > in the wrong > sequence. now my question is if there is any function that does > right-sequencing child nodes according to the settings in the > DTD prior to > serialization? > > thanx 4 any hints > > kind regards > Peter Brightman > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
