On 29.04.2004 11:18, Terence Kearns wrote:
Basically I want to pass the matched pattern in {1} as the content of an XSL parameter to whatever stylesheet I am using.
Is this possible?
Of course:
<map:match pattern="*.html"> <map:generate src="{1}.xml"/> <map:transform src="whatever.xsl"> <map:parameter name="whateverParam" value="{1}"/> </amp:transform> <map:serialize type="html"/> </map:match>
Joerg
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Thankyou my good man...
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
