DO NOT REPLY [Bug 3706] New: - internal memory leak in xerces-c1.5.0

2001-09-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 3705] New: - error in xerces-c-src1_5_1.tar.gz

2001-09-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: Specify DTD file to verify XML

2001-09-18 Thread Adib Taraben
Hi Julia, about the memory lack, no glue. But that is what I am doing: char buff[_MAX_PATH+1]; strcpy(buff, file.c_str()); //copy the stl string to buffer, I don't no why parser->parse((char *)buff); Adib. -- Adib Taraben [EMAIL PROTECTED]

Re: validation with schema

2001-09-18 Thread Khaled Noaman
You need to run the parser with namespace enabled (-n option). Khaled [EMAIL PROTECTED] wrote: > Hello All, > > I'm trying to see the validation capabilities of the parser. I'm running > DOMPrint -s personal-schema.xml > personal-schema.xml is a sample xml file provided as part of the release >

RE: Specify DTD file to verify XML

2001-09-18 Thread Julia Larson
Well, I don't know about specifying a *different* dtd, I only know how to specify that the dtd be read from a local file. DOMParser parser; parser.setValidationScheme( DOMParser::Val_Auto ); parser.setDoNamespaces( false );

RE: validation with schema

2001-09-18 Thread Robert Walls
I ran into this myself when I started out. You need to turn on namespace processing (-n) to cause Xerces to validate against the schema, like so: DOMPrint -n -s personal-schema.xml Rob Walls -Original Message- From: Srikanth Vedire [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 18

validation with schema

2001-09-18 Thread Srikanth Vedire
Hello All, I'm trying to see the validation capabilities of the parser. I'm running DOMPrint -s personal-schema.xml personal-schema.xml is a sample xml file provided as part of the release and it has a schema defined with it. The element "name" has an attribute called "salary" which is an intege

Re: Support ?

2001-09-18 Thread Jason E. Stewart
"Nitin N" <[EMAIL PROTECTED]> writes: > Can we get any official support [Maintenance support ] if we get any > problem in Xerces Parser ? Hi Nitin, Being from Bangalore, you shouldn't have any trouble finding support for Xerces. One of the major benefits of Open Source or Free Software projects

Re: Specify DTD file to verify XML

2001-09-18 Thread Adib Taraben
Hi Eric, I havent seen Julias posting. But if your problem is to use an other DTD then specified or the DTD is not accessible (what was my problem weeks ago), I can help you with source. The solution is to specify a EntityResolver by: domparser->setEntityResolver(&redirecthandlers); this should

RE: Specify DTD file to verify XML

2001-09-18 Thread Alberto Massari
At 09.48 18/09/2001 -0400, you wrote: >How do I get off this list? Read the footer of every message you get: >- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] Alberto ---

RE: Specify DTD file to verify XML

2001-09-18 Thread Jesse Pelton
Send a message to [EMAIL PROTECTED] -Original Message- From: Flaim, Brian J, CSCIO [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 18, 2001 9:48 AM To: [EMAIL PROTECTED]; 'Julia Larson' Subject: RE: Specify DTD file to verify XML How do I get off this list?

RE: Specify DTD file to verify XML

2001-09-18 Thread Flaim, Brian J, CSCIO
How do I get off this list? -Original Message- From: Debienne Eric [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 18, 2001 9:37 AM To: 'Julia Larson'; '[EMAIL PROTECTED]' Subject: Specify DTD file to verify XML Hi, I just saw you mail in xerces mailing list. I've got the same pr

Specify DTD file to verify XML

2001-09-18 Thread Debienne Eric
Hi, I just saw you mail in xerces mailing list. I've got the same problem. I want to specify the DTD file, and force to use the file I specify, even if the xml file has a line like I saw some lines c++, but I don't anderstand what they refer to. Can you explain me what I have to do (or wha

DO NOT REPLY [Bug 2531] - runConfigure is not executable

2001-09-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

why runConfigure and not autoconf?

2001-09-18 Thread David Starks-Browning
Greetings, (I quickly perused the mailing list archives for the past few months and did not see this topic. Apologies if it has already been discussed or is otherwise taboo.) I maintain software installations on four platforms at our site: Linux, Solaris, Tru64 and IRIX. There are separate sha

RE: How would an application interact with Xerces-c++ XML functions

2001-09-18 Thread Doug Brower
> Hi, I am new at using XML. I involved in a project to exchange insurance > information between agencies and a central insurance organization. XML > will be used for transfer the data. > > I am not sure how Xerces-C++ would parse an XML file. I would assume that > there would be a functions readi

DO NOT REPLY [Bug 3683] - Access violation when performing custom schema validation

2001-09-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 3683] - Access violation when performing custom schema validation

2001-09-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 3683] - Access violation when performing custom schema validation

2001-09-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

RE: Support ?

2001-09-18 Thread Doug Brower
Nitin N, Xerces is open-source software developed under the umbrella of the Apache Software Foundation. Technical support and product assistance is provided by the volunteer contributors to this mailing list. Frequently, when you post messages here some of the same people who wrote the code will r

DO NOT REPLY [Bug 3683] New: - Access violation when performing custom schema validation

2001-09-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Support ?

2001-09-18 Thread Nitin N
Hello , Can we get any official support [Maintenance support ] if we get any problem in Xerces Parser ? thanks & Regards , Nitin N Nitin Naghate Executive - Software Development Siemens Communication Software , 6th floor, SN Towers, M.G.Road, Bangalore Tel(Off):080-5062400 Extn- 4511 ---