Subject: Re: CSS and XSLT, again
From: Mike Brown <mike@xxxxxxxx>
Date: Tue, 6 Feb 2001 21:10:34 -0700 (MST)
|
Jeni Tennison wrote:
> The advantage of this over using document() to pull in the CSS file is
> that you don't have to wrap the CSS in an element - you can just have
> the CSS file as normal CSS text.
..as long as the normal CSS text is a parseable file. To be safe,
it should have:
- text declaration w/accurate encoding declaration
- no non-XML characters (c'mon, I know you like form feeds :)
- "<" ">" "&" escaped, unless marking a <!-- comment -->
..hmm what else..
- Mike
____________________________________________________________________
Mike J. Brown, software engineer at My XML/XSL resources:
webb.net in Denver, Colorado, USA http://skew.org/xml/
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|