OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: From Sweta External unparsed Entities doubt!!!



SwetaG@riskinc.com wrote:
> 
> Hi ,
>      I am sending the XML file using the external unparsed entities and i
> am sending the xsl.also the gif file which i am using to as external data.
> 
> This is my BinaryEntities.xml file :
> 
> <?xml version="1.0" standalone="no" ?>
> <?xml:stylesheet type="text/xsl" href="Binaryxsl.xsl"?>
> <!DOCTYPE img1 [
>   <!ELEMENT img1 EMPTY>
>   <!ATTLIST img1 src ENTITY #REQUIRED>
>   <!NOTATION gif PUBLIC "gif viewer">
>   <!ENTITY logo SYSTEM "C:\YELLOW.GIF" NDATA gif>
> ]>
> <img1 src="logo"/>

I have missed the point about external unparsed entities in my previous
email to focus on the XSLT error.

XSLT doesn't know anything about unparsed entities...

Can't you just write:

<img1 src="C:\YELLOW.GIF"/>

???

Hope this helps.

Eric

-- 
Pour y voir plus clair dans la nebuleuse XML...
                                          http://dyomedea.com/formation/
------------------------------------------------------------------------
Eric van der Vlist       http://xmlfr.org            http://dyomedea.com
http://xsltunit.org      http://4xt.org           http://examplotron.org
------------------------------------------------------------------------