We are using the xsl stylesheet option in the search appliance to generate our own output from the XML. If I run a search that results in a URL that includes an ampersand in it, I get the following error message:
A semi colon character was expected. Error processing resource 'http://100.6.4.21/texis/search?pr=Hanso ... pXSL=no&qu...
<UrlDisplay>http://100.6.4.102/...owDetail.asp?vmod ... UrlDisplay>
The error is being caused by the ampersand not being converted to &. I checked the XML, and the <Url> element, which has the same ampersand, is getting converted correctly:
<Url>http://100.6.4.102/around/exteriors_new ... tID=1</Url>
<UrlDisplay>http://100.6.4.102/...owDetail.asp?vmod ... roductID=1
</UrlDisplay>
Any suggestions for getting around this?
A semi colon character was expected. Error processing resource 'http://100.6.4.21/texis/search?pr=Hanso ... pXSL=no&qu...
<UrlDisplay>http://100.6.4.102/...owDetail.asp?vmod ... UrlDisplay>
The error is being caused by the ampersand not being converted to &. I checked the XML, and the <Url> element, which has the same ampersand, is getting converted correctly:
<Url>http://100.6.4.102/around/exteriors_new ... tID=1</Url>
<UrlDisplay>http://100.6.4.102/...owDetail.asp?vmod ... roductID=1
</UrlDisplay>
Any suggestions for getting around this?