This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: feature request


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@nsc.com
> 
>  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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]