xsl-list
[Top] [All Lists]

Re: [xsl] xsl:key() and $variables.

2006-07-31 09:02:34
You seem to understand what I'm trying to get at... except the
ellipses is perfectly congruent with my ignorance as to tackling this
matter.

Yes, I know I need a for-each. But beyond that I'm not quite sure.

-S

On 7/21/06, Dimitre Novatchev <dnovatchev(_at_)gmail(_dot_)com> wrote:
Yes, in XSLT 1.0 we use the

   <xsl:for-each select="someNewDocumentNode">

 <!--  .  .  .  .  .  .  .  .  .  .  .  .  .  -->

   </xsl:for-each>

instruction in order to change the current document


--~------------------------------------------------------------------
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>
--~--