Subject: Unparsed Entity and XSL
From: Bovone Stefano <Stefano.Bovone@xxxxxxxx>
Date: Mon, 13 Dec 1999 16:53:19 +0100
|
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
|