Re: Changing XML Tag Value in Perl

2011-04-20 Thread Rob Dixon
On 18/04/2011 21:55, Rajpreet wrote: Thanks for your replies. But the above message is jst a sample and the exact message we get is pretty huge(its a trading sysem message)... I do have XML Parser installed.. I was trying to format a sample message using start and a default handler. I do get data

Re: Changing XML Tag Value in Perl

2011-04-19 Thread Rajpreet
On Apr 19, 7:56 am, je...@krynicky.cz ("Jenda Krynicky") wrote: > From:                   Rajpreet > > > Thanks for your replies. But the above message is jst a sample and the > > exact message we get is pretty huge(its a trading sysem message)... I > > do have XML Parser installed.. I was trying

Re: Changing XML Tag Value in Perl

2011-04-19 Thread Jenda Krynicky
From: Rajpreet > Thanks for your replies. But the above message is jst a sample and the > exact message we get is pretty huge(its a trading sysem message)... I > do have XML Parser installed.. I was trying to format a sample message > using start and a default handler. I do get d

Re: Changing XML Tag Value in Perl

2011-04-18 Thread Rajpreet
Thanks for your replies. But the above message is jst a sample and the exact message we get is pretty huge(its a trading sysem message)... I do have XML Parser installed.. I was trying to format a sample message using start and a default handler. I do get data in a variable and can change it, but h

Re: Changing XML Tag Value in Perl

2011-04-12 Thread Rob Dixon
On 13/04/2011 01:42, Carlos Ivan Sosa wrote: > On 4/12/11, Rob Dixon wrote: >> On 12/04/2011 17:22, Carlos Ivan Sosa wrote: >>> >>> Since the structure of the XML output is not so complicated and >>> massive >> >> Carlos this is data. Data grows. >> > > Ohh sorry, misread. No I don't think so. Y

Re: Changing XML Tag Value in Perl

2011-04-12 Thread Carlos Ivan Sosa
On 4/12/11, Rob Dixon wrote: > On 12/04/2011 17:22, Carlos Ivan Sosa wrote: >> >> Since the structure of the XML output is not so complicated and >> massive > > Carlos this is data. Data grows. > Ohh sorry, misread. > Rob > -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additiona

Re: Changing XML Tag Value in Perl

2011-04-12 Thread Rob Dixon
On 12/04/2011 17:22, Carlos Ivan Sosa wrote: Since the structure of the XML output is not so complicated and massive Carlos this is data. Data grows. Rob -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

Re: Changing XML Tag Value in Perl

2011-04-12 Thread Rob Dixon
On 11/04/2011 19:10, Rajpreet wrote: Requirement goes like this. I have perl script reading from a MQ Series queue. This queue has messages in form of XML.For exmpale 1 message is like - New York FINANCE GROUP 123

Re: Changing XML Tag Value in Perl

2011-04-12 Thread Carlos Ivan Sosa
Since the structure of the XML output is not so complicated and massive, you might want to try with the Perl Module "XML::Smart": http://search.cpan.org/~gmpassos/XML-Smart-1.6.9/lib/XML/Smart.pm On 4/11/11, Rajpreet wrote: > Greetings, > > Requirement goes like this. I have perl script reading