Voting

: eight minus six?
(Example: nine)

The Note You're Voting On

ascammon at hotmail dot com
14 years ago
I had a hard time finding this documented, so posting it here in case it helps someone:

If you want to use multiple libxml options, separate them with a pipe, like so:

<?php
$xml
= simplexml_load_string($string, 'SimpleXMLElement', LIBXML_NOCDATA | LIBXML_NOBLANKS);
?>

<< Back to user notes page

To Top