dbertoni 01/09/28 13:40:51
Modified: c/samples/SimpleXPathCAPI SimpleXPathCAPI.c
Log:
Removed testing code.
Revision Changes Path
1.4 +1 -1 xml-xalan/c/samples/SimpleXPathCAPI/SimpleXPathCAPI.c
Index: SimpleXPathCAPI.c
===================================================================
RCS file: /home/cvs/xml-xalan/c/samples/SimpleXPathCAPI/SimpleXPathCAPI.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- SimpleXPathCAPI.c 2001/09/28 18:18:04 1.3
+++ SimpleXPathCAPI.c 2001/09/28 20:40:50 1.4
@@ -19,7 +19,7 @@
assert(theXalanHandle);
assert(theXPathHandle);
- theResult = XalanCreateXPath(theXalanHandle, theXPathExpression,
"foo-8", theXPathHandle);
+ theResult = XalanCreateXPath(theXalanHandle, theXPathExpression, 0,
theXPathHandle);
if (theResult != XALAN_XPATH_API_SUCCESS)
{
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]