xsl-list
[Top] [All Lists]

Re: [xsl] include html in xsl

2006-04-07 23:56:43
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(_at_)gmail(_dot_)com> 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?

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>