Hi all,

I have problem with my java class. I want to create a link from my java
String return.
I created a java class that return the following String to my xsl file:

"Test <a href="http://www.test.com";>test</a> is ok";

In my xsl file:

<xsl:template name="nam">

.....

    <xsl:variable name="test">
       <xsl:value-of select="test:javaMethod()"/>
    </xsl:variable>

     <xsl:value-of select="$test"/>
</xsl:template>

After compile, my page print: "Test <a href="http://www.test.com";>test</a>
is ok" not recognize the HTML tags.

Is it possible to use java String to make a part of xsl like HTML Tags?


Thanks,

Daniel
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to