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

XML validating (no DTD)

by 2ge (Scribe)
on Sep 02, 2004 at 15:28 UTC ( [id://387941]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use XML::Checker::Parser;
    ...
      die XML::Checker::error_message ($code, @_) if $code < 300;
    }
    
  2. or download this
    <?xml version="1.0" encoding="utf-8"?>
    <series>
    ...
    </article>
    </series>
    
  3. or download this
    
    XML::Checker ERROR-101: undefined ELEMENT [series]
    ...
            Context: line 6, column 13, byte 239
    data.xml passed validation
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (5)
As of 2024-04-19 22:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found