ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
14 lines
485 B
Text
14 lines
485 B
Text
This module parses a DTD file and creates a data structure containing
|
|
info about all tags, their allowed parameters, children, parents,
|
|
optionality etc. etc. etc.
|
|
|
|
Note: Parse a DTD you need and print the result to a file using
|
|
Data::Dumper. The datastructure should be selfevident.
|
|
|
|
Note: The module should be able to parse just about anything, but it intentional
|
|
y looses some information.
|
|
|
|
WWW: https://metacpan.org/release/XML-DTDParser
|
|
|
|
Jenda@Krynicky.cz
|
|
http://Jenda.Krynicky.cz
|