File: TODO

package info (click to toggle)
libxml-treepuller-perl 0.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 220 kB
  • sloc: perl: 519; xml: 31; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 498 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
  * Add more recipes to the cook book
    * XPath tutorial and recipes
  * Add an 'attributes' instruction that reads only the next element and it's attributes
  * Improve speed of the module through XS
  * Validate the configuration prior to starting processing so errors in there don't show up in the
    middle of a long job
  * Support using a regex to match a path in iterate_at()
  * Make XPath optional supporting not having Tree::XPathEngine installed for the rest of
    the module to work