tream opened for
> binary access, not text.
>
> Dave
>
>
> Indrajit Chaudhuri
> <[EMAIL PROTECTED]To: xercesdev <[EMAIL
> PROTECTED]>
> bal.co.in>
Hi,
I was trying to parse a XML file with encoding UTF-8 and print it to a
file with encoding UTF-16[BL]E using the DOMPrint Example given with
the sample. I am using NT version of Xerces C Parser 1.2.0. But the
output is not a valid a XML. I feel that some portion of the data are
truncated out.
Hi,
I am using Xerces C++ parser for my application. I want to delete an
attribute from the DOM tree corresponding to the XML file, but since the
attribute has a default value as supplied by the DTD, I am not able to
delete it. Is there any way to remove the attribute from the DOM tree?
TIA for
Hi,
I am trying to set an attribute for an element in the DOM tree. What I
am doing is that :
* after parsing the document, I am getting a DOM_Document.
* from the document I am retrieving the elements corresponding to a
particular name in a DOM_NodeList using getElementsByTagName() method.
* now
Hi,
I have downloaded the "xerces-c_1_0_0-win32.zip" from the site
"http://xml.apache.org/dist/";. This version of the parser does not have
the ".c" files for template based classes like "NameIdPool", declared in
"NameIdPool.hpp" in the "xerces-c_1_0_0-win32\include\util " directory.
I have che