Hi,
I'm trying to save a xhtml snippet to file. Is there a way besides fwrite() to save an xml string without the xml prolog (e.g. DOMDocument::sa ve() automatically inserts the xml prolog)?
note: the string to save doesn't contain the prolog.
thanks
I'm trying to save a xhtml snippet to file. Is there a way besides fwrite() to save an xml string without the xml prolog (e.g. DOMDocument::sa ve() automatically inserts the xml prolog)?
note: the string to save doesn't contain the prolog.
thanks
Comment