You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by bu...@apache.org on 2002/02/20 15:11:34 UTC

DO NOT REPLY [Bug 2546] - DOM_Node::XML_DECL_NODE is not imported

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2546>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2546

DOM_Node::XML_DECL_NODE is not imported

PeterV@ti.com.od.ua changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|Other                       |High
            Version|1.5                         |1.6.0



------- Additional Comments From PeterV@ti.com.od.ua  2002-02-20 14:11 -------
source file: dom\DocumentImpl.cpp
Please add the follwoing code:
    case DOM_Node::XML_DECL_NODE:
        {
            XMLDeclImpl* srcXmlDecl = (XMLDeclImpl*)source;
            XMLDeclImpl* newXmlDecl = createXMLDecl(
                srcXmlDecl->getVersion(), 
                srcXmlDecl->getEncoding() , 
                srcXmlDecl->getStandalone()
            );
            newnode = newXmlDecl;
        }
        break;

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org