Re: [dom4j-user] Sequence in an XML-document

2002-07-19 Thread James Strachan
ent: Friday, July 19, 2002 10:15 AM Subject: [dom4j-user] Sequence in an XML-document > Hi, > > is it possible with DOM4j to make/build an XML file from scratch if there is > a sequence according to the Schema? > Can I insert a tag for example after i added ? How do I >

[dom4j-user] Sequence in an XML-document

2002-07-19 Thread Bram Huenaerts
Hi, is it possible with DOM4j to make/build an XML file from scratch if there is a sequence according to the Schema? Can I insert a tag for example after i added ? How do I know if it will be inserted on the right position? Because if it's not on the good position i will get a sequence error.