Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

XML::LibXML problem...

by Sinister (Friar)
on Mar 08, 2002 at 13:35 UTC ( [id://150309]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <?xml version="1.0" encoding="ISO-8859-1" ?> 
    <!DOCTYPE page SYSTEM "entities.dtd"> 
    ...
        </test> 
      </input>
    </form>
    
  2. or download this
    $string = $dom->toString;
    $string =~ s/<\/form>//gim;
    $string .= "<info><failure>blah</failure></info>\n</form>\n";
    $dom = $parser->parse_string($string);
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://150309]
Approved by root
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-23 20:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found