[Xsltforms-support] XPath error
Brought to you by:
alain-couthures
From: Stephen C. <ste...@gm...> - 2012-01-30 22:18:27
|
Hello I am interested to know why the following Xpath is incorrect Error evaluating the following XPath expression : instance('rendering')/s2x:render-list[s2x:render-for = 'xs:schema/xs:element']/s2x:render[@as=current()]/s2x:description TypeError node.documentElement is undefined However, this modification fixes it: instance('rendering')/s2x:render-list[s2x:render-for[. = 'xs:schema/xs:element']]/s2x:render[@as=current()]/s2x:description I imagine that they are the same thing effectively? Regards Steve Cameron |