DOCTYPE

2002-06-06 Thread pankaj bavishi
I have xml that must be parsed with or without DOCTYPE tag (validation off). What flag do I switch off so that this validation is off in xerces-c? If the Doctype tg is there referenceing to a valid external dtd, it must work , but if the doctype is not there, still it must work. Please suggest.  

unicode support

2002-05-14 Thread pankaj bavishi
does xerces-c support unicode? I am trying to do localization, what is the best way to go about it? Please help Pankaj Get your FREE download of MSN Explorer at http://explorer.msn.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

assertion failure

2002-05-02 Thread pankaj bavishi
I am doing mltithreading in VC++...I keep on getting the following assertion failure: dbgheap.c  1011..  error.. is it to do with xml? please let me knowSend and receive Hotmail on your mobile device: Click Here - To unsubscribe,

xml message returned as text file?

2002-03-15 Thread pankaj bavishi
Hello, I am using xercesc parser to retrieve XML message. I am sending the "request" through browser (IE) but I am getting back the "response" as a text file..It asks me to open/save the file. When I was using MSXML, I was retrieving the data properly as html format without having to save as text

Re: parser

2002-03-11 Thread pankaj bavishi
ds)? >What are the contents of strXml? Does the document you are parsing really >exist? We need way more details. > >Matt > > >On Mar 11, pankaj bavishi wrote: - > > > > > > > > >I have a xml file to parse. > > >

RE: select all nodes

2002-03-11 Thread pankaj bavishi
does xerces-c support anything similar to stringreader in xerces-j I have to pass an inputstream as string. Please suggest.Join the world’s largest e-mail service with MSN Hotmail. Click Here - To unsubscribe, e-mail: [EMAIL PRO

please help!!!

2002-03-11 Thread pankaj bavishi
please help asap..   I have a string say str, and I want to parse it. Can I do: DOMParser* parser ; parser->parse(str_cstr());   thanks so much Great minds discuss ideas, Average ones discuss events, Small minds discuss people ******Pankaj Bavishi 10, Westgate Dr

parser

2002-03-11 Thread pankaj bavishi
I have a xml file to parse. I am using: parser->parse(strXml.c_str()); DOM_Document doc = parser->getDocument(); But it returns 0 elements. why?  Send and receive Hotmail on your mobile device: Click Here - To unsubscribe, e

RE: select all nodes

2002-03-11 Thread pankaj bavishi
how do I use: DOM_Document dummy.getElementsByTagName("hello"); how should I pass ("hello")...it should be a DOMString. I can't do: DOMString st = "hello"; please helpGet your FREE download of MSN Explorer at http://explorer.msn.com. -

RE: select all nodes

2002-03-11 Thread pankaj bavishi
nst >DOMString& name) method. >If you need more then that then take a look at the Xalan XPath >implementation at www.apache.org. >Regards > >Erik Rydgren >Mandarinen systems AB >Sweden > > -Original Message- > From: pankaj bavishi [mailto:

select all nodes

2002-03-11 Thread pankaj bavishi
Hello, I need to select all nodes matching a pattern or string in the document using DOM parser. How can I do this? In MSXML you can use something like: Node->selectNodes("Hello"); Please help.Get your FREE download of MSN Explorer at http://explorer.msn.com. -

_bstr_

2002-03-10 Thread pankaj bavishi
hello, could you please suggest, how I can convert: DOMString domstr to _bstr_ bstrt  ;?? thanks a lot  Send and receive Hotmail on your mobile device: Click Here - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman