disable-output-escaping
"Maria Amuchastegui" <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.layout.xslt |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
Does the Mozilla XSLT processor support disable-output-escaping? If not, there a workaround? I have this in my XML data: <ServiceHeader header="Services Étoiles<sup>MC</sup>:"> And this in my stylesheet: <xsl:value-of select="@header" disable-output-escaping="yes"/> But Mozilla Firefox and Netscape 7.1 both display the HTML tags. Maria