Index: XercesParserLiaison.cpp
===================================================================
--- XercesParserLiaison.cpp	(revision 428214)
+++ XercesParserLiaison.cpp	(working copy)
@@ -741,7 +741,7 @@
     DOMParserType* const    theParser =
         new (&theMemoryManager) DOMParserType(0, &theMemoryManager);
 
-    theParser->setExpandEntityReferences(true);
+    theParser->setCreateEntityReferenceNodes(true);
     theParser->setDoNamespaces(m_doNamespaces);
     theParser->setEntityResolver(m_entityResolver);
 
@@ -759,7 +759,7 @@
     SAXParserType* const    theParser =
         new (&theMemoryManager) SAXParserType(0, &theMemoryManager);
 
-    theParser->setDoValidation(false);
+    theParser->setSkipDTDValidation(true);
 
     theParser->setDoNamespaces(false);
 
