dbertoni    2002/09/09 11:09:36

  Modified:    c/src/XSLT ElemNumber.cpp
  Log:
  Added ifdef for problem with XalanUnicode enums.
  
  Revision  Changes    Path
  1.61      +4 -0      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.60
  retrieving revision 1.61
  diff -u -r1.60 -r1.61
  --- ElemNumber.cpp    7 Sep 2002 00:03:06 -0000       1.60
  +++ ElemNumber.cpp    9 Sep 2002 18:09:36 -0000       1.61
  @@ -462,7 +462,11 @@
   
                        theMatchPatternString.get() = s_piString;
                        append(theMatchPatternString.get(), 
contextNode->getNodeName());
  +#if defined(XALAN_NO_NAMESPACES)
  +                     append(theMatchPatternString.get(), 
XalanDOMChar(XalanUnicode::charRightParenthesis));
  +#else
                        append(theMatchPatternString.get(), 
XalanUnicode::charRightParenthesis);
  +#endif
   
                        countMatchPattern = executionContext.createMatchPattern(
                                        theMatchPatternString.get(),
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to