<?xml version="1.0"?>
<!-- This is an XSLT that creates an HTML output for postprocessing -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
  <xsl:output method="html" indent="yes"/>
  <xsl:template match="formgroup">
  </xsl:template>

  <xsl:template match="form">
  </xsl:template>

  <xsl:template match="br">
  </xsl:template>

  <xsl:template match="checkgroup">
  </xsl:template>

  <xsl:template match="emph">
  </xsl:template>

  <xsl:template match="fillin">
  </xsl:template>

  <xsl:template match="fillinfmt">
  </xsl:template>

  <xsl:template match="group">
  </xsl:template>

  <xsl:template match="option">
  </xsl:template>

  <xsl:template match="strong">
  </xsl:template>

  <xsl:template match="subgroup">
  </xsl:template>



</xsl:stlysheet>

