in reply to Re: XML::LibXML- Escape Empty Tags
in thread XML::LibXML- Escape Empty Tags
As i ve got no idea about what it is suppose to actually do. and the use of my $doc = $parser->parse_fh(\*DATA);. I guess this is to work with filehandle but i was under the impression that parse_file was much better for big file manipulation (since i am in fact using to parse some 600 meg XML...), but then again, thanks a lot, that s going on very well. Cheers everyone for the help# print $doc->serialize();
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: XML::LibXML- Escape Empty Tags
by Your Mother (Archbishop) on Jul 31, 2009 at 17:31 UTC | |
Re^3: XML::LibXML- Escape Empty Tags
by Anonymous Monk on Jul 31, 2009 at 09:18 UTC |