Re: <xsl:copy-of> question

Subject: Re: <xsl:copy-of> question
From: David Rocher <djr@xxxxxxxxxxx>
Date: Thu, 16 Dec 1999 12:09:14 +0000
On Thu, Dec 16, 1999 at 04:36:56AM +0300, Nikolai Grigoriev wrote:
> <xsl:template match="*">
>   <xsl:copy> <xsl:apply-templates/> </xsl:copy>
> </xsl:template>

As a side question, the xsl:copy copy the imput namespace but for
example, if you want to transform xhtml to html with the html output,
how can you change that to match the output namespace set in xsl:stylesheet?

Doing xhtml to xhtml with xml output doesn't follow the suggestions
for a good display of xhtml (<br /> for example).

David.


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread