blob: 8d825dec65a274968e9b19ff6ed038f591ce8e92 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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
|