You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2002/09/09 20:09:36 UTC

cvs commit: xml-xalan/c/src/XSLT ElemNumber.cpp

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: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org