a0fb8fb008
PR: 57939 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
14 lines
488 B
Text
14 lines
488 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: http://search.cpan.org/dist/XML-DTDParser/
|
|
|
|
Jenda@Krynicky.cz
|
|
http://Jenda.Krynicky.cz
|