Hello,

Luca wrote:

L> First off, I can't get DOMXML to work. The lines
L> 
L>         $doc = xmldoc($this->xml);      // (line 26)
L>         $root = $doc->root();           // (line 27)
L> 
L> raise a parse error:
L> 
L> "Parse error: parse error in d:\...\class.xmltemplate.php on line 27"

When I does :

        $dom = xmldoc(searchitems("03000"));    // searchitems returns a XML string
        $root = $dom->root();
        /* or $root = domxml_root($dom); */
        print_r($root);

it gives me no problems (php4.1.0 win32 as ISAPI on IIS5.1).

-- 
Olivier Mascia <[EMAIL PROTECTED]>


--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to