On Mon, Jul 12, 2010 at 14:45:32 +0200,
  Dario Lesca <d.le...@solinos.it> wrote:
> 
> b) the file is a simple xml and I must parser it and convert it to a csv
> file with bash script.
> 
> For b) now I use grep+sed+awk, but I'm looking for a best and more solid
> method for extract only some specific field from the file.

You can use xsltproc with an appropriate style sheet. I used this to parse
some xml output from svn for building snapshots for colossus. I didn't find
the documentation on using style sheets for processing xml all that great
but was able to get that simple case to work.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Reply via email to