Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gnunicorn/mochixpath
xpath helper using mochiweb
https://github.com/gnunicorn/mochixpath
Last synced: about 2 months ago
JSON representation
xpath helper using mochiweb
- Host: GitHub
- URL: https://github.com/gnunicorn/mochixpath
- Owner: gnunicorn
- Created: 2009-08-14T10:19:29.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2009-08-14T10:20:00.000Z (over 15 years ago)
- Last Synced: 2023-04-17T23:08:59.722Z (over 1 year ago)
- Language: Erlang
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme
Awesome Lists containing this project
README
XPath interpreter for mochiweb's html tree
See src/test.erl for examplesUsage:
make
make testNote:
mochiweb_xpath_parser:compile_xpath/1 utilize two undocumented
functions in xmerl (xmerl_xpath_parse:parse/1 and xmerl_xpath_scan:tokens/1).
These functions could change between OTP versions.. I'm using R12B2