Re: [xsl] include html in xsl

Subject: Re: [xsl] include html in xsl
From: Mygrp <mdgroups@xxxxxxxxx>
Date: Sat, 8 Apr 2006 12:26:27 +0530
havent tried cdata.
im using something like this:

<xsl:copy-of
select="document('/home/khel/scoresphp/iscore/html/topnav.html')"/>
can i enclose the above in the cdata section?

On 4/8/06, David Adams <dpadams@xxxxxxxxx> wrote:
> > is it possible to include an html file in an xsl document.
> > The main problem here is , i dont want thi html to be validated when i
> > use a parser. It should be something like an external include.
> >
> > When i use a php parser, it should not check for the html to be well
formed.
>
> Have you tried embedding the HTML in a CDATA section?

Current Thread