Wendell,<div><br></div><div>This is just too cool - would you mind if I were to use a variation of it for my SVG book?</div><div><br clear="all"><div>Kurt Cagle<br>Invited Expert, XForms Working Group, W3C</div><div>Managing Editor, XMLToday.org</div>

<div><div><a href="mailto:kurt.cagle@gmail.com" target="_blank">kurt.cagle@gmail.com</a></div><div>443-837-8725</div></div><div><br></div><br>
<br><br><div class="gmail_quote">On Tue, Jun 7, 2011 at 12:25 PM, Wendell Piez <span dir="ltr">&lt;<a href="mailto:wapiez@mulberrytech.com">wapiez@mulberrytech.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div id=":1be">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br>
&lt;fo:root xsl:version=&quot;2.0&quot;<br>
   xmlns:xsl=&quot;<a href="http://www.w3.org/1999/XSL/Transform" target="_blank">http://www.w3.org/1999/XSL/Transform</a>&quot;<br>
   xmlns:svg=&quot;<a href="http://www.w3.org/2000/svg" target="_blank">http://www.w3.org/2000/svg</a>&quot;<br>
   xmlns:fo=&quot;<a href="http://www.w3.org/1999/XSL/Format" target="_blank">http://www.w3.org/1999/XSL/Format</a>&quot;&gt;<br>
   &lt;xsl:variable name=&quot;svg-file&quot; select=&quot;document-uri(/)&quot;/&gt;<br>
   &lt;xsl:variable name=&quot;height&quot; select=&quot;/svg:svg/@height&quot;/&gt;<br>
   &lt;xsl:variable name=&quot;width&quot; select=&quot;/svg:svg/@width&quot;/&gt;<br>
<br>
   &lt;fo:layout-master-set&gt;<br>
     &lt;fo:simple-page-master master-name=&quot;svg&quot;<br>
       page-height=&quot;{$height}&quot; page-width=&quot;{$width}&quot;&gt;<br>
       &lt;fo:region-body/&gt;<br>
     &lt;/fo:simple-page-master&gt;<br>
   &lt;/fo:layout-master-set&gt;<br>
   &lt;fo:page-sequence master-reference=&quot;svg&quot;&gt;<br>
     &lt;fo:flow flow-name=&quot;xsl-region-body&quot;&gt;<br>
       &lt;fo:block&gt;<br>
         &lt;fo:external-graphic src=&quot;{$svg-file}&quot;/&gt;<br>
       &lt;/fo:block&gt;<br>
     &lt;/fo:flow&gt;<br>
   &lt;/fo:page-sequence&gt;<br>
&lt;/fo:root&gt;</div></blockquote></div><br></div>