wszystkie opcje
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ Pakiet źródłowy: libxml-dtdparser-perl  ]

Pakiet: libxml-dtdparser-perl (2.01-6)

Odnośniki dla libxml-dtdparser-perl

Screenshot

Zasoby systemu Debian:

Pobieranie pakietu źródłowego libxml-dtdparser-perl:

Opiekunowie:

Zasoby zewnętrzne:

Podobne pakiety:

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.

Znaczniki: Rozwój oprogramowania: Rozwijanie w języku Perl, Biblioteki, Zaimplementowane w: Perl

Inne pakiety związane z libxml-dtdparser-perl

  • wymaga
  • poleca
  • sugeruje
  • enhances

Pobieranie libxml-dtdparser-perl

Pobierz dla wszystkich dostępnych architektur
Architektura Rozmiar pakietu Rozmiar po instalacji Pliki
all 10,4 KiB30,0 KiB [lista plików]