Subject: Re: Using COUNT to create unique anchors
From: "Andrew Welch" <andrew.j.welch@xxxxxxxxx>
Date: Mon, 27 Nov 2006 17:08:45 +0000
|
On 11/27/06, Austin, Darrel <Darrel.Austin@xxxxxxxxxxxxxxxxxx> wrote:
t maybe my logic is wrong. Should I be able to create two sets of HTML
from the same XML file via one single transform?
You can using <xsl:result-document> in 2.0, or extensions in 1.0
You might find an initial identity transform of the source to attach
an id to each element helps if you can't do it all in a single
transform...
|