XPath and XUL
| Newsgroups | gmane.comp.mozilla.devel.xpfe |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <76730369-eea6-4cef-8d22-2cee69f159b5@km7g2000pbc.googlegroups.com> |
I tried putting a simple XPath expression in my XUL file and got a message it wasn't well formed pointing at the ">" sign in: <template expr="//Agency/Love[position() < 101]"> So I swapped out the "<" with its entity reference and it crashed my browser. ???