You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Tasso Angelidis <Ta...@trustmarque.ca> on 2001/08/02 16:12:50 UTC

How To pass strings to the parser?

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: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org