RE: [xsl] Malformed (??) XML and XML 2 SQL XSLT transformation

Subject: RE: [xsl] Malformed (??) XML and XML 2 SQL XSLT transformation
From: "Andreas L. Delmelle" <a_l.delmelle@xxxxxxxxxx>
Date: Fri, 14 Nov 2003 16:17:26 +0100
> -----Original Message-----
> From: Guillaume LECERF
>
>
> Thanks for your answer, but my problem is that I need to generate TWO
> different insert instructions, each orders begginng with the <Fields
> FieldName="User Login ID"> tag.
>

So *that's* where my proposed solution differed from this one... and I had
just deleted it :)

In short:
Check http://www.dpawson.co.uk/xsl/sect2/N7450.html#d8136e352
to find out how to process every five elements as a group.

Then use this approach to add a for-each around the two <xsl:apply-templates
...> instructions in the root template of the stylesheet Charles posted.


Cheerz,

Andreas


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


Current Thread