Re: How can I see a XML file so.

At 12:44 PM 27/08/99 +0100, Marta Cárdenes Baez wrote:
>I have the XML file following :
>
>----------
>circular.xml
>  
><?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.

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

-- 
Liam Quinn
A Real Validator for Windows, http://arealvalidator.com/
Web Design Group, http://www.htmlhelp.com/

Received on Friday, 27 August 1999 08:52:21 UTC