Subject: RE: XSL
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Thu, 29 Mar 2001 00:08:00 +0100
|
> Fatal error reported by XML parser: required character (found
> "=") (expected ";")
> <xsl:attribute name="HREF" saxon:disable-output-escaping="yes"
> xmlns:saxon="http://icl.com/saxon">
> <xsl:text>/ContactManager/contact?query=getXMLDetailedOrganisa
> tionByOrgId&stylesheet=yes&org_id=${CONTACT_ID}</xsl:text>
> </xsl:attribute>
> View Organisation
> </A>
>
> Is it complaining about the & or something else?
yes, the & must be written as &
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|