Ralph Kutschera wrote:

> Is there a standard function in PHP to convert any string for usage
> with XML? In the example the string should become "< thats a
> bracket".

You could just use CDATA in XML, but otherwise you might want to look at
html_entities().


/Per Jessen, Zürich

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

Reply via email to