Connaissances Informatiques >> programmation >> PHP /MySQL Programmation >> Content
  Derniers articles
  • Comment détecter les périphérique…
  • Comment définir la valeur d'une req…
  • Comment faire pour convertir les fra…
  • PHP Mkdir autorisation ne fonctionne…
  • Comment fermer une déclaration PHP 
  • Sessions brisé en PHP 
  • Comment écrire des scripts PHP MySQ…
  • PHP: Télécharger des fichiers erre…
  • Comment changer une ligne dans une t…
  • Comment télécharger les fichiers P…
  •   PHP /MySQL Programmation
  • C /C + + Programming

  • Computer Programming Languages

  • Delphi Programming

  • Programmation Java

  • Programmation JavaScript

  • PHP /MySQL Programmation

  • programmation Perl

  • Programmation Python

  • Ruby Programming

  • Visual Basics programmation
  •  
    PHP /MySQL Programmation

    Comment tester XML Parse

    XML ​​signifie " Extensible Markup Language ", et il fournit un moyen pour que les données sont envoyées et reçues via Internet. Les données sont stockées sous forme de balises ou d'éléments . Contrairement à HTML , XML ne contient pas un ensemble de balises prédéfinies. Toutes les balises XML sont créés par l'utilisateur et sont utilisées à des fins de stockage de données. Afin d'extraire les données de l'intérieur de ces balises , le fichier XML doit être analysé à l'aide d'un " Object Model données», ou DOM , et un langage de requête spéciale appelée " Xpath . " Instructions
    1

    créer le document DOM . Compte tenu de " http://www.example.com/example_xml_file.xml " que l'URL d'un fichier XML , et en utilisant PHP comme langage de mettre en œuvre DOM et XPath , entrez le code suivant dans votre éditeur de texte:

    $ url = " http://www.example.com/example_xml_file.xml " ;

    xml_file $ = file_get_contents ($ URL) ;

    $ doc = new DOMDocument () ;

    $ -> doc loadXML ( xml_file $ ) ;

    $ xpath = new DOMXPath ( $ doc ) ;

    Ce code utilise du PHP " les file_get_contents ( ) " méthode pour obtenir le contenu du fichier XML situé à " www.example_xml_file.xml " et le stockent sous forme de chaîne dans la variable " $ xml_file . " Il crée ensuite un nouvel objet DOM et la stocke dans variable $ " doc ". Enfin, il charge le fichier XML comme un DOM et crée un objet DOMXPath et la stocke dans la variable "$ XPath. "
    2

    analyser le fichier XML. Étant donné le fichier XML suivant :


    1223 Photos

    Saturday , 23rd Juillet

    titre < /title> </Photos <p> livres > Photos <p> Entrez le code suivant : <br> <p> $ item = $ xpath -> évaluer ( "//id") ; <br> <p> sélectionne le nœud " <id> " de l'arbre et la stocke dans la variable " $ item . " <br> 3 <p> Imprimer les données. Pour tester et valider le fichier XML a été analysée correctement , imprimer les données récupérées à partir du fichier XML. Dans votre éditeur de texte, saisissez le code suivant : <br> <p> echo $ objet ; <br> <p> permet d'imprimer les données contenues dans les balises " id" de l'échantillon 2, confirmant que le dossier a été analysé correctement . Photos <br> <div class=fr4><script language='javascript' src='http://www.ordinateur.cc/ad/fr/4.js'></script></div> <div class=fr5><script language='javascript' src='http://www.ordinateur.cc/ad/fr/5.js'></script></div> </td> </tr> </table> <table width="95%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td align="center" > </td> </tr> </table> <table width="95%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td height="39" align="left" >Article précédent:<span class="nr"> <a class='LinkPrevArticle' href='/programmation/PHP--MySQL-Programmation/91802.html' >Comment savoir MySQL Query de garder l'espace blanc </a></li></span><br /> Article suivant:<span class="nr"> <a class='LinkNextArticle' href='/programmation/PHP--MySQL-Programmation/91804.html' >Comment économiser de décimales pour MySQL </a></li></span></td> </tr> </table> <table width="95%" height="10" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td align="left" ></td> </tr> </table> <table width="96%" height="22" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#EFEFEF"> <tr> <td width="2%" align="left" ></td> <td width="98%" align="left" >Articles recommandés</td> </tr> </table> <table width="95%" height="10" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td align="left" ></td> </tr> </table> <table width="95%" height="10" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td align="left" > <li><a href="/programmation/PHP--MySQL-Programmation/91759.html">Comment faire pour changer la casse de la phrase en PHP </a></li><li><a href="/programmation/PHP--MySQL-Programmation/92665.html">PHP IDE vs. PHP Eclipse </a></li><li><a href="/programmation/PHP--MySQL-Programmation/93128.html">Comment accorder l'accès à une base de données MySQL </a></li><li><a href="/programmation/PHP--MySQL-Programmation/91919.html">Comment tuer une connexion MySQL </a></li><li><a href="/programmation/PHP--MySQL-Programmation/92032.html">Vs de l'objet . Tableau en PHP </a></li><li><a href="/programmation/PHP--MySQL-Programmation/93189.html">Comment changer PHP ou ASP.NET version avec hébergement web enom </a></li><li><a href="/programmation/PHP--MySQL-Programmation/92706.html">Comment mettre à jour et incrémenter MySQL </a></li><li><a href="/programmation/PHP--MySQL-Programmation/92785.html">Comment faire pour supprimer cache en PHP </a></li><li><a href="/programmation/PHP--MySQL-Programmation/91624.html">PHP MySQL Connection Tests de la fonction </a></li><li><a href="/programmation/PHP--MySQL-Programmation/91409.html">Comment faire pour accélérer PHP Curl </a></li> </td> </tr> </table> <table width="95%" height="10" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td align="left" ></td> </tr> </table></td> </tr> </table> <table width="980" height="12" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td></td> </tr> </table> <table width="980" height="90" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#3597E2"> <tr> <td align="center" class="foot">Connaissances Informatiques © http://www.ordinateur.cc <br /> </td> </tr> </table> <!--top start --> <!--top end --> </body> </html>