william_dallas Posté 1 Septembre 2008 Posté 1 Septembre 2008 Bonjour, toujours dans la phase de migration de mon site en php5, j'utilise pas mal de xml/xsl Pr l'instant tout est compatible grâce à ca: http://alexandre.alapetite.net/doc-alex/xs...5/index.fr.html mais il va falloir que je remplace mes fonctions xsl (xsl_create, xsl_set_base, xsl_process...) (voir http://www.php.net/manual/fr/function.xslt-process.php), seulement je ne trouve pas par quoi les remplacer?Help Tank you
Dan Posté 1 Septembre 2008 Posté 1 Septembre 2008 Tu trouves les fonctions dans le manuel de Php 5 ... Predefined Classes XSLTProcessor Constructor XSLTProcessor::__construct - construct a new XSLTProcessor object Methods XSLTProcessor::getParameter - Get value of a parameter XSLTProcessor::hasExsltSupport - Determine if PHP has EXSLT support XSLTProcessor::importStylesheet - Import stylesheet XSLTProcessor::registerPHPFunctions - Enables the ability to use PHP functions as XSLT functions XSLTProcessor::removeParameter - Remove parameter XSLTProcessor::setParameter - Set value for a parameter XSLTProcessor::transformToDoc - Transform to DOMDocument XSLTProcessor::transformToURI - Transform to URI XSLTProcessor::transformToXML - Transform to XML
Sujets conseillés
Veuillez vous connecter pour commenter
Vous pourrez laisser un commentaire après vous êtes connecté.
Connectez-vous maintenant