Unable to parse XML files using SAX2 is not recursive
-
Key: XERCESC-1387
URL: http://issues.apache.org/jira/browse/XERCESC-1387
Project: Xerces-C++
Type: Bug
Components: SAX/SAX2
Versions: 2.6.0
Enviro
Hi,
I'm building berkeley dbxml that makes use of Xerces 2.6.0 and while I was
compiling the Xerces library I found the warnings I enclose in the attached
file.
Please, how can I get rid of them?
Thanks/Alberto
C -DLINUX -D_REENTRANT -c -I/opt/berkeleydbs/dbxml-2.0.9/xerces-c-src_2_6_0/include
Hi,
I need some help, as
I'm not familar with UNIX c++ build.
I downloaded the
binary xerces-c1_6_0-AIX43_5.02 from Apache download site. On AIX5, I try to
build a sample with the library in this package. But I get following
error:
ld: 0711-317 ERROR:
Undefined symbol: typeinfo for X
Here you are:
virtual void SAXParser::startElement(const XMLElementDecl &elemDecl, const
unsigned int uriId,
const XMLCh *const elemPrefix,const RefVectorOf< XMLAttr >
&attrList,
const unsigned int attrCount,const bool isEmpty,const bool
isRoot)
{
//It gives me wrong
> Here you are:
>
> virtual void SAXParser::startElement(const XMLElementDecl &elemDecl,
const
> unsigned int uriId,
>
> const XMLCh *const elemPrefix,const RefVectorOf< XMLAttr >
> &attrList,
>
> const unsigned int attrCount,const bool isEmpty,const bool
> isRoot
> Hi,
>
> I need some help, as I'm not familar with UNIX c++ build.
>
> I downloaded the binary xerces-c1_6_0-AIX43_5.02 from Apache download
site.
> On AIX5, I try to build a sample with the library in this package. But I
get following error:
That version of Xerces-C was built with xlC, so
[
http://issues.apache.org/jira/browse/XERCESC-1387?page=comments#action_61589 ]
David Bertoni commented on XERCESC-1387:
You should not call XMLPlatformUtils::Initialize() and
XMLPlatformUtils::Terminate() in your process() member function. C
Hi,
when I use DOMWriter::setFeature( XMLUni::fgDOMWRTFormatPrettyPrint, true );
after each element, there is 0A 0A (2 x line feed), instead of 0A what I
expect. This is bug or feature ? I use Xerces-C 2.6.
Regards,
Lumir Vanek,
KXML Editor developer
http://www.valachnet.cz/lvanek