This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: XSL


> 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 &amp;

Mike Kay

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]