Re: XSL and entities

Subject: Re: XSL and entities
From: Eric van der Vlist <vdv@xxxxxxxxxxxx>
Date: Mon, 15 May 2000 23:18:55 +0200
Bryce,

> I have a challenge and I'm not finding any examples that relate to this. The
> problem is I have entities in my XML document that identify picture files.
> These entities are referenced in the body of the document in an attribute of
> the graphic element in a figure element. The goal is to transform the XML
> into HTML which means I need to insert the filename into an <IMG> HTML
> element. I've included both a short XML fragment and the relevant fragment
> of the XSL below.


You can't do this like you are showing it in your example (it's the
almost the same topic we are discussing under the title "feature
request") as the entities are resolved by the XML parser and their name
is not available by the XSLT transformation.

One way to work around this is to add the filename in your XML tree for
example like this :

 <graphic figname="fig01" figfile="&fig01;"/>

Eric
-- 
------------------------------------------------------------------------
Eric van der Vlist       Dyomedea                    http://dyomedea.com
http://xmlfr.org         http://4xt.org              http://ducotede.com
------------------------------------------------------------------------


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread