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.
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
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,
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
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.
> >
>
does xerces-c support anything similar to stringreader in xerces-j
I have to pass an inputstream as string.
Please suggest.Join the worlds largest e-mail service with MSN Hotmail. Click Here
-
To unsubscribe, e-mail: [EMAIL PRO
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
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
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.
-
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:
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.
-
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
12 matches
Mail list logo