This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: CSS and XSLT, again


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]