Re: Problem with languague encoding in Xerces C Parser 1.2.0a

2000-09-25 Thread Indrajit Chaudhuri
tream opened for > binary access, not text. > > Dave > > > Indrajit Chaudhuri > <[EMAIL PROTECTED]To: xercesdev <[EMAIL > PROTECTED]> > bal.co.in>

Problem with languague encoding in Xerces C Parser 1.2.0a

2000-09-22 Thread Indrajit Chaudhuri
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.

HELP - How to delete an attribute having default value?????????

2000-02-28 Thread Indrajit Chaudhuri
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

Help required in setting an attribute in the DOM tree!!

2000-02-24 Thread Indrajit Chaudhuri
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

Question about latest Xerces-c_1_0_0-win32 release!!

1999-12-20 Thread Indrajit Chaudhuri
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