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

From Rosetta Code
Content added Content deleted
No edit summary
(some common xml tasks)
Line 4: Line 4:
* Simple hash functions and indexing algorithms.
* Simple hash functions and indexing algorithms.
* Regular expression matching
* Regular expression matching
* Create a trivial DOM document and serialize it to xml
* Perform an XPath query on an XML Document

Revision as of 20:47, 21 January 2007

So you want to see a problem solved? If you're not comfortable creating the task page yourself, feel free to edit this page, and describe the problem below. (To edit this page, click the "edit" tab at the top.)


  • Simple hash functions and indexing algorithms.
  • Regular expression matching
  • Create a trivial DOM document and serialize it to xml
  • Perform an XPath query on an XML Document