XML + CSS >< XML + XSL + CSS

I got working linking with XML + CSS, but the same linking system doesn't
work with XML + XSL + CSS. 

Which is wrong? My XSL file or MS IE 5.0?

Namespaces:

XML + CSS and XML + XSL + CSS does have the same namespace:
<html xmlns="http://www.w3.org/HTML/1998/html4"
xmlns:author="xml-dtd.dtd"
xmlns:html="transitional.dtd">

<html:a href="..  - works only in XML + CSS

XSL

<html xmlns="http://www.w3.org/HTML/1998/html4"
xmlns:html="transitional.dtd"
xmlns:author="xml-dtd.dtd">

I hope that Jonathan March could answer.

Tapio Markula
tapio.markula@nic.fi
http://www.nic.fi/~tapio1/index.html
http://www.nic.fi/~tapio1/index_lahtotaso.html (Finnish)
kokeile http://gamma.nic.fi... jos edelliset eivät toimi

Received on Tuesday, 2 November 1999 11:24:36 UTC