Re: Newbee question: how to manipulate xml file
by Grant McLean other posts by this author
Mar 17 2006 9:54PM messages near this date
view in the new Beta List Site
Newbee question: how to manipulate xml file
|
Re: Newbee question: how to manipulate xml file
& XSLT On Fri, 2006-03-17 at 23:41 +0100, lemkemch@[...].de wrote:
> What I basically want to do is
>
> $xml = readxmlfromfile "file";
> add/manipulate some elements
> writexmltofile "newfile";
XML::LibXML is probably your best bet. If you have a passing
familiarity with XML::Simple, then this article might help:
http://www.perlmonks.org/index.pl?node_id=490846
The might also find the Perl XML FAQ useful:
http://perl-xml.sourceforge.net/faq/
Cheers
Grant
_______________________________________________
Perl-XML mailing list
Perl-XML@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Thread:
lemkemch
Grant McLean
lemkemch
A. Pagaltzis
|