This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

internal DTD-subset and CDATA-section


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]