Re: feature request

Subject: Re: feature request
From: Eric van der Vlist <vdv@xxxxxxxxxxxx>
Date: Thu, 10 Aug 2000 16:57:19 +0200
Rick,

Rick Geimer wrote:
> I would be very happy if I could recreate an XML tree that would give
> the same parse results as the original document, but when dealing with
> unparsed entities referenced in attribute values, I can't seem to find a
> proper way to do this. If someone could show me how I could create an
> XML 1.0 document using XSLT that would parse the same as the following
> document, I would be very happy:
> 
> <!DOCTYPE foo [
> <!ELEMENT foo EMPTY >
> <!ATTLIST foo img ENTITY #IMPLIED >
> <!NOTATION gif PUBLIC "-//NATIONAL//NOTATION Compuserve gif format//EN"
> "" >
> <!ENTITY testimg SYSTEM "testimg.gif" NDATA gif >
> ]>
> <foo img="testimg"/>

Just to let you know that I have published an article describing a
possible solution to this issue:
http://www.xml.com/pub/2000/08/09/xslt/xslt.html

I would be very interested by your thoughts.

Thanks

Eric

> 
> Rick Geimer
> National Semiconductor
> rick.geimer@xxxxxxx
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

-- 
------------------------------------------------------------------------
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