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
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
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
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!
--