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
>
>
>
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
Hi,
This is a known bug with Xerces-C 2.4. You should upgrade to 2.5 to get
the fix.
Dave
"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
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
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