Thanks for your answer, but have I any other choices to create HTML output from 
HTML fragments, they are readed from database? I'm doing a CMS, so I'm reading 
some HTML fragments from database (as title, abstract, content of article, 
etc.) plus many other stuff (forum notes, questionnaires etc.) - all is putted 
into XML by generator and transformed by XSLT transformer to the appropriate 
form. I simply tried to add disable-output-escaping element:

<xsl:value-of select="body" disable-output-escaping="yes"/>
(element <body> contains escaped content of article)

... but it returns usual escaped content as before. This "feature" has to be 
enabled somewhere or transformer has to have some extra parameters?

Thanks a lot!

Otmar



Cituji z emailu od Joerg Heinicke <[EMAIL PROTECTED]>:

> This "feature" is not disabled, but not recommended to be used. Can you 
> show a simple stylesheet that does not work?
> 
> Joerg
> 
> On 07.01.2004 01:31, [EMAIL PROTECTED] wrote:
> 
> > Hi, 
> > 
> > I tried use attribute disable-output-escaping in XSLT transformer (by
> xsl:value-
> > of and xsl:copy-of), but it doesn't work, it seems (the output is encoded
> as 
> > well as unusing the attribute). What I'm doing wrong? Thanks a lot!
> > 
> > Otmar Vobejda
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 




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

Reply via email to