![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| 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 |
| to extract specific values twice in a file | techmoris | Shell Programming and Scripting | 7 | 08-17-2009 12:04 PM |
| to extract specific value in a file | techmoris | Shell Programming and Scripting | 3 | 08-14-2009 06:46 PM |
| Extract lines of text based on a specific keyword | DionDeVille | Shell Programming and Scripting | 4 | 08-14-2009 05:27 PM |
| extract the lines between specific line number from a text file | return_user | Shell Programming and Scripting | 1 | 07-18-2009 10:11 PM |
| Extract specific pattern from a file | athreyavc | Shell Programming and Scripting | 4 | 11-12-2008 04:35 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Extract a specific number from an XML file based on the start and end tags
Hello People,
I have the following contents in an XML file Code:
........... ........... .......... ........... <Details = "Sample Details"> <Name>Bob</Name> <Age>34</Age> <Address>CA</Address> <ContactNumber>1234</ContactNumber> </Details> ........... ............. ........... .......... Code:
<Details = "Sample Details"> to </Details> Can I do it using the basic UNIX Shell commands i.e sed or cut or paste etc... ? Please help. Thanks. Last edited by zaxxon; 10-01-2009 at 03:19 AM.. Reason: code tags |
| Bookmarks |
| Tags |
| extract, specific lines, xml |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|