View Single Post

  #4 (permalink)  
Old 02-13-2008, 10:42 PM
agn agn is offline
Member
User
 
Join Date: Feb 2008
My distro: OpenBSD/FreeBSD/Debian/Fedora/RHEL
Posts: 69
Rep Power: 1
agn is on a distinguished road
Default

Am not an expert in sed. Sed is a really weird tool, but the power it contains is awesome.

Regex's are not a good tool to parse html/xml data. You should use an XML parser. Right tool for the right job.
Reply With Quote