[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Re: [xml-dev] A little experiment to compare external entities andXInclude
- From: Michael Kay <mike@saxonica.com>
- To: xml-dev@lists.xml.org
- Date: Mon, 16 Aug 2010 16:03:56 +0100
> 1. What should I conclude from this little experiment? Should I conclude that the browsers support external entities but do not support XInclude?
>
Yes.
> 2.<xi:include> elements are resolved by the XML parser, correct? By "resolve" I mean that the<xi:include> element is replaced by the contents of the file it references.
>
No, xi:include is resolved by an XInclude processor, which you can put
anywhere in your processing pipeline. This is one of the benefits over
external entities, for example you can do XSLT transformations or XSD
validation on the document before applying the includes or after
applying them, or you can transform the document leaving the xi:include
elements intact, or substitute them with different xi:include elements.
Because XInclude processing is not a function of the XML parser, your
remaining questions are irrelevant.
Michael Kay
Saxonica
> 3. The XML parsers in IE and Firefox do not support XInclude, correct?
>
> 4. The XML parser in IE is MSXML, correct?
>
> 5. What is the XML parser in Firefox?
>
> 6. What XML parsers support XInclude?
>
> /Roger
>
> _______________________________________________________________________
>
> XML-DEV is a publicly archived, unmoderated list hosted by OASIS
> to support XML implementation and development. To minimize
> spam in the archives, you must subscribe before posting.
>
> [Un]Subscribe/change address: http://www.oasis-open.org/mlmanage/
> Or unsubscribe: xml-dev-unsubscribe@lists.xml.org
> subscribe: xml-dev-subscribe@lists.xml.org
> List archive: http://lists.xml.org/archives/xml-dev/
> List Guidelines: http://www.oasis-open.org/maillists/guidelines.php
>
>
>
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]