xsl-list
[Top] [All Lists]

Re: [xsl] Template-matching nodes from input vs nodes in variable based on their position

2015-06-17 14:18:42
Jorge . chocolate(_dot_)camera(_at_)gmail(_dot_)com wrote:

try to remove the 'as="node()+"' from the variable and then use
   <xsl:apply-templates select="$FOO/*"/>

Works indeed, but like I said I do not understand what difference your
correction makes. Besides, I've read again and again that declaring
the type of variables is good practice, and it has indeed helped me
detect errors that I would not have otherwise. If I shouldn't be
declaring that variable as node()+, what type would be appropriate?

Try
  as="document-node()"
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--

<Prev in Thread] Current Thread [Next in Thread>