PDA

View Full Version : Perl module- XML Search & Replace


ITSAMB
02-11-2009, 09:24 PM
Hello experts,
I am using an XML. I need to search the nodes and update it through perl. I am looking for a perl module, which will help me in searching and replacing the node values/attribute values efficiently. I read about it that on internet and found one module Anydata.pm from Jeff Zucker. But, I failed to get some examples about it. I was wondering to know, is it not a good module for this purpose? I do not have much idea about Xquery. Could you please suggest any module which will help me here?

Thanks,
Amit

oesxyl
02-11-2009, 11:18 PM
Hello experts,
I am using an XML. I need to search the nodes and update it through perl. I am looking for a perl module, which will help me in searching and replacing the node values/attribute values efficiently. I read about it that on internet and found one module Anydata.pm from Jeff Zucker. But, I failed to get some examples about it. I was wondering to know, is it not a good module for this purpose? I do not have much idea about Xquery. Could you please suggest any module which will help me here?

Thanks,
Amit
you can try libxml:

http://search.cpan.org/dist/XML-LibXML/

best regards