Hello,
If you don?t want content of a node is encoded, the attribute rawcontent could be useful. Try out
<xapp:display select="url_link" rawcontent="true">
<a href="{0}" target="_blank">This is the link</a>
</xapp:display>
</pre><BR><BR>Another thing we found out: in contrast to attributes JSP tags it is allowed to have JSP tag within the content of an HTML attribute. You can write your JSP code<BR><BR><pre class="ip-ubbcode-code-pre">
<a href="<xapp:display select=?url_link? rawcontent='true' />" target="_blank">This is the link</a>
Depends on your taste what kind of code you prefer. If you have still problems with the encoding also when using the ‘rawcontent’ flag, send another post and I will try to reproduce the problem and look for a fix.
Bye,
Christian.
#API-Management#webMethods#Tamino