Rosetta Code:Village Pump/Suggest a programming task: Difference between revisions

handling directories
(added 2 tasks: SAX / Text Parsing)
(handling directories)
Line 14:
* SAX. As well as DOM and XPath it would probably be useful to demonstrate parsing a simple XML document with SAX.
* Writing a parser to parse structured text into appropriate native types. (A good demonstration format to parse might be JSON, though it should be about creating a parser rather handling JSON.)
* Walking a filesystem directory and printing the contents of any file that matches a pattern
 
===Recently solved problems===
Anonymous user