I'm unable to include the image tag <img src="http://www.justgoodbusiness.biz/logoonline/getimage.php?bid=8610&c=black&h=1&s=50" width="87" height="35" border="0" title="Click to verify BBB accreditation and to see a BBB report." alt="Click to verify BBB accreditation and to see a BBB report." oncontextmenu="alert('Use without permission is prohibited. The BBB Accreditation seal is a trademark of the Council of Better Business Bureaus, Inc.'); return false;" /> in my xslt.
I've isolated the problem to be with the src value containing equal "=" signs for the query params (?bid=86108&c=black&h=1&s=50). Does anyone know a way around this? I tried url encoding the string, but then the image isn't pulled in.
Just noticed that it stripped the url params from the image tag above. It had ?bid=86108&c=black&h=1&s=50 after the getimage.php. That is where the xsl parsing issue is. Thanks!
Could you please provide us with some sample XSLT code on
what you are doing? I might have an idea about where it is going wrong
but I would like to see some code before I spread my wisdom :-)
Image src can't have url params in my xslt?
I'm unable to include the image tag <img src="http://www.justgoodbusiness.biz/logoonline/getimage.php?bid=8610&c=black&h=1&s=50" width="87" height="35" border="0" title="Click to verify BBB accreditation and to see a BBB report." alt="Click to verify BBB accreditation and to see a BBB report." oncontextmenu="alert('Use without permission is prohibited. The BBB Accreditation seal is a trademark of the Council of Better Business Bureaus, Inc.'); return false;" /> in my xslt.
I've isolated the problem to be with the src value containing equal "=" signs for the query params (?bid=86108&c=black&h=1&s=50). Does anyone know a way around this? I tried url encoding the string, but then the image isn't pulled in.
Just noticed that it stripped the url params from the image tag above. It had ?bid=86108&c=black&h=1&s=50 after the getimage.php. That is where the xsl parsing issue is. Thanks!
Hi
Could you please provide us with some sample XSLT code on what you are doing? I might have an idea about where it is going wrong but I would like to see some code before I spread my wisdom :-)
/Jan
Use & instead of & and you should be ok with the image call, but are you also having trouble with the inline javascript?
is working on a reply...