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?

Err... actually, this is *the* problem in all that.
and please notice that when you replace <xsl:apply-templates .../>  by 
<xsl:copy-of select="."/>, you still get the unescaped <b> tags, as it 
would be expected with apply-templates... would it be a 
"apply-templates-specific" problem? what else could I do?

Thank you in advance.

Florent.

>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]>

Florent, Soulière
Stagiaire e-Technologies
T-Systems Soleri
Groupe Deutsche Telekom
Notre métier: la convergence informatique et télécoms
Convergence is our Business
------------------------------------------------------------------------
tél.:    +33 4 37 65 24 26
fax:    +33 4 37 65 22 31
mail:   [EMAIL PROTECTED]
------------------------------------------------------------------------
www.t-systems.fr


---------------------------------------------------------------------
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