Subject: jd.xslt bug (at least unexpected)?
From: "Robert Koberg" <rob@xxxxxxxxxx>
Date: Sun, 3 Aug 2003 13:04:29 -0700
|
Hi,
I have been wanting to try out jd.xslt because I have heard so many good
things.
However, I tried a transformation on something that had the following:
<style type="text/css" media="all">@import "<xsl:value-of
select="$relative_path"/>css/default.css";</style>
It outputs as:
<style type="text/css" media="all"><![CDATA[@import
"http://dev.94107.com/css/default.css";]]></style>
What it means is that the browser will not see my CSS file to bring it down.
Is there some way to turn this off?
Thanks,
-Rob Koberg
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|