[sync] DecoderTest.php again

Anthony Mills amills at gascard.net
Wed Dec 3 19:25:05 PST 2003


Maybe this time I will try I should try to attach the actuall file.:)

Anthony
-------------- next part --------------
<?php
/**
 * $Horde: framework/XML_WBXML/docs/examples/encode.php,v 1.2 2003/12/03 21:32:42 chuck Exp $
 */

include_once 'XML/WBXML.php';
include_once 'XML/WBXML/Decoder.php';

var $decoder = new XML_WBXML_Deocoder;

var $input = fopen("syncml_client_packet.wbxml", "rb");

$decoder->decode($input);


More information about the sync mailing list