文字

范例

Table of Contents

  • wddx examples

用户评论:

[#1] dormilich at netscape dot net [2008-11-27 06:37:16]

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.

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

上一篇: 下一篇: