Subject: Re: xsl:result-document and stylesheets
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 4 Jul 2005 17:53:41 +0100
|
> how is the <?xml-stylesheet...?> part generated)?
As with any processing instruction, something like:
<xsl:processing-instruction name="xml-stylesheet"
>href="test.css" type="text/css"</xsl:processing-instruction>
David
________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________
|