XTM::AsTMa

XTM::AsTMa is a Topic Map Parsing of AsTMa instances.
Download

XTM::AsTMa Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Robert Barta
  • Publisher web site:
  • http://search.cpan.org/~drrho/TM-1.43/lib/TM/PSI.pm

XTM::AsTMa Tags


XTM::AsTMa Description

XTM::AsTMa is a Topic Map Parsing of AsTMa instances. XTM::AsTMa is a Topic Map Parsing of AsTMa instances.SYNOPSIS # reading a topic map description from a file/url $atm = new XTM::AsTMa (file => 'mymap.atm'); $tm = $atm->sync_in();This package provides parsing functionality for AsTMA instances as described in the package documentation (doc directory) or athttp://topicmaps.bond.edu.au/astma/ Currently, only AsTMa= is supported, with the following constraints/additions:no macro supportThis feature was experimental and is now deprecated.following directives are supported:ncelCancels the parse process on this very line and ignores the rest of the AsTMa instance. Useful for debugging faulty maps. There is an appropriate line written to STDERR.%log Writes a line to STDERR reporting the line number and an optional message. Useful for debugging.%name Adds a name attribute to the topic map.%encoding Specifies which encoding to use to interpret the following text. This implies that this directive may appear several times to change the encoding. Whether this is a good idea in terms of information management, is a different question.Note: It is still not allowed to use several name : encoding clauses.Note: If no encoding is provided, utf8 is assumed.%auto_complete Turns on/off auto completion.Note: topics which have been mentioned in a 'is-reified-by' clause will be always generated.A directive can be inserted anywhere in the document but must be at the start of a line. Requirements: · Perl


XTM::AsTMa Related Software