i tihnk i found a bug on umbraco but i woudln't talk with security... I have an xslt that genrates a list with three standars fields... Every li of the list recall a property on a document type like this:
Dov'è il presidio
Il presidio si trova taratatattatat.
The problem is that the property doesn't display well the text. I explain my self. If i give a richtext editor to my property i see on the page site the text not intepreted with html. So i see for example
Xslt list problems with the associated alias
Hi to all,
i tihnk i found a bug on umbraco but i woudln't talk with security... I have an xslt that genrates a list with three standars fields... Every li of the list recall a property on a document type like this:
Dov'è il presidio
Il presidio si trova taratatattatat.
The problem is that the property doesn't display well the text. I explain my self. If i give a richtext editor to my property i see on the page site the text not intepreted with html. So i see for example
Dov'è il presidio
gfgfg&grave
Any help?
This is a bit of my xslt....
DOVE SI TROVA IL PRESIDIO
Hi,
To prevent the tags from being encoded by the XSLT you need to add disable-output-escaping="yes" to your
is working on a reply...