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
------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Xsltforms-support mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xsltforms-support

Reply via email to