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

From Rosetta Code
Content added Content deleted
No edit summary
No edit summary
Line 7: Line 7:
* Perform an XPath query on an XML Document
* Perform an XPath query on an XML Document
* Find object(s) in a structure based on matched values of their elements
* Find object(s) in a structure based on matched values of their elements
* Pass a function to a function
* Pass a function as a parameter
* Basic pointer/reference operations
* Basic pointer/reference operations

Revision as of 21:17, 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
  • Find object(s) in a structure based on matched values of their elements
  • Pass a function as a parameter
  • Basic pointer/reference operations