dbertoni 2003/03/21 11:10:17
Modified: c/src/XSLT StylesheetHandler.cpp
Log:
Added case to switch statement to fix error message.
Revision Changes Path
1.104 +1 -0 xml-xalan/c/src/XSLT/StylesheetHandler.cpp
Index: StylesheetHandler.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/StylesheetHandler.cpp,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- StylesheetHandler.cpp 18 Mar 2003 01:56:44 -0000 1.103
+++ StylesheetHandler.cpp 21 Mar 2003 19:10:17 -0000 1.104
@@ -494,6 +494,7 @@
case
StylesheetConstructionContext::ELEMNAME_INCLUDE:
case
StylesheetConstructionContext::ELEMNAME_PRESERVE_SPACE:
case
StylesheetConstructionContext::ELEMNAME_STRIP_SPACE:
+ case
StylesheetConstructionContext::ELEMNAME_DECIMAL_FORMAT:
{
error(name,
XALAN_STATIC_UCODE_STRING(" is not allowed inside a template."), locator);
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]