dbertoni 01/12/20 12:45:32
Modified: c/src/XSLT FunctionSystemProperty.cpp
Log:
Make sure unsupported properties in the XSLT namespace are fatal errors.
Revision Changes Path
1.22 +4 -1 xml-xalan/c/src/XSLT/FunctionSystemProperty.cpp
Index: FunctionSystemProperty.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/FunctionSystemProperty.cpp,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- FunctionSystemProperty.cpp 2001/12/20 04:20:01 1.21
+++ FunctionSystemProperty.cpp 2001/12/20 20:45:32 1.22
@@ -133,7 +133,10 @@
}
else
{
- executionContext.warn("XSL Property not
supported: " + fullName);
+ executionContext.error(
+ "XSL Property not supported: "
+ fullName,
+ context,
+ locator);
}
}
else
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]