Paquet : libxml-dtdparser-perl (2.01-6)
Liens pour libxml-dtdparser-perl
Ressources Debian :
- Rapports de bogues
- Developer Information
- Journal des modifications Debian
- Fichier de licence
- Suivis des correctifs pour Debian
Télécharger le paquet source libxml-dtdparser-perl :
- [libxml-dtdparser-perl_2.01-6.dsc]
- [libxml-dtdparser-perl_2.01.orig.tar.gz]
- [libxml-dtdparser-perl_2.01-6.debian.tar.xz]
Responsables :
Ressources externes :
- Page d'accueil [metacpan.org]
Paquets similaires :
perl module providing a quick and dirty DTD parser
XML::DTDParser parses a DTD file and creates a data structure containing info about all tags, their allowed parameters, children, parents, optionality etc.
The module should be able to parse just about anything, but it intentionaly looses some information. Eg. if the DTD specifies that a tag should contain either CHILD1 or CHILD2 you only get that CHILD1 and CHILD2 are optional. That is the DTD contains
<!ELEMENT FOO (BAR|BAZ)> the result will be the same is if it contained
<!ELEMENT FOO (BAR?,BAZ?)>
You get the original unparsed parameter list as well so if you need this information you may parse it yourself.
Autres paquets associés à libxml-dtdparser-perl
|
|
|
|
-
- dep: perl
- langage de rapports et d'extractions pratiques de Larry Wall
Télécharger libxml-dtdparser-perl
Architecture | Taille du paquet | Espace occupé une fois installé | Fichiers |
---|---|---|---|
all | 10,4 ko | 30,0 ko | [liste des fichiers] |