my $DATA2 = q`<?xml version="1.0" encoding="iso-8859-1"?> <html> <head> <title>Blah blah</title> </head> <body> <form> <input id="0"/> <br/> <input id="2"/> <br/> </form> </body> </html> `; my $x = XML::Smart->new( $DATA2 ); print $x->data( noheader => 1 ); The result is: <br/><br/> <html> <head> <title>Blah blah</title> </head> <body> <form> <input id="0"/> <input id="2"/> </form> </body> </html>
In reply to Re: Re: XML::Smart and Ordering Nodes in Order Created
by hackdaddy
in thread XML::Smart and Ordering Nodes in Order Created
by hackdaddy
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |