[
Lists Home |
Date Index |
Thread Index
]
- From: Lauren Wood <lauren@sqwest.bc.ca>
- To: xml-dev@lists.xml.org
- Date: Wed, 22 Nov 2000 09:52:03 -0800
On 22 Nov 2000, Pollington, Lee (ELSLON) wrote:
> So does it support http://www.w3.org/TR/REC-CSS2/
>
> Aren't the style files that are saved called .rlx or something? Are they the
> same format as those used on the web?
The styles files are standard CSS stylesheets, and XM expects them
to have the file ending .css. The .rlx files are a compiled form of the
DTD, which XMetaL uses to make it quicker to load. You don't
need them, XMetaL works just fine from a normal DTD.
MSXML is used in several places, but you can get away without it
if, for example, you don't want the browser preview. The styling is
all done with the XMetaL formatting engine, so there's no
dependency on MSXML there.
Lauren
|