dbertoni    02/02/06 12:04:51

  Modified:    c/src/XalanSourceTree XalanSourceTreeContentHandler.cpp
  Log:
  Removed work-around code, now that Xerces-C is fixed.  See Bugzilla bug #3111.
  
  Revision  Changes    Path
  1.11      +0 -7      
xml-xalan/c/src/XalanSourceTree/XalanSourceTreeContentHandler.cpp
  
  Index: XalanSourceTreeContentHandler.cpp
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/c/src/XalanSourceTree/XalanSourceTreeContentHandler.cpp,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- XalanSourceTreeContentHandler.cpp 3 Oct 2001 18:17:34 -0000       1.10
  +++ XalanSourceTreeContentHandler.cpp 6 Feb 2002 20:04:50 -0000       1.11
  @@ -315,13 +315,6 @@
                        const XMLCh* const      qname,
                        const Attributes&       attrs)
   {
  -     // $$$ ToDo: This is a workaround for a bug in Xerces 1.5.1.
  -#if 1
  -     if (m_currentElement == 0 && m_inDTD == true)
  -     {
  -             m_inDTD = false;
  -     }
  -#endif
        assert(m_inDTD == false);
   
        processAccumulatedText();
  
  
  

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

Reply via email to