File: README

package info (click to toggle)
libmkdoc-xml-perl 0.75-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 404 kB
  • sloc: perl: 2,629; xml: 17; makefile: 2
file content (52 lines) | stat: -rw-r--r-- 1,093 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
MKDoc::XML - MKDoc XML stuff
============================

MKDoc::XML is a suite of low level XML processing modules which comprises:

* An XML tokenizer
* An XML tree builder
* A configurable XML markup stripper
* A configurable XML markup tagger
* An XML entity encoder
* An XML entity decoder
* An HTML-Only entity decoder
* An XML Dumper / Undumper

Typically, in MKDoc the stripper is used to remove unwanted presentational
markup while the tagger adds structural markup such as <abbr> tag or automatically
hyperlinks expressions so that MKDoc users don't have to know about <a> tag syntax.


INSTALLATION

To install this module type the following:

  perl Makefile.PL
  make
  make test
  make install

Or better, use CPAN.pm


DEPENDENCIES

  none.


MISCELLEANOUS

  Want to help us open-source MKDoc?
  Join the MKDoc-Modules community!

  http://lists.webarch.co.uk/mailman/listinfo/mkdoc-modules
 

COPYRIGHT AND LICENCE

  This module free software and is distributed under the
  same license as Perl itself.

  Copyright (C) 2003 MKDoc Holdings Ltd.

  Author: Jean-Michel Hiver