Re: Generating XML

2004-05-17 Thread Jeroen N. Witmond
CreateDOMDocument in the samples directory shows how to create an XML structure in memory. Sample DOMPrint shows how to that structure to a file. > Hello All > > Can you please tell me how to Create a XML file using xerces , in C++. > > am new to xerces. I want to create > > >

Generating XML

2004-05-17 Thread Imran A R (RBIN/EDM1) *
Title: Generating XML Hello All     Can you please tell me how to Create a XML file using xerces , in C++.     am new to xerces. I want to create                 Thanks in Adv - To un

Re: attribute parsing problem

2004-05-17 Thread david_n_bertoni
Hi, This is a known bug with Xerces-C 2.4. You should upgrade to 2.5 to get the fix. Dave "Gary Hughes"

attribute parsing problem

2004-05-17 Thread Gary Hughes
I have a strange problem, the following document fails to parse with the following message:     > ./DOMPrint g.xml Fatal Error at file "g.xml", line 2, column 34    Message: The attribute 'vwap' is already used in element 'response' >   If I change either of the attribute names

Re: AW: Strange problem with pattern (Xerces 2.5.0 crashes)

2004-05-17 Thread laguna
Hi Gareth, I am not real knowledgeable on the xerces code base; I'm just a consumer of xerces, but I monitor this list. If xerces uses GNU regex (i.e., regcomp(3)), the problem may be in the call to regexec() itself. We had a similar problem trying to use a regexp to parse the body of emails, al

Re: AW: Strange problem with pattern (Xerces 2.5.0 crashes)

2004-05-17 Thread Gareth Reakes
Hey, this is in my court. I have a minimal sample that reproduces the problem. I have had a quick look at the code and saw nothing obvious. I have some time scheduled for xerces work today and tomorrow. This is after the element from the wrong document being returned bug. If I cant fix it