ConFoo Montreal 2026: Call for Papers

Voting

: max(two, four)?
(Example: nine)

The Note You're Voting On

crescentfreshpot at yahoo dot com
17 years ago
justinpatrin at php dot net:
> To get a proper DOM document (which you need to do most things) you need...

No you don't. Just do:
<?php
$dom
= dom_import_simplexml($xml)->ownerDocument;
?>

<< Back to user notes page

To Top