in reply to Re: XML::Smart and Ordering Nodes in Order Created
in thread XML::Smart and Ordering Nodes in Order Created

Sample code:
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>

Replies are listed 'Best First'.
Re: Re: Re: XML::Smart and Ordering Nodes in Order Created
by gmpassos (Priest) on Feb 11, 2004 at 03:59 UTC
    Please, try the last version of XML::Smart, it will work fine. ;-P

    Graciliano M. P.
    "Creativity is the expression of the liberty".