- From: David Brownell <david-b@pacbell.net>
- Date: Mon, 20 Mar 2000 10:52:05 -0800
- To: Dieter Köhler <dieter.koehler@ppp.uni-bamberg.de>, www-dom@w3.org
> 1. PIs related to style sheets can occur outside the root element. (As > I was told before, PIs outside the root element would be addressed in > DOM3. I just want to warn that the binding of the DocumentStyle > interface to the Document interface might be a hidden preliminary > decision of this issue.) Dieter, you seem to imply (here and in other posts) that a document <?xml-stylesheet ... ?> <!DOCYTPE root ... > <root> ... </root> would be represented by something other than a Document node with three children. Why would that be? The spec seems clear to me that there's no representational issue there. (Other than the inherent problems with the DOM L2 model for construction and use of "DocumentType" nodes, which I've described in other posts.) That is, exactly what is it you think DOM L3 should solve, and that current (L1, L2) DOM versions don't get right? - Dave
Received on Monday, 20 March 2000 14:21:12 UTC