alpacaaa / xpathr

be very very *very* careful
http://xpathr.com
11 stars 3 forks source link

Question about variable handling #4

Closed andrewminton closed 12 years ago

andrewminton commented 12 years ago

Can the XSLT portion of xpathr deal with variables? i.e

'<xsl:variable name="lang" value="en"/>'

Doesn't seem to compile a result.

alpacaaa commented 12 years ago

The syntax is wrong, it should be select="en".

andrewminton commented 12 years ago

Thanks Marco, all sorted now :)