Re: Why does this code crash ?

2004-09-10 Thread Boris Glawe
thd DTD ### ELEMENT map (street) ATTLIST map proportions CDATA #REQUIRED > ELEMENT street(#PCDATA) The SAXParseException I get states that there should be a space between 'street' and '(#PCDATA)'. After adding this space, the

running Xerces-c on MIPS processor

2004-09-10 Thread agrafi
Hello there! I've being tring for several days compiling and running Xerces for embedded linux running over Broadcom BCM1250 (Two Broadcom SB-1 MIPS64 CPU cores. For more info, goto http://sibyte.broadcom.com/public/chips/index.html#bcm1250). I am using the Broadcom SiByte cross-compiling

How to create a statically linked xerces library(libxerces.a)...?

2004-09-10 Thread PRABHU, ANANTHA (STSD)
Hello, I have an application which needs a statically linked Xerces library(libxerces.a). I downloaded the Xerces sources and tried to build it. But the existing build procedure only creates a dynamic library. Could some one give me instructions about building the static xerces library? What

Question concerning XMLCh*

2004-09-10 Thread Heeg, Michael
Hi everybody, simple question: do I have to call the "XMLString::release()" method when an XMLCh* pointer is not used anymore? If yes: what may happen if I do not call this method? Example code: XMLCh* xchImpl = NULL; xchImpl = XMLString::transcode("Range"); DOMImplementa

RE: Question concerning XMLCh*

2004-09-10 Thread Milan Tomic
> If yes: what may happen if I do not call this method? You will have memory leaks. If you do not restart your app for a long time it will use all RAM you have. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional command

Re: How to create a statically linked xerces library(libxerces.a)...?

2004-09-10 Thread Gareth Reakes
Hi, take a look in the archives, this has been discussed recently. Gareth PRABHU, ANANTHA (STSD) wrote: Hello, I have an application which needs a statically linked Xerces library(libxerces.a). I downloaded the Xerces sources and tried to build it. But the existing build procedure only cre

[jira] Created: (XERCESC-1271) Problems parsing large XML strings

2004-09-10 Thread xerces-c-dev
Message: A new issue has been created in JIRA. - View the issue: http://issues.apache.org/jira/browse/XERCESC-1271 Here is an overview of the issue: -

[jira] Commented: (XERCESC-1271) Problems parsing large XML strings

2004-09-10 Thread xerces-c-dev
The following comment has been added to this issue: Author: Vitaly Prapirny Created: Fri, 10 Sep 2004 6:14 AM Body: DOMPrint sample from xerces 2.5.0 works with 12Mb XML document just fine. Could you explain what did you mean when you said that "xerces falls over when the size of

[jira] Commented: (XERCESC-1257) XMLWin1252Transcoder.hpp has inconsistent defines in include guard

2004-09-10 Thread xerces-c-dev
The following comment has been added to this issue: Author: Vitaly Prapirny Created: Fri, 10 Sep 2004 6:19 AM Body: Could anyone please close this bug ? Seems that I have no permission to do this. - View this comme

[jira] Closed: (XERCESC-1257) XMLWin1252Transcoder.hpp has inconsistent defines in include guard

2004-09-10 Thread xerces-c-dev
Message: The following issue has been closed. - View the issue: http://issues.apache.org/jira/browse/XERCESC-1257 Here is an overview of the issue: -

[jira] Commented: (XERCESC-1269) XMLNetAccessor.hpp - extraneous comment causes SunPro CC compiler to fail

2004-09-10 Thread xerces-c-dev
The following comment has been added to this issue: Author: Greg Franks Created: Fri, 10 Sep 2004 9:23 AM Body: It compiles for me from CVS now. Thanks. - View this comment: http://issues.apache.org/jira/browse/X

XML-File validation against a schema

2004-09-10 Thread Christian=20K=F6lbl
Hi, I try to validate a XML-file against a given .xsd schema saved on my harddisk. The schema is definitly loaded but when I try to parse the XML - file wiht validating it against the schema, there are always two sorts of error messages: 1. while validating the personal.xml against the personal