Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Re: Is there any way I can validate XML documents with XML Schema using Perl?

by Plankton (Vicar)
on Sep 30, 2003 at 19:40 UTC ( [id://295416]=note: print w/replies, xml ) Need Help??

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.
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://295416]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-04-25 18:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found