Confusion possibilities in XSL and CSS2 syntaxes

XSL: para[@type="warning"][5] selects the fifth para child of the context
node that has a type attribute with value warning

chapter[title="Introduction"] selects the chapter children of the context
node whose first title child has value equal to Introduction

The problem is that 
chapter[title="Introduction"] has the SAME syntax as in CSS2 in attribute
selectors. Authors may mix them.

PS. I got linkin to work with XML + CSS with "<html:a", but XML + XSL + CSS
this doesn't work any more with MS IE 5.0 (both document use the same
namespace information)
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 Friday, 12 November 1999 03:16:43 UTC