Help for this page
bash-2.03$ cat perl_xml_schema.pl #!/usr/local/bin/perl -w ... </xsd:complexType> </xsd:element> </xsd:schema>
bash-2.03$ ./perl_xml_schema.pl XML/invoice.xml XML/simpleInvoice.xsd Found element without a name. bash-2.03$ ls -l >junk bash-2.03$ ./perl_xml_schema.pl junk XML/simpleInvoice.xsd Found element without a name.