This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re:Confusion about preceding-sibling axis


Hi,  Jeni,

When I follow your solution example,
I have to use msxsl:node-set  in the for-each element

    <xsl:for-each select="exsl:node-set($item_list)">.

However to get a resonable output,  I have to  add ** /item**  to the
node-set function ,  i.e.,

    <xsl:for-each select="msxsl:node-set($item_list)/item">

Is it  the difference between using exsl and  RTF node-set function?


Thanks

Sun-fu Yang

sfyang@unisvr.net.tw


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]