
TM::Serializable::XTM - Topic Maps, trait for parsing and dumping XTM instances.

# this is not an end-user package # see the source in TM::Materialized::XTM how this can be used

This trait provides parsing and dumping functionality for XTM instances.
xlink:type attribute is completely ignored.isa and is-subclass-of associations which are scoped (or reified) are not handled special yet.mergeMap are not made absolute.
This method takes an XTM string and tries to parse it. It will raise an exception on parse error. The if a version attribute exists, then the value
This method serializes the map object into XTM notation and returns the resulting string. It will raise an exception if the object contains constructs that XTM cannot represent. The result is a standard Perl string, so you may need to force it into a particular encoding.
The method understands a number of key/value pair parameters:
omit_trivia (default: 0)This option suppresses the output of topics without any characteristics.
version (default: 2.0)This option controls whether XTM 1.0 or XTM 2.0 (default) is generated.


Copyright 200[78] Alexander Zangerl, Robert Barta.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. http://www.perl.com/perl/misc/Artistic.html