Talk:XML/Input: Difference between revisions

Content added Content deleted
(→‎Interpreting XML?: do the right thing!)
Line 25: Line 25:


Unluckly the task specifications do not talk about full XML parser or what... it says: <cite>using whatever means desired</cite>... this means that a proper (set of) regular expression(s) in AWK can extract the list of the student names properly... still without knowing too much of the structure of an XML document, and without pretending to be a full featured XML parser... --[[User:ShinTakezou|ShinTakezou]] 22:05, 2 June 2009 (UTC)
Unluckly the task specifications do not talk about full XML parser or what... it says: <cite>using whatever means desired</cite>... this means that a proper (set of) regular expression(s) in AWK can extract the list of the student names properly... still without knowing too much of the structure of an XML document, and without pretending to be a full featured XML parser... --[[User:ShinTakezou|ShinTakezou]] 22:05, 2 June 2009 (UTC)
: Yeah, fix that task description. Examples should be parsing XML. --[[User:IanOsgood|IanOsgood]] 15:03, 3 June 2009 (UTC)