PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT
ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW
AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE
DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL
BE LOST SOMEWHERE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3244

*** shadow/3244 Thu Aug 23 01:05:40 2001
--- shadow/3244.tmp.27314       Thu Aug 23 07:09:45 2001
***************
*** 54,57 ****
  
  <root>
  <other />
! </root>
--- 54,96 ----
  
  <root>
  <other />
! </root>
! 
! ------- Additional Comments From [EMAIL PROTECTED]  2001-08-23 07:09 -------
! I may have found the source of the problem.
! 
! In XalanSourceTree\XalanSourceTreeParserLiaison.cpp
! 
! there are two instances of parseXMLStream()
! 
! This one,
! 
! void
! XalanSourceTreeParserLiaison::parseXMLStream(
!                         const InputSource&              theInputSource,
!                         ContentHandler&                 theContentHandler,
!                         DTDHandler*                     theDTDHandler,
!                         LexicalHandler*                 theLexicalHandler,
!                         const XalanDOMString&   /* theIdentifier */)
! 
! contains the line
! 
!         theReader->setFeature(
!                 validationString,
!                 m_xercesParserLiaison.getUseValidation());
! 
! 
! however 
! 
! XalanDocument*
! XalanSourceTreeParserLiaison::parseXMLStream(
!                         const InputSource&              inputSource,
!                         const XalanDOMString&   /* identifier */)
! 
! 
! 
! doesn't.
! 
! I added it and validation worked ok using testXSLT but it reported a load of 
! memory leaks.
! 

Reply via email to