Guest_imported
New member
- Jan 1, 1970
- 0
I have a tag into my xml file:
<new>
<![CDATA[<html:link page="/Action.do">New</html:link>]]>
</new>
and when I try to call it into xsl:
<xsl:value-of select="new"/>
it return me the text for "a href". (on the page load in browser appearance <a href="/mydirectory/action.do?param=new">New</a>) and I want "New" on the page with the action in background.
<new>
<![CDATA[<html:link page="/Action.do">New</html:link>]]>
</new>
and when I try to call it into xsl:
<xsl:value-of select="new"/>
it return me the text for "a href". (on the page load in browser appearance <a href="/mydirectory/action.do?param=new">New</a>) and I want "New" on the page with the action in background.