> -----Original Message-----
> From: V.Ramkumar [mailto:[EMAIL PROTECTED]
> Sent: 12 September 2008 11:33
> To: beginners@perl.org
> Subject: Round a digit in perl
> 
> Hi List,
> 
> My input xml file has,
> <citspn>246</citspn><delim>&ndash;</delim><citepn>52</citepn>
> 
> I have to replace,
> <citspn>246</citspn><delim>&ndash;</delim><citepn>252</citepn>
> 
> Similarly,
> 
> 100-5         100-105
> 198-10        198-210.
> 
[Stewart Anderson] 
Have a look at XML::Smart  it has an easy   to use interface.   You
could run through   your xml  elements and just prefix  the  elements
with the new code.

That  might take a little longer than  a   regex but I feel  it would be
safer and  probably easier to  predict the outcome.  I   just heard a
sharp intake of breath from  regex kings across the world :)  That's my
view - not being  a regex king!!



Information in this email including any attachments may be privileged, 
confidential and is intended exclusively for the addressee. The views expressed 
may not be official policy, but the personal views of the originator. If you 
have received it in error, please notify the sender by return e-mail and delete 
it from your system. You should not reproduce, distribute, store, retransmit, 
use or disclose its contents to anyone. Please note we reserve the right to 
monitor all e-mail communication through our internal and external networks. 
SKY and the SKY marks are trade marks of British Sky Broadcasting Group plc and 
are used under licence. British Sky Broadcasting Limited (Registration No. 
2906991), Sky Interactive Limited (Registration No. 3554332), Sky-In-Home 
Service Limited (Registration No. 2067075) and Sky Subscribers Services Limited 
(Registration No. 2340150) are direct or indirect subsidiaries of British Sky 
Broadcasting Group plc (Registration No. 2247735). All of the companies 
mentioned in this paragraph are incorporated in England and Wales and share the 
same registered office at Grant Way, Isleworth, Middlesex TW7 5QD.

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to