And more: notice that when you replace <xsl:apply-templates .../> by 
<xsl:copy-of select="."/>, the <b> tags are still unescaped, unlike with 
apply-templates. The problem seems to be in this apply-templates stuff, but 
who/where/when???

Florent.

At 13:01 02/04/02 +0200, you wrote:
>Florent
>
>I cannot get this to work - when I try and apply the first sheet
>to the results of the database query (via the XSP page), then
>it works great!  e.g. a <b> in the database field is kept as such
>in the generated XML.  However, as soon as I apply the final
>sheet (to generate the HTML), then the <b> becomes &lt;b&gt;
>again.
>
>Any ideas on how to avoid this?
>
>Thanks
>Derek
>
> >>> [EMAIL PROTECTED] 02/04/2002 10:16:19 >>>
>Sorry, there is a little mistake in the source of resume_long.txt:
>replace the line containing        <xsl:apply-templates
>select="sql:resumelong_txt/*"/>
>with        <xsl:apply-templates select="sql:resumelong_txt"/>
>
>
>---------------------------------------------------------------------
>Please check that your question has not already been answered in the
>FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
>
>To unsubscribe, e-mail: <[EMAIL PROTECTED]>
>For additional commands, e-mail: <[EMAIL PROTECTED]>
>
>
>---------------------------------------------------------------------
>Please check that your question has not already been answered in the
>FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
>
>To unsubscribe, e-mail: <[EMAIL PROTECTED]>
>For additional commands, e-mail: <[EMAIL PROTECTED]>


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to