RE: problem with the xsl:attribute and XT

Subject: RE: problem with the xsl:attribute and XT
From: Mike Brown <mbrown@xxxxxxxxxxxxx>
Date: Thu, 20 Jan 2000 14:28:12 -0700
> I get an error in XT with the following expression and I do 
> not know why?
> 
> <xsl:element name="a">
> <xsl:attribute
> name="href">http://edit.yahoo.com/config/del_left?.p=p1&.m=cha
> nnel&.done=http://my.yahoo.com/p/d.html?v</xsl:attribute></xsl:element>

Change each & to &amp;

The entities will be replaced prior to XSL processing. You just need them in
there to make your XSL document be well-formed XML. XT shouldn't be giving
you the error; the XML parser XT is using is what would complain.


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


Current Thread