Subject: Re: following entity references
From: James Clark <jjc@xxxxxxxxxx>
Date: Thu, 05 Aug 1999 17:29:35 +0700
|
Sebastian Rahtz wrote:
>
> Apologies if I have asked this before. But,
> if I have
>
> <!DOCTYPE... [
> <!ENTITY PO4501 "xxxpo4501.gif" >
You mean
<!ENTITY P04501 SYSTEM "xxxpo4501.gif" NDATA gif>
right? Otherwise it wouldn't be valid to use "P04501" as the value of
an ENTITY attribute.
> <!ATTLIST figure entity ENTITY #IMPLIED>
> ]>
>
> and then
>
> <figure entity="PO4501">
>
> I'd really like to get at "xxxpo4501.gif" in my XSL specification. Is
> it possible?
This is what the unparsed-entity-uri function is for (unfortunately not
implemented in XT yet).
James
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|