File: mkdtdskel

package info (click to toggle)
libxml-dt-perl 0.3-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 296 kB
  • ctags: 42
  • sloc: perl: 914; xml: 424; makefile: 64
file content (23 lines) | stat: -rwxr-xr-x 302 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/usr/bin/perl
use XML::DT;
mkdtdskel (@ARGV);

__END__

=head1 NAME

mkdtskel - DTD generator using XML::DT

=head1 SYNOPSIS

  mkdttskel <xmlfile>

=head1 DESCRIPTION

This command tries to infer the DTD structure for a specific XML file;

=head1 SEE ALSO

XML::DT(1), mkdtskel(1) and perl(1)

=cut