[xsl] internal DTD-subset and CDATA-section

Subject: [xsl] internal DTD-subset and CDATA-section
From: Tobias Reif <tobiasreif@xxxxxxxxx>
Date: Thu, 22 Mar 2001 09:48:39 -0800 (PST)
Hi;

what could I write in my XSLT to output the following
as part of the result:

<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20001102//EN"
"http://www.w3.org/TR/2000/CR-SVG-20001102/DTD/svg-20001102.dtd";
[
<!ENTITY fast-slow "0 0  .5 1">
<!ENTITY slow-fast ".5 0  1 1">
]>
<svg
xmlns="http://www.w3.org/Graphics/SVG/SVG-19990812.dtd";
xmlns:xlink="http://www.w3.org/1999/xlink"; viewBox="0
0 800 600">
<style type="text/css">
<![CDATA[
.balls {font: 30pt arial}
]]></style>

Tobi


__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread