• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/MKDoc/H10-Mar-2005-3,1571,330

t/H10-Mar-2005-1,8231,368

ChangesH A D10-Mar-20053.7 KiB10580

MANIFESTH A D10-Mar-20051.5 KiB5453

META.ymlH A D10-Mar-2005382 1311

Makefile.PLH A D06-Oct-2004721 3222

READMEH A D06-Oct-20041.1 KiB5332

README

1MKDoc::XML - MKDoc XML stuff
2============================
3
4MKDoc::XML is a suite of low level XML processing modules which comprises:
5
6* An XML tokenizer
7* An XML tree builder
8* A configurable XML markup stripper
9* A configurable XML markup tagger
10* An XML entity encoder
11* An XML entity decoder
12* An HTML-Only entity decoder
13* An XML Dumper / Undumper
14
15Typically, in MKDoc the stripper is used to remove unwanted presentational
16markup while the tagger adds structural markup such as <abbr> tag or automatically
17hyperlinks expressions so that MKDoc users don't have to know about <a> tag syntax.
18
19
20INSTALLATION
21
22To install this module type the following:
23
24  perl Makefile.PL
25  make
26  make test
27  make install
28
29Or better, use CPAN.pm
30
31
32DEPENDENCIES
33
34  none.
35
36
37MISCELLEANOUS
38
39  Want to help us open-source MKDoc?
40  Join the MKDoc-Modules community!
41
42  http://lists.webarch.co.uk/mailman/listinfo/mkdoc-modules
43
44
45COPYRIGHT AND LICENCE
46
47  This module free software and is distributed under the
48  same license as Perl itself.
49
50  Copyright (C) 2003 MKDoc Holdings Ltd.
51
52  Author: Jean-Michel Hiver
53