dbertoni 2002/10/02 23:04:18
Modified: c/src/XSLT ElemNumber.cpp
Log:
Commented out assert for the time being.
Revision Changes Path
1.66 +1 -1 xml-xalan/c/src/XSLT/ElemNumber.cpp
Index: ElemNumber.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemNumber.cpp,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ElemNumber.cpp 24 Sep 2002 06:57:42 -0000 1.65
+++ ElemNumber.cpp 3 Oct 2002 06:04:18 -0000 1.66
@@ -363,7 +363,7 @@
if (isEmpty(theNamespaceURI) == true)
{
// No namespace URI means no prefix, so this is
easy...
- assert(isEmpty(contextNode->getLocalName()) ==
true);
+// assert(isEmpty(contextNode->getLocalName()) ==
true);
// We can pass any PrefixResolver instance, so
just
// pass ourself...
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]