[jira] Closed: (XERCESC-1458) error in SchemaValidator::normalizeWhiteSpace function

2005-07-25 Thread Alberto Massari (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1458?page=all ] Alberto Massari closed XERCESC-1458: > error in SchemaValidator::normalizeWhiteSpace function > -- > > Key: XERCESC-1458 >

c-dev@xerces.apache.org

2005-07-25 Thread David Bertoni (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1466?page=comments#action_12316719 ] David Bertoni commented on XERCESC-1466: I just tried to reproduce this with the PParse sample in Xerces-C 2.6 and could not. Remember that a SAX parser can report

c-dev@xerces.apache.org

2005-07-25 Thread Rinil Baxi (JIRA)
SAX Parser truncates the data on the left side of &(ampersand) -- Key: XERCESC-1466 URL: http://issues.apache.org/jira/browse/XERCESC-1466 Project: Xerces-C++ Type: Bug Components: SAX/SAX2 Versions:

Re: xerces-c source 2.6.0 build error

2005-07-25 Thread Aaron Smith
that appears to be exactly what was wrong. Thank you very much! From: [EMAIL PROTECTED] Reply-To: c-dev@xerces.apache.org To: c-dev@xerces.apache.org Subject: Re: xerces-c source 2.6.0 build error Date: Mon, 25 Jul 2005 18:01:44 -0400 > I am trying to build xerces-c 2.6.0 from source, but the

[jira] Resolved: (XERCESC-1239) Schema length validation error in unions

2005-07-25 Thread Alberto Massari (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1239?page=all ] Alberto Massari resolved XERCESC-1239: -- Resolution: Fixed Your patch is in SVN. Please verify. Thanks, Alberto > Schema length validation error in unions > ---

Re: xerces-c source 2.6.0 build error

2005-07-25 Thread david_n_bertoni
> I am trying to build xerces-c 2.6.0 from source, but the build fails while > creating AbstractDOMParser.o. Below is a good description of the problem. > > mkdir -p /include/xercesc/parsers > cp -fp AbstractDOMParser.hpp DOMBuilderImpl.hpp XercesDOMParser.hpp > SAXParser.hpp SAX2XMLReaderImp

[jira] Resolved: (XERCESC-1458) error in SchemaValidator::normalizeWhiteSpace function

2005-07-25 Thread Alberto Massari (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1458?page=all ] Alberto Massari resolved XERCESC-1458: -- Resolution: Duplicate Duplicate of XERCESC-1239 > error in SchemaValidator::normalizeWhiteSpace function > -

xerces-c source 2.6.0 build error

2005-07-25 Thread Aaron Smith
I am trying to build xerces-c 2.6.0 from source, but the build fails while creating AbstractDOMParser.o. Below is a good description of the problem. mkdir -p /include/xercesc/parsers cp -fp AbstractDOMParser.hpp DOMBuilderImpl.hpp XercesDOMParser.hpp SAXParser.hpp SAX2XMLReaderImpl.hpp /inclu

[jira] Resolved: (XERCESC-990) Invalid schema is reported to be valid

2005-07-25 Thread Alberto Massari (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-990?page=all ] Alberto Massari resolved XERCESC-990: - Resolution: Fixed Assign To: (was: Xerces-C Developers Mailing List) > Invalid schema is reported to be valid > ---