Re: Having problems using the HTML FRAME TARGET attribute in XML. Any suggestions?

Subject: Re: Having problems using the HTML FRAME TARGET attribute in XML. Any suggestions?
From: Chris Maden <crism@xxxxxxxxxxx>
Date: Mon, 4 Jan 1999 12:44:09 -0500 (EST)
[julian.burman]
>          <A>
>             <xsl:attribute
> name="HREF">http://www.somewhere.com/document.xml#<xsl:value-of
> select="@ANCHOR"/>
>                TARGET="RIGHT"</xsl:attribute>
>             <xsl:apply-templates />
>          </A>

This creates

<A HREF='http://www.somewhere.com/document.xml#something TARGET="RIGHT"'>

which is not, I think, what you wanted.  Try using two <xsl:attribute>
elements.

-Chris
-- 
<!NOTATION SGML.Geek PUBLIC "-//Anonymous//NOTATION SGML Geek//EN">
<!ENTITY crism PUBLIC "-//O'Reilly//NONSGML Christopher R. Maden//EN"
"<URL>http://www.oreilly.com/people/staff/crism/ <TEL>+1.617.499.7487
<USMAIL>90 Sherman Street, Cambridge, MA 02140 USA" NDATA SGML.Geek>


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


Current Thread