XML data round-tripping with Relax and HTML forms

Simon Woodside’s Alexandra demonstrates getting data from an XML document into a HTML form, and updating the original document. It’s built to run on AxKit, but ought to be adaptable to run under Cocoon.

He’s using Relax NG as the schema language because a Relax document is an XML document, and Relax, unlike XML Schema (XSD), is ‘human readable’.

More like this: , .