Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Turning off namespace validation in XML::LibXML...

by ramrod (Curate)
on Oct 29, 2009 at 15:07 UTC ( [id://803964]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    validate 
      eval { $xmlschema->validate( $doc ); };
    This function allows to validate a (parsed) document against the given
    + XML Schema. The argument of this function should be a XML::LibXML::D
    +ocument object. If this function succeeds, it will return 0, otherwis
    +e it will die() and report the errors found. Because of this validate
    +() should be always evaluated.
    
  2. or download this
    #Match Namespace
    my $rdoc = XML::LibXML::XPathContext->new($doc->documentElement());
    $rdoc->registerNs( ns => 'namespace' );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (3)
As of 2024-04-26 03:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found