[jira] Created: (XERCESC-1387) Unable to parse XML files using SAX2 is not recursive

2005-03-27 Thread Raj Devanesan (JIRA)
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

building with g++ 3.3.3 on Suse 9.1

2005-03-27 Thread Alberto San Jose Perez
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

Build xerces-c 1.6.0 on AIX 5.1 with G++

2005-03-27 Thread Liping Dai
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

Re: [jira] Commented: (XERCESC-1377) Error in SAXParser! invalid namespaces

2005-03-27 Thread mail.compassplus.com
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

Re: [jira] Commented: (XERCESC-1377) Error in SAXParser! invalid namespaces

2005-03-27 Thread david_n_bertoni
> 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

Re: Build xerces-c 1.6.0 on AIX 5.1 with G++

2005-03-27 Thread david_n_bertoni
> 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

[jira] Commented: (XERCESC-1387) Unable to parse XML files using SAX2 is not recursive

2005-03-27 Thread David Bertoni (JIRA)
[ 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

fgDOMWRTFormatPrettyPrint causes double 0A in output

2005-03-27 Thread Lumir Vanek
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