Re: [xsl] Passing parameters using <xsl:apply-templates>

Subject: Re: [xsl] Passing parameters using <xsl:apply-templates>
From: Mark <charltonrainbird@xxxxxxxxxxxxxx>
Date: Sat, 16 Feb 2008 11:17:42 +0000
Thanks for the swift responses.

Alice, to clarify, my output currently gives me:

<a href="#!-- #ID=doba_io89456.sl2098796 --#"> in my html anchors. The
doba part is the name of the original xml file listing that is passed
to the processor using the document function.

My intention is to output:

<a href="#!-- #ID=param-test_io89456.sl2098796 --#"> where param-test
is the name of the processed file that is listed in doba.xml.

I'll explore the tunnel parameters further. This was a suspected
option but I was having trouble finding correct syntax so hopefully
Eliot's sample code will put me on the right road.

Cheers

Mark

Current Thread