AW: update from xerces 1.7.0 to 2.3.0

2003-09-04 Thread regine . bauer
Thanks! > -Ursprüngliche Nachricht- > Von: Gareth Reakes [SMTP:[EMAIL PROTECTED] > Gesendet am: Mittwoch, 3. September 2003 10:40 > An: [EMAIL PROTECTED] > Betreff: Re: update from xerces 1.7.0 to 2.3.0 > > Hi, > the serilizer does this no

RE: update from xerces 1.7.0 to 2.3.0

2003-09-03 Thread Adam Heinz
ay, September 03, 2003 1:13 AM To: [EMAIL PROTECTED] Subject: update from xerces 1.7.0 to 2.3.0 Hello, I am updating from Xerces 1.7.0 to 2.3.0. In 1.7.0 I could create a XML-Declaration Node with m_Dokument.createXMLDecl( S_xmlDeclVersion, "UTF-8", S_xmlDeclStandalone ). Now, how can

Re: update from xerces 1.7.0 to 2.3.0

2003-09-03 Thread Gareth Reakes
Hi, the serilizer does this now. Try and use DOMWriter. Gareth On Wed, 3 Sep 2003, [EMAIL PROTECTED] wrote: > > Hello, > > I am updating from Xerces 1.7.0 to 2.3.0. > In 1.7.0 I could create a XML-Declaration Node with > > m_Dokument.createXMLDecl( S_xmlDeclVersion, "UTF-8", S_xmlDec

update from xerces 1.7.0 to 2.3.0

2003-09-02 Thread regine . bauer
Hello, I am updating from Xerces 1.7.0 to 2.3.0. In 1.7.0 I could create a XML-Declaration Node with m_Dokument.createXMLDecl( S_xmlDeclVersion, "UTF-8", S_xmlDeclStandalone ). Now, how can I do this in 2.3.0, as DOMDocument no longer has a similar method ? Thanks! --