![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| parsing xml with awk/sed | ricgamch | Shell Programming and Scripting | 3 | 05-28-2008 07:39 AM |
| Awk Parsing | bombcan | Shell Programming and Scripting | 2 | 04-24-2008 11:45 AM |
| awk sed parsing | Darsh | Shell Programming and Scripting | 3 | 03-12-2008 09:31 AM |
| parsing | tungaw2004 | UNIX for Dummies Questions & Answers | 15 | 03-27-2007 05:33 PM |
| XML parsing | handak9 | High Level Programming | 1 | 11-01-2004 05:13 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
parsing xml
I want to use wget comment to parse an xml parse that exist in an online website. How can I connect it using shell script through Unix and how can I parse it??
|
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
You can use wget to fetch a remote XML document via HTTP but you definitely can't parse it with wget.
You can either hand-parse it with Perl regexp or shell utilities, or Perl has some modules for more sophisticated XML extraction. |
|||
| Google The UNIX and Linux Forums |