Unparsed Entity support

In working with XSLT and NOTATIONS I've found that there is the
unparsed_entity_uri() function that returns the URI for an entity, seems
like you are only supporting 1/2 of the requirement for working - I need a
way to determine the NOTATION of that entity and then what the SYSTEM value
is for that NOTATION.

I see the new 2.0 requirements is going to allow the extraction of text
from unparsed entities, but how do I determine the proper NOTATION type
that I might want to extract this information from?

Not that NOTATIONs are well defined in use but we have thought about some
of the following possible uses that would then be useful in a stylesheet:

<!NOTATION "image/gif"  "java or XSLT extension function to process"> -
make it easier to access local tools

<!NOTATION "gif" "comp/gif"> - make it easier to deal with MIME and HTTP

Just some ideas anyway. It would be nice before you tackle handling all the
other specs in the family that we get a complete suite of tools for dealing
with XML features and methods.

..dan
---------------------------------------------------------------------------
Danny Vint
http://www.dvint.com

Author: "SGML at Work"  
http://www.slip.net/~dvint/pubs/sgmlatwork.shtml 
 mailto:dvint@usa.net
    

Received on Wednesday, 4 July 2001 08:34:04 UTC