Skip to main content

New answers tagged

0 votes

Need to retrieve XML value properly

Using sed to parse xml is a very bad design. Really. Don't do it. Even in shell, there's some good xml parsers out there, using xpath querys. $ cat file.xml <root> <Name> bar </Name>...
Gilles Quénot's user avatar

Top 50 recent answers are included