mkdtskel - Perl code skeleton generator to process XML files with XML::DT
Contents
Copyright And License
Copyright 1999-2013 by Projecto Natura
This library is free software; you can redistribute it and/or modify it under the same terms as Perl
itself.
perl v5.36.0 2022-12-10 MKDTSKEL(1p)
Description
Use this command to prepare a skeleton file with basic code needed to process your XML file with XML::DT;
The command checks the element names and for each one, the attributes. This information is described on
the generated file to remember the programmer.
Name
mkdtskel - Perl code skeleton generator to process XML files with XML::DT
See Also
XML::DT(1), mkdtdskel(1), mkxmltype(1) and perl(1)
Synopsis
mkdtskel [-lines=20000] <xmlfile>
mkdtskel -dtd <dtdfile>
mkdtskel -html <htmlfile>
