- From: David White <davidw@kencook.com>
- Date: Mon, 6 Nov 2006 14:29:24 -0600
- To: <www-svg@w3.org>
Greetings all! I have some text in a XSL-FO stylesheet which contains an embedded SVG for a book cover. I'm trying to render the book title but having trouble with the old ® symbol not formatting correctly. I have this SVG (which contains XSL code that grabs the text from the XML data): <svg:tspan x="0" y="0" style="font-size:24px"><xsl:apply-templates select="/book/bookinfo/title[1]/node()" /></svg:tspan> if the XML node() is: Xpeditor® Electrical Features is there any way to get ® to format differently than the rest of the <tspan>? ® should be superscript and 60% smaller than the 24px font used above... thanks, David White
Received on Monday, 6 November 2006 20:29:15 UTC