This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

not wellformed contents of xsl:template



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]