Package: cxml-rng

Function serialize-schema

Lambda List

serialize-schema (schema sink)

Arguments

  • schema -- a Relax NG schema
  • sink -- a SAX handler

Return Value

the result of sax:end-document

Details

This function serializes a parsed Relax NG back into XML syntax.

Note that the schema represented in memory has gone through simplification as is textually different from the original XML document.

 

See also