File: Namespaces.pm

package info (click to toggle)
libxtm-perl 0.36-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,524 kB
  • ctags: 398
  • sloc: perl: 21,621; makefile: 37
file content (9 lines) | stat: -rw-r--r-- 235 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
package XTM::Namespaces;

use vars qw($topicmap_ns $xlink_ns $astma_ns);

$topicmap_ns = 'http://www.topicmaps.org/xtm/1.0/';
$xlink_ns    = 'http://www.w3.org/1999/xlink';
$astma_ns    = 'http://topicmaps.bond.edu.au/astma/1.0/';

1;