This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Advise on xsl usage producing very complex html


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]