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 Drive
Apt. #13,
Bohemia,
NY - 11716
>From: "Erik Rydgren" <[EMAIL PROTECTED]>
>Reply-To: <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Subject: RE: select all nodes
>Date: Mon, 11 Mar 2002 17:25:50 +0100
>
>Use DOMString::transcode. Read the Xerces FAQ for common questions using it.
>Regards
>Erik Rydgren
>Mandarinen systems AB
>Sweden
>
>-----Original Message-----
>From: pankaj bavishi [mailto:[EMAIL PROTECTED]]
>Sent: den 11 mars 2002 17:05
>To: [EMAIL PROTECTED]
>Subject: RE: select all nodes
>
>
>
>
>
>
>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 help
>
>
>
>Get your FREE download of MSN Explorer at http://explorer.msn.com.
>--------------------------------------------------------------------- To
>unsubscribe, e-mail: [EMAIL PROTECTED] For additional
>commands, e-mail: [EMAIL PROTECTED]
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>


Join the world’s largest e-mail service with MSN Hotmail. Click Here
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to