<?xml version="1.0" ?> <txsl:transform xmlns:txsl="http://www.cjandia.com/2001/espx-tinyxsl" xmlns:utils="urn:this-document-utilities" version="-0.79" xmlns:html="http://www.w3.org/TR/html4/" xmlns="http://www.cjandia.com/2001/espx-tinyxsl/#faq"> <txsl:script><![CDATA[ function utils$tinyXSLSignature() { return ("Generated by TinyXSL version " + __tinyxsl_version_number + " on " + (new Date()).toLocaleString()); } this.utils$tinyXSLSignature = utils$tinyXSLSignature; this.$faq = "http://www.cjandia.com/2001/espx-tinyxsl/#faq"; ]]></txsl:script> <txsl:output method="html"/> <txsl:template match="document"> <p><table border="0" cellspacing="5" cellpadding="5" cols="1" width="100%" bgcolor="#3366FF"> <tr><td><center><font color="#FFFFFF" size="+3"><b><txsl:value-of select="$(`@subject`)"/> Frequently Asked Questions</b></font></center></td></tr> </table></p> <p>This document is the result of a TinyXSL transformation. <txsl:if test="$(`@as-text`) != ``"> (<a href="{$(`@as-text`)}">View source</a>)</txsl:if> <txsl:if test="$(`@tinyxsl`) != ``"> (<a href="{$(`@tinyxsl`)}">View transform</a>)</txsl:if></p> <p> <a name="toc"></a> <table border="0" cols="1" width="100%" bgcolor="#3366FF"> <tr><td><font color="#FFFFFF"><font size="+2">Table of Contents</font></font></td></tr> </table></p> <p><ul> <txsl:apply-templates select="questn" mode="toc"/> </ul></p> <p><table border="0" cols="1" width="100%" bgcolor="#3366FF"> <tr><td><font color="#FFFFFF"><font size="+2">Questions and Answers</font></font></td></tr> </table></p> <txsl:apply-templates select="questn" mode="qa"/> <center><i><font size="-1">Copyright &copy; Cyril Jandia - <a href="mailto:Cyril@cjandia.com">mailto:Cyril@cjandia.com</a><br/> Last update: <txsl:value-of select="$(`@last-update`)"/>. </font></i></center> <hr align="left" width="25%"/> <txsl:value-of select="this.utils$tinyXSLSignature()"/> <hr align="left" width="25%"/> </txsl:template> <txsl:template match="questn" mode="qa"> <p><dl> <dt><table border="0" width="90%" bgcolor="lavender"><tr><td> <a name="Q{(index() + 1).toString()}"></a> <txsl:value-of select="`Q` + (index() + 1).toString()"/>: <txsl:apply-templates select="#node" test="(current().nodeType!=1)||!current().named(`answer`,this.$faq)" mode="#none"/></td></tr></table> </dt> <dd><txsl:apply-templates select="answer" mode="#none"/></dd> </dl></p> </txsl:template> <txsl:template match="questn" mode="toc"> <li> <a href="#Q{(index() + 1).toString()}"> <txsl:value-of select="`Q` + (index() + 1).toString()"/>: <txsl:apply-templates select="#node" test="(current().nodeType!=1)||!current().named(`answer`,this.$faq)" mode="#none"/> </a> </li> </txsl:template> <txsl:template match="answer"> <table border="0" width="90%" bgcolor="linen"><tr><td width="95%"> <br/><txsl:apply-templates/>&amp;nbsp; </td><td valign="top"><a href="#toc">&amp;lt;&amp;lt;</a></td></tr></table> </txsl:template> <txsl:template match="html:ul"><ul><txsl:apply-templates/></ul></txsl:template> <txsl:template match="html:li"><li><txsl:apply-templates/></li></txsl:template> <txsl:template match="html:p"><p><txsl:apply-templates/></p></txsl:template> <txsl:template match="html:a"><a name="{$(`@name`)}" href="{$(`@href`)}"><txsl:apply-templates/></a></txsl:template> <txsl:template match="html:dl"><dl><txsl:apply-templates/></dl></txsl:template> <txsl:template match="html:dt"><dt><txsl:apply-templates/></dt></txsl:template> <txsl:template match="html:dd"><dd><txsl:apply-templates/></dd></txsl:template> <txsl:template match="html:code"><code><txsl:apply-templates/></code></txsl:template> <txsl:template match="html:em"><em><txsl:apply-templates/></em></txsl:template> <txsl:template match="html:strong"><strong><txsl:apply-templates/></strong></txsl:template> <txsl:template match="html:i"><i><txsl:apply-templates/></i></txsl:template> </txsl:transform>