dmitryh 2004/11/10 11:10:49
Modified: c/Tests/Conf conf.cpp
Log:
Fix for building conf with fixed APIs
Revision Changes Path
1.41 +2 -2 xml-xalan/c/Tests/Conf/conf.cpp
Index: conf.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/Tests/Conf/conf.cpp,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- conf.cpp 9 Nov 2004 02:28:02 -0000 1.40
+++ conf.cpp 10 Nov 2004 19:10:49 -0000 1.41
@@ -215,11 +215,11 @@
try
{
const XercesDOMWrapperParsedSource parsedSource(
- mgr,
theDOM,
theParserLiaison,
theDOMSupport,
- XalanDOMString(xmlInput.getSystemId(),
mgr));
+ XalanDOMString(xmlInput.getSystemId(),
mgr),
+ mgr);
theResult = xalan.transform(parsedSource, styleSheet, output);
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]