Click to See Complete Forum and Search --> : XML/XSL and Include files?


Doug
03-20-2000, 12:27 PM
Hello,

I am using the DOM document object to transform a XSL style sheet and an
XML file to create a valid HTML page calling it from an ASP page. The problem
is I cannot seem to get include files to work in the resulting page.

I have placed it in the XSL alone=Does not work.
I have placed it inside CDATA= Does not work

Basically does anyone know how to get include files to work after an XSL
XML transformation?

Thanks

DOUG

XML-Bookstore - Vegard Hamar
03-20-2000, 04:14 PM
What you're trying is as far as I know impossible. The reason for this is
that any and all server side includes is included in the file, before
asp.dll parses the asp code
--
Vegard Hamar
webmaster@xml-bookstore.com
The XML-Bookstore
Your source for books on XML and related tech.
http://www.xml-bookstore.com

"Doug" <ddoedens@hotmail.com> wrote in message
news:38d65f65$1@news.devx.com...
>
> Hello,
>
> I am using the DOM document object to transform a XSL style sheet and an
> XML file to create a valid HTML page calling it from an ASP page. The
problem
> is I cannot seem to get include files to work in the resulting page.
>
> I have placed it in the XSL alone=Does not work.
> I have placed it inside CDATA= Does not work
>
> Basically does anyone know how to get include files to work after an XSL
> XML transformation?
>
> Thanks
>
> DOUG
>