dbertoni 01/12/14 12:01:08
Modified: c/src/XSLT StylesheetExecutionContextDefault.cpp
Log:
Changed for renamed XMLParserLiaison member function.
Revision Changes Path
1.82 +1 -1
xml-xalan/c/src/XSLT/StylesheetExecutionContextDefault.cpp
Index: StylesheetExecutionContextDefault.cpp
===================================================================
RCS file:
/home/cvs/xml-xalan/c/src/XSLT/StylesheetExecutionContextDefault.cpp,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- StylesheetExecutionContextDefault.cpp 2001/11/26 23:25:37 1.81
+++ StylesheetExecutionContextDefault.cpp 2001/12/14 20:01:08 1.82
@@ -2223,7 +2223,7 @@
#else
m_sourceTreeResultTreeFactory.reset(
#endif
- new
XalanSourceTreeDocument(m_xsltProcessor->getXMLParserLiaison().getDocumentNumber()));
+ new
XalanSourceTreeDocument(m_xsltProcessor->getXMLParserLiaison().getNextDocumentNumber()));
}
return m_sourceTreeResultTreeFactory.get();
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]