Go Back   CodingForums.com > :: Client side development > XML

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 09-20-2012, 08:09 PM   PM User | #1
sefs
New to the CF scene

 
Join Date: Sep 2007
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
sefs is an unknown quantity at this point
How can I look for lines of a certain structure in an xml file and remove dashes ...

Hi all,

How can I look for lines of a certain structure in an xml file and remove dashes in them?

The lines are of this structure:

Code:
<box>123456-7890</box>
I want to find all these lines and remove the dash so i can get:

Code:
<box>1234567890</box>
They are too many to do manually. Is there some tool or script that can automate this task?

Thanks in advance.
sefs is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 12:10 AM.


Advertisement
Log in to turn off these ads.