Hi !

I'm writing some code, and I have questions :

#1 : it is possible to use xslt_process($xml, $xsl,$result) with a string
$xml comtaining XML instead of pointing to an .xml file ?

#2 : I have to copy a XML node from a XML file to another (both on server)
and then transform it with XSLT and produce HTML. How make it simply ? I
have a solution using xml2tree, but I'd prefer a DOM-XML solution (it exists
in java with xalan ...)

I use PHP 4.1.1 on windows 2000 and MS IIS 5.0.

Thanks for any help.

Eric Tonicello



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

Reply via email to