[Home] [By Thread] [By Date] [Recent Entries]

Subject: not wellformed contents of xsl:template
From: "Lisa Rupe" <LRupe@xxxxxxxxxxx>
Date: Mon, 6 Aug 2001 14:07:09 -0500
Is it possible to put HTML tags that are not well-formed into xsl:template?
I would like to be able to end a table, insert a new table, then restart
the first table--

  <xsl:template match='line'>
  </td><td width="2%"></td></tr></table>
    <table border='{$table-border}' width='{$table-width}%' cellpadding="4
">
      <xsl:call-template name='line'/>
    </table>
    <table width="100%" cellpadding="4" border="0"><td width="2%"></td><td
width="96%">
  </xsl:template>

I tried using variables for the end and start fragments, but had lots of
trouble with the '<' in whatever I tried to do.

Thanks,
Lisa





 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member