Talk:XML/Input

From Rosetta Code
Revision as of 13:00, 1 June 2009 by rosettacode>PauliKL (Interpreting XML?)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Interpreting XML?

The name of this task is XML Reading. Are we supposed to interpret the XML structure, or just extract the names in this particular example?

The AWK implementation only extracts any text between double quotes. That would not be useful in any practical purpose. I think the task should at least require to extract only the contents of the fields named "Name". Maybe the example input file should contain some other fields that are not to be extracted. --PauliKL 13:00, 1 June 2009 (UTC)