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/05/08 23:02:26 UTC

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

dbertoni    02/05/08 14:02:26

  Modified:    c/src/XSLT StylesheetHandler.cpp
  Log:
  Better error checking.
  
  Revision  Changes    Path
  1.78      +4 -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.77
  retrieving revision 1.78
  diff -u -r1.77 -r1.78
  --- StylesheetHandler.cpp	6 May 2002 05:31:57 -0000	1.77
  +++ StylesheetHandler.cpp	8 May 2002 21:02:26 -0000	1.78
  @@ -467,6 +467,10 @@
   						sortElem->setParentNodeElem(foreach);
   
   						m_elemStackParentedElements.insert(foreach);
  +
  +						m_elemStack.push_back(new ElemEmpty(m_constructionContext,
  +									 m_stylesheet,
  +									 lineNumber, columnNumber, &Constants::ELEMNAME_SORT_WITH_PREFIX_STRING));
   					}
   					break;
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org