xsl-list
[Top] [All Lists]

Re: [xsl] Replace new lines by <br> and double quote with special char: Problem retaining HTML tags

2006-09-11 07:50:47

That was not the code I posted, which also had this


  <xsl:template match="*">
    <xsl:copy>
      <xsl:copy-of select="@*"/>
      <xsl:apply-templates/>
    </xsl:copy>
  </xsl:template>


The code you posted had no templates that generated or copied element
nodes, so you get no nodes in the output.





--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--