Let's say I have a string... char *xml; xml = (char *) malloc(sizeof(char)*1000); strcpy(xml, "<?xml version=\"1.0\"?><root><sometag>value</sometag></root>") Is it possible to to pass the string directly to the parser? If so how can it be done? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
- RE: How To pass strings to the parser? Hespelt, Steve (Exchange)
- RE: How To pass strings to the parser? Wuebben, Anthony E. (LNG)
- RE: How To pass strings to the parser? Tasso Angelidis
- RE: How To pass strings to the parser? David_N_Bertoni
- RE: How To pass strings to the parser? Tasso Angelidis
- RE: How To pass strings to the parser? Tasso Angelidis
- RE: How To pass strings to the parser? JOHN CANT /6183
