Re: XML Replace

2010-05-02 Thread Klaus
On 28 avr, 19:12, trevor.do...@gmail.com (Trev) wrote: > I'm trying to use Perl to replace a line in a few XML files I have. > > Example XML below, I'm wanting to change the Id= part from  Id="/Local/ > App/App1" to Id=/App1". I know there's an easy way to do this with > perl alone however I'm tryi

Re: XML Replace

2010-04-30 Thread Shlomi Fish
Hi, sorry for the late response. On Wednesday 28 Apr 2010 20:12:36 Trev wrote: > I'm trying to use Perl to replace a line in a few XML files I have. > > Example XML below, I'm wanting to change the Id= part from Id="/Local/ > App/App1" to Id=/App1". I know there's an easy way to do this with >

Re: XML Replace

2010-04-30 Thread Brad Baxter
Trev wrote: I'm trying to use Perl to replace a line in a few XML files I have. Example XML below, I'm wanting to change the Id= part from Id="/Local/ App/App1" to Id=/App1". I know there's an easy way to do this with perl alone however I'm trying to use XML::Simple or any XML plugin for perl.

XML Replace

2010-04-29 Thread Trev
I'm trying to use Perl to replace a line in a few XML files I have. Example XML below, I'm wanting to change the Id= part from Id="/Local/ App/App1" to Id=/App1". I know there's an easy way to do this with perl alone however I'm trying to use XML::Simple or any XML plugin for perl.