On 11/27/06, Austin, Darrel
<Darrel(_dot_)Austin(_at_)courts(_dot_)state(_dot_)mn(_dot_)us> 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...
--~------------------------------------------------------------------
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>
--~--