Changeset 654

Show
Ignore:
Timestamp:
05/01/07 20:39:45 (2 years ago)
Author:
schst
Message:

Added example for XMLSerializer (closes ticket #42)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/examples/index.html

    r629 r654  
    3838    <ul> 
    3939      <li>Event handling<ul><li><a href="events/">Simple example</a></li><li><a href="events/queue.php">Queued events</a></li></ul></li> 
    40       <li><a href="json-rpc/">Out-of-the-box AJAX with the JSON-RPC processor</a></li> 
     40      <li> 
     41        <a href="json-rpc/">Out-of-the-box AJAX with the JSON-RPC processor</a> (<a href="showsource.php?group=json-rpc">show HTML/PHP source</a>, <a href="showsource.php?group=json-rpc&example=jsonrpc">show service source</a>) 
     42      </li> 
    4143      <li><a href="foreignClassLoaders/">Loading classes from foreign resources with the Stubbles class loader</a></li> 
    4244      <li><a href="logging/">Logging data</a></li> 
     45      <li> 
     46        XML handling 
     47        <ul> 
     48          <li> 
     49            <a href="xml/serializer.php">XMLSerializer</a> (<a href="showsource.php?group=xml&example=serializer">show PHP source</a>) 
     50          </li> 
     51        </ul> 
     52      </li> 
    4353    </ul> 
    4454  </body>