RE: [xsl] Netscape XSL and ' charcter

Subject: RE: [xsl] Netscape XSL and ' charcter
From: "Ilya Khandamirov" <ikh@xxxxxxxxxxx>
Date: Fri, 12 Apr 2002 12:53:42 +0200
Hi,

> Hyperlink generated by Netscape is javascript(&apos;prod39.xml&apos;)

I have this problem as well, but in different context. In my case i have
the link in the source xml file, for example:

<node href="javascript('prod39.xml')"/>

In the XSLT i use the following statement:

<a>
  <xsl:attribute name="href">
    <xsl:value-of select="@href"/>
  </xsl:attribute>
</a>

I've simplified the sample a bit. In the actual code there are also
if-conditions, so the {} syntax is not an option for me.

What i get in the output is exactly the same as what the original poster
described. DOE does not help. Netscape 6.2. Are there any clues?

Thank you,

Regards,
Ilya



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread