XML serializers |
To serialize an XM_DOCUMENT, you should use an XM_NODE_PROCESSOR to generate an event stream, and send this event stream into one of the serializers mentioned below.
The convenience class XM_FORMATTER does this for you with the XM_PRETTY_PRINT_FILTER serializer.
The following event-stream serializers are provided directly within Gobo:
To see how to use the serializer, refer to ${GOBO}/library/xslt/example/serializer/Readme.md, or to the documentation in XSLT 2.0 Serializer.
Copyright © 2007-2019, Colin Adams mailto:colin@colina.demon.co.uk http://www.gobosoft.com Last Updated: 17 March 2019 |