Rob Richards wrote:

You can also look at using xmlwriter, when creating serialized trees, that automatically does escaping for you.

Hm, AFAIK latest xmlwriter versions provide an OO API. Do you know about any documentation for it?

The only code I've seen so far is:
http://cvs.php.net/viewcvs.cgi/pecl/xmlwriter/examples/xmlwriter_oo.php?view=markup&rev=1.1.2.2

And that's not too much (but promising) ;-) Or do you know about some more complex examples?

Btw. I need to validate my created documents against an XML schema, I doubt this is possible with xmlwriter.


Best regards
Andreas

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to