Subject: Re: Unparsed Entity and XSL
From: Rick Geimer <Rick.Geimer@xxxxxxx>
Date: Mon, 13 Dec 1999 11:07:19 -0800
|
The unparsed-entity-uri() function might be of some help, but I doubt
you will be able to completely recreate the entity declaration with XSL.
Rick Geimer
National Semiconductor
rick.geimer@xxxxxxx
Bovone Stefano wrote:
>
> Is it possible manage unparsed entity with XSL ?
>
> If I have:
>
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE Job SYSTEM "doc.dtd" [
> <!ENTITY binarydoc SYSTEM "doc.pcl" BINARYDocument>
> ]>
>
> <Job>
> ....
> </Job>
>
> and I'd like to have how output of a XSL transformation:
>
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE Job SYSTEM "doc.dtd" [
> <!ENTITY binarydoc SYSTEM "doc.pcl" BINARYDocument>
> ]>
>
> <HEAD>
>
> .....
>
> </HEAD>
>
> How could I use XSL to manage the unparsed entity binarydoc ?
>
> Thanks.
>
> Bye.
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|