dbertoni    01/03/14 07:29:36

  Modified:    c/src/XercesParserLiaison XercesParserLiaison.cpp
  Log:
  Turn off xml decl nodes.
  
  Revision  Changes    Path
  1.28      +4 -0      
xml-xalan/c/src/XercesParserLiaison/XercesParserLiaison.cpp
  
  Index: XercesParserLiaison.cpp
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/c/src/XercesParserLiaison/XercesParserLiaison.cpp,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- XercesParserLiaison.cpp   2001/02/03 00:06:58     1.27
  +++ XercesParserLiaison.cpp   2001/03/14 15:29:35     1.28
  @@ -578,6 +578,10 @@
   
        theParser->setErrorHandler(m_errorHandler);
   
  +     // Xerces has a non-standard node type to represent the XML decl.
  +     // Why did they ever do this?
  +     theParser->setToCreateXMLDeclTypeNode(false);
  +
        return theParser;
   }
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to