- From: Jonathan Marsh <jmarsh@microsoft.com>
- Date: Tue, 11 Jul 2000 10:06:46 -0700
- To: "'Martin Bryan'" <mtbryan@sgml.u-net.com>, www-xml-xinclude-comments@w3.org
By stylesheet calls I assume you mean stylesheet processing instructions. XInclude operates at the infoset level, and stylesheet "calls" of whatever form are not recognized as such at this level. Inclusion of a complete document with a stylesheet (or any other kind of) processing instruction will result in the processing instruction being copied over, but the meaning of the stylesheet pi in this context is unclear. Outside the scope of XInclude, in any case... If you want inclusion capability on a level that can take stylesheets into account, XLink's show="embed" seems like the right technology to use. It is vague enough about what embedding means to handle stylesheets. I think the implication is that embedded content should retain it's own separate styling information. > -----Original Message----- > From: Martin Bryan [mailto:mtbryan@sgml.u-net.com] > Sent: Tuesday, July 11, 2000 7:50 AM > To: www-xml-xinclude-comments@w3.org > Subject: What happens to embedded stylesheets > > > 3.3.1 is quite clear what happens to any XML declarations and > Doctype statements in the included document, but what about > any stylesheet calls - will they be discarded, or will they > become embedded in the composite document? If they are > embedded must action be taken to restore the stylesheet in > force prior to the inclusion when its final node is returned? > > Martin Bryan >
Received on Tuesday, 11 July 2000 13:08:33 UTC