xsl-list
[Top] [All Lists]

[xsl] import css file via xslt ->xhtml

2006-05-22 10:13:38
XSL 2.0 - XMLSpy

I have an xml file which will be transformed via xslt 2.0 into xhtml.

I would like to import a css stylesheet "salesdoc.css" into the result, but
have so far been unsuccessful. The css file is in the same folder as the
stylesheet and xml doc.

I have tried:

        <style type="text/css"> @import "salesdoc.css"; </style>

But in IE 6 this does nothing.

I need to actually make the css part of the document, since the result may
be sent outside where the css file may be located.

Thanks,

Rick


--~------------------------------------------------------------------
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>