PHP Doku:: Beispiele - wddx.examples.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzXML-ManipulationWDDXBeispiele

Ein Service von Reinhard Neidl - Webprogrammierung.

WDDX

<<Vordefinierte Konstanten

Serializing a single value with WDDX>>


UnterSeiten:

Beispiele

Inhaltsverzeichnis


Ein BenutzerBeitrag:
- Beiträge aktualisieren...
dormilich at netscape dot net
27.11.2008 15:37
If you want to use the WDDX 1.0 DTD for validation (http://www.openwddx.org/downloads/dtd/wddx_dtd_10.txt) check that you define the comment as element, not as attribute.

<?xml version="1.0" encoding="iso-8859-1" ?>
<wddxPacket version='1.0'>
    <header>
        <comment>PHP</comment>
    </header>
    <data><!-- WDDX serialized data --></data>
</wddxPacket>



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)