Subject: RE: unparsed general entity in output !DOCTYPE
From: "Karjala Koponen" <kkoponen@xxxxxxxxxxxxxxxx>
Date: Fri, 04 Feb 2005 14:44:57 -0500
|
Dave,
Thanks, this did have the answer I needed. I'd searched the archives,
incorrectly, of course. After the fact even I can see that looking in your
FAQ, as directed by the list, one would see DOCTYPE and get the answer.
Thanks again, Karjala
>>> David.Pawson@xxxxxxxxxxx 02/04/2005 3:43:36 AM >>>
-----Original Message-----
From: Karjala Koponen
I need to create an unparsed general entity in the output
xml DOCTYPE 'statement', as specified in our customer's
(Elsevier)documentation:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE serial-issue PUBLIC "-//ES//DTD serials issue DTD
version 5.1.0//EN//XML" "si510.dtd" [<!ENTITY cover SYSTEM
"cover" NDATA IMAGE>]>
try the faq. That's why its there.
http://www.dpawson.co.uk/xsl/sect2/N2281.html#d3521e13
HTH DaveP.
|