Re: [xsl] XML to XML via XSLT, and then CSS?

Subject: Re: [xsl] XML to XML via XSLT, and then CSS?
From: Sebastian Tennant <sebyte@xxxxxxxxxxxxxxx>
Date: Fri, 13 Jan 2006 20:38:43 +0000
Florent Georges <darkman_spam@xxxxxxxx> wrote:

> Sebastian Tennant wrote:
>
>> How do you pass processing instructions to a result tree,
>> so that I can point my XML enabled browser at an XML
>> document, have it transformed into another XML document
>> using XSLT, and then have it styled using CSS?
>
>     <xsl:processing-instruction name="xml-stylesheet">
>       href="css-sheet.css" type="text/css"
>     </xsl:processing-instruction>
>
> --drkm

Ta.

sdt

Current Thread