[ http://issues.apache.org/jira/browse/XERCESC-1458?page=all ]
Alberto Massari closed XERCESC-1458:
> error in SchemaValidator::normalizeWhiteSpace function
> --
>
> Key: XERCESC-1458
>
[
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
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:
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
[ 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
> ---
> 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
[ 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
> -
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
[ 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
> ---