dbertoni 2005/04/22 15:28:37
Modified: c/src/xalanc/TestXSLT process.cpp
Log:
Patch for Jira issue XALANC-492.
Revision Changes Path
1.17 +1 -1 xml-xalan/c/src/xalanc/TestXSLT/process.cpp
Index: process.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/xalanc/TestXSLT/process.cpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- process.cpp 28 Dec 2004 01:58:30 -0000 1.16
+++ process.cpp 22 Apr 2005 22:28:36 -0000 1.17
@@ -1196,7 +1196,7 @@
if (theSystemID != 0)
{
- cout <<
XalanDOMString(theSystemID,XalanMemMgrs::getDefaultXercesMemMgr());
+ cout << theSystemID;
}
else
{
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]