Idhaya Chandran wrote:
You can use
<xsl:value-of select="{$welcome_title}"/>
That's a bad idea. This is a syntax error.
>From: Yatin Shah [mailto:[EMAIL PROTECTED]]
If the welcome_title was "<b> Hello. Welcome to Acme, Inc. </b>"
Then the embeded HTML code is not interperted as HTML tags.
You should not put HTML snippets into a database. If you
want to extract them with Cocoon and have them delivered
as HTML in the output, you'll have to run them through an
XML parser. Just forget about simple solutions.
J.Pietschmann
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>