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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to