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

New solved problem
No edit summary
(New solved problem)
Line 13:
* 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===
* Walking a filesystem directory and printing the contents of any file that matches a pattern: [[Walk_Directory]]
* Create a trivial DOM document and serialize it to xml: [[DOM_XML_Serialization]]
* [[Regular expression matching]]
79

edits