SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-XML-DTDParser rpm build for : OpenSuSE 13.X. For other distributions click perl-XML-DTDParser.

Name : perl-XML-DTDParser
Version : 2.01 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : 2.1 Date : 2013-10-16 06:38:53
Group : Development/Libraries/Perl Source RPM : perl-XML-DTDParser-2.01-2.1.src.rpm
Size : 0.02 MB
Packager : (none)
Summary : Quick and dirty DTD parser
Description :
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.

Since I\'m too lazy to document the structure, 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
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 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.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/openSUSE_13.1/noarch

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
perl(XML::DTDParser)
perl-XML-DTDParser

Requires :
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsLzma) <= 4.4.6-1
perl(:MODULE_COMPAT_5.18.1)


Content of RPM :
/usr/lib/perl5/vendor_perl/5.18.1/XML
/usr/lib/perl5/vendor_perl/5.18.1/XML/DTDParser.pm
/usr/lib/perl5/vendor_perl/5.18.1/i586-linux-thread-multi
/usr/share/doc/packages/perl-XML-DTDParser
/usr/share/doc/packages/perl-XML-DTDParser/Changes
/usr/share/doc/packages/perl-XML-DTDParser/README
/usr/share/man/man3/XML::DTDParser.3pm.gz

 
ICM