The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com



UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !!

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
find and replace javeed7 Shell Programming and Scripting 1 04-02-2008 10:00 AM
find and replace mahabunta UNIX for Dummies Questions & Answers 7 09-21-2006 01:05 PM
find and replace valhutch UNIX for Dummies Questions & Answers 4 07-29-2006 06:20 PM
find and replace vikas_j@hotmail UNIX for Dummies Questions & Answers 3 02-25-2002 05:41 PM
Find & Replace gagansharma Shell Programming and Scripting 3 11-27-2001 04:17 PM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 09-27-2007
wip_vasikaran wip_vasikaran is offline
Registered User
  
 

Join Date: Jul 2006
Posts: 14
find and replace in XML

Hi

I need one clarication..

I have an xml having many entries like this..

<Cust_Name>Tom Cruise</Cust_Name>

I want to rename this to

<Cust_Name>TEST</Cust_Name>

Pls let me know how to do it..

I was trying some basic commands like
grep 'Cust_Name' * | tr '>' ',' | tr '<' ',' | cut -d ',' -f3| sed "s/[0-9a-zA-Z_]/TEST/g"

The bold part is not working..any idea
  #2 (permalink)  
Old 09-27-2007
vgersh99's Avatar
vgersh99 vgersh99 is online now Forum Staff  
Moderator
  
 

Join Date: Feb 2005
Location: Boston, MA
Posts: 5,122
Code:
echo '<Cust_Name>Tom Cruise</Cust_Name>' | sed 's/>.*</>TEST</g'
  #3 (permalink)  
Old 09-27-2007
awk awk is offline
Registered User
  
 

Join Date: Feb 2007
Posts: 134
If you are wanting to replace ALL customer names, you will need a program like xalan - that can perform xsalt. This is what allows you to make these type of modification.

A problem with XML, is that it can be difficult for UNIX utilities to handle - for example
1) Might be one LONG line. Longer than a text editor can handle.
2) Might have Unicode (binary zeroes) which, at least, on my version of UNIX, is difficult to handle.
3) could be formatted like this:
<CUST_NAME>
Tom Cruise
</CUST_NAME>
Closed Thread

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes 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
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 07:49 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0