[Xsltforms-support] xf:bind elements with no @nodeset attribute fails with a cryptic message, from
Brought to you by:
alain-couthures
From: Kostis A. <ank...@gm...> - 2010-03-29 12:21:29
|
The generation of XPATH for <f:bind> elements with no @nodeset attribute (for instance, when <xf:bind> is used only for its @calculate or MIP attributes) fails with a cryptic message, saying: "4.*[1]". The problem appeared on rev361 ("XPath parsing loop with node-set()") which i tihnk is caused by an erroneous xsl generated-template at trunk/buid/xsltforms.xsl:189: <xsl:if test="//xforms:bind[not(@nodeset)]"><xexpr>4.*[1]</xexpr></xsl:if> - Reproduced on all browsers (ie, FF, chrome) Regards, Kostis Anagnostopoulos |