Re: How can I see a XML file so.

Liam Quinn wrote:
> 
> At 12:44 PM 27/08/99 +0100, Marta Cárdenes Baez wrote:
> >I have the XML file following :
> ><?xml version='1.0'?>
> ><!DOCTYPE circular SYSTEM "circular.dtd">
> ><?XML-stylesheet type="text/css" href="circular.css"?>
> 
> XML names are case-sensitive, so you need to use xml-stylesheet instead of
> XML-stylesheet.

Yes. Also, ensure that your Web server is sending the XML out as
application/xml not text/plain.

> You won't have much luck with XML+CSS in IE5 due to IE5's limited support
> for CSS2.  Mozilla (http://www.mozilla.org/) would give you better testing
> ground, 

Righ. So would DocZilla, which does implement the CSS2 :before and
:after

> but if you need something to work in IE5 your best bet is probably
> XSL (http://www.w3.org/TR/WD-xsl).

That URL takes you to the latest working draft of XSL. Unfortunately,
due to a glitch, that draft points to a dated version of XSL-T (21
April).

The current version of XSL-T is http://www.w3.org/TR/WD-xslt and is
dated, at the time of writing this email, 13 August.

If you want something to work in IE5, on the other hand, you need a
different URL again; the one for the December 16, 1998 version of XSL,
of which they implement the transformation part.

http://www.w3.org/TR/1998/WD-xsl-19981216

--
Chris

Received on Friday, 27 August 1999 11:00:47 UTC