Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

XPath interpreter for mochiweb's html tree
See src/test.erl for examples

Usage:
make
make test

Note:
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