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

Content added Content deleted
No edit summary
No edit summary
Line 5: Line 5:
* Regular expression matching
* Regular expression matching
* Create a trivial DOM document and serialize it to xml
* Create a trivial DOM document and serialize it to xml
* Perform an XPath query on an XML Document
* (added) 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 as a parameter
* Pass a function as a parameter