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

..03-May-2022-

bin/H17-Aug-2015-337203

lib/XML/H17-Aug-2015-1,9521,766

t/H17-Aug-2015-257216

Build.PLH A D17-Aug-2015499 2320

ChangesH A D17-Aug-20152.1 KiB6045

MANIFESTH A D17-Aug-2015221 1514

META.ymlH A D17-Aug-2015290 1615

Makefile.PLH A D17-Aug-20151.2 KiB3331

READMEH A D17-Aug-20151.4 KiB5634

README

1XML-Entities
2
3This module provides a mapping from the standard XML entities to their Unicode
4characters. A function for decoding is provided. The mapping can be generated
5from a DTD file with entity definitions.
6
7INSTALLATION
8
9To install this module, run the following commands:
10
11	perl Makefile.PL
12	make
13	make test
14	make install
15
16The entity definitions are shipped with this package in the XML::Entities::Data
17module. If you find them outdated, you can rebuild the module by running the
18bin/download-entities.pl script.
19
20To rebuild the entity definitions, run
21
22    perl download-entities.pl > XML/Entities/Data.pm
23
24SUPPORT AND DOCUMENTATION
25
26After installing, you can find documentation for this module with the
27perldoc command.
28
29    perldoc XML::Entities
30
31Documentation for the download-entities.pl script can be found in the
32POD format within itself.
33
34You can also look for information at:
35
36    RT, CPAN's request tracker
37        http://rt.cpan.org/NoAuth/Bugs.html?Dist=XML-Entities
38
39    AnnoCPAN, Annotated CPAN documentation
40        http://annocpan.org/dist/XML-Entities
41
42    CPAN Ratings
43        http://cpanratings.perl.org/d/XML-Entities
44
45    Search CPAN
46        http://search.cpan.org/dist/XML-Entities
47
48
49COPYRIGHT AND LICENCE
50
51Copyright (C) 2012 Jan Oldřich Krůza <sixtease@cpan.org>
52
53This program is free software; you can redistribute it and/or modify it
54under the same terms as Perl itself.
55
56