xml editor

Supported platforms

Compatible with Windows7 & Mac OS X Snow Leopard

Ready for data server software
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] for-each loop in node set variable gives error - RTF traversal error


Subject: Re: [xsl] for-each loop in node set variable gives error - RTF traversal error
From: "cking" <cking@xxxxxxxxxx>
Date: Fri, 3 Sep 2004 10:08:07 +0200

Michael Kay wrote:
>

> The xx:node-set() extension function is available in most XSLT 1.0
> processors, but typically under a different namespace for each vendor. You
> need to check the documentation for the XSLT processor you are using.
> 
> EXSLT (www.exslt.org) attempted to standardize some of these common
> extensions, so if you are lucky you will find the function is available in
> an EXSLT-defined namespace.
> 

The EXSLT namespace for node-set is "http://exslt.org/common":

<xsl:stylesheet version="1.0"
 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
 xmlns:exsl="http://exslt.org/common"
 extension-element-prefixes="exsl" >

    <xsl:for-each select="exsl:node-set($employeeList)/*">

Anton Triest


Current Thread
Keywords
XML Editor | XML Author | WYSIWYG Editors | Schema Editor | XSD Documentation | XSL/XSLT Editor | XQuery | XML Databases | SVN Client
© 2002-2011 SyncRO Soft Ltd. All rights reserved. | Sitemap | Privacy Policy | This website was created & generated with <oXygen/>®XML Editor