I have an XPath visualization tool that I've been using to test expressions, querying against the HTML file that gets left in the debug 'processed' directory. Using that tool, I pull out the elements I'm looking for, but I use matches() instead of re:test. The tool isn't written in python, so that's probably the difference.
I can check the manual, but is there a standard method for testing xpath queries aside from the generate-and-view method? I feel like the regular expression I'm trying to use isn't particularly complicated, and that it should work just fine.
|