Help for this page

Select Code to Download


  1. or download this
    bash-2.03$ cat perl_xml_schema.pl 
    #!/usr/local/bin/perl -w
    ...
      </xsd:complexType>
     </xsd:element>
    </xsd:schema>
    
  2. or download this
    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.