Hi, maybe I'm out of track here but and I'm not sure about the specification
on this(I will look into that),
I just know that there is a class DOM_XMLDecl that refers to XML Declaration
nodes in the DOM. This is my source
http://xml.apache.org/xerces-c/apiDocs/class_DOM_XMLDecl.html#b0 but since
I'm kind of new with this...

<?xml version="1.0" encoding="UTF-8" standalone="no"?> is what I call, maybe
wrongly, an "XML Declaration Node". 

Thanks again

Patrick

-----Message d'origine-----
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Envoy� : mardi 5 juin 2001 17:53
� : [EMAIL PROTECTED]
Objet : Re: Little transformation problem



>Everything works fine if I don't have an XML Declaration Node in my Dom
>document

What is an "XML Declaration Node"? That isn't part of the standard DOM
API...

DOM Level 2 doesn't have a model for the XML Declaration (see
http://www.w3.org/DOM/faq.html#XMLdecl). DOM Level 3 expects to add fields,
not a node, to carry this information; see the working draft at
http://www.w3.org/TR/DOM-Level-3-Core/core.html#Document3 and
http://www.w3.org/TR/DOM-Level-3-Core/core.html#Element3.

Reply via email to