Re: [xsl] Advise on xsl usage producing very complex html

Subject: Re: [xsl] Advise on xsl usage producing very complex html
From: Eric van der Vlist <vdv@xxxxxxxxxxxx>
Date: Wed, 31 Jan 2001 13:51:35 +0100
Hi,

viewga wrote:

> Maybe some other ideas exists ???

You can include your HTML stuff in a separate document and include it:

<xsl:copy-of select="document('path-to-my-doc')"/>

You can also apply templates on this document, but this is another story
[1] ;=) 

Eric

[1] http://www.xml.com/pub/a/2000/07/26/xslt/xsltstyle.html

-- 
------------------------------------------------------------------------
Eric van der Vlist       Dyomedea                    http://dyomedea.com
http://xmlfr.org         http://4xt.org              http://ducotede.com
------------------------------------------------------------------------

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


Current Thread