RE: XML on Gecko

Subject: RE: XML on Gecko
From: "Heikki Toivonen" <heikki@xxxxxxxx>
Date: Wed, 31 Mar 1999 15:20:57 +0300
> >Gecko and other Mozilla clones support XML+CSS.
>
> So I can use CSS to display XML? Wew, didn't know this. Thanks. Do I have
> to do anything special, or just, say
>
> name {font: 14px arial;}
> address {font-weight: 600;}

In XML you need to attach your styles somehow. You could use the HTML
namespace to define your styles (in sw that supports this), but generally
the better approach is to use a processing instruction in your XML file to
refer to the stylesheet as described in:

http://www.w3.org/TR/PR-xml-stylesheet

--
  Heikki Toivonen
  http://www.doczilla.com
  http://www.citec.fi


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread