xsl-list
[Top] [All Lists]

Re: [xsl] copy of specific elements

2008-08-18 03:11:36
henry human wrote:

I have following XML file as bellow. The XML file has
12 elements.I will copy the last six  <element>
elements with the XSL stylesheet and display them some
where else on browser.

    <xsl:template match="/">
       <somewhere>
          <else>
             <xsl:copy-of select="
                 document/elements/element[position() gt 6]"/>
          ...

  Regards,

--drkm
























      
_____________________________________________________________________________ 
Envoyez avec Yahoo! Mail. Une boite mail plus intelligente http://mail.yahoo.fr

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--