RE: extension-element-available()

>I might do:
> 
> <!ATTLIST xt:document
>   xsl:extension-element-prefixes NMTOKEN #FIXED "xt"
> >
> 
But that raises a pretty paradox. If such a declaration makes "document" an
extension element, then the xsl:extension-element-prefixes is not present on
a literal result element, and therefore is not effective.

Mike Kay

PS: Another question has arisen in implementing
extension-function-available() and extension-element-available(). Should
these return true or false if the name supplied is a system-defined
function/element?

E.g. what is the result of extension-function-available("string")? 

Received on Friday, 1 October 1999 07:19:27 UTC