[
Lists Home |
Date Index |
Thread Index
]
- From: Kay Michael <Michael.Kay@icl.com>
- To: 'Chris Pratt' <chris@planetpratt.com>,David Megginson <david@megginson.com>, XML-DEV <xml-dev@lists.xml.org>
- Date: Thu, 13 Jul 2000 10:09:58 +0100
> How does XSL deal with these problems? There's no control over entity
> references in XSL?
Correct. XSLT sees the document after expansion of all entity references.
The only clue that something was pulled in from an external entity is that
elements and processing instructions (but not text nodes and attributes)
have a property called "base URI": but even this cannot be accessed
directly, it is used only to resolve relative URIs when using the document()
function.
Mike Kay
|