|
Hi, I m trying to output a string which contain a xml node
through xsp (xsp:expr) . Im using the following code for doing this : <xsp:logic> String xml = ”<a>hello</a>”; </xsp:logic> <xsp:expr>xml</xsp:expr> In cocoon pipeline I set a xslt which output me the html. But
the problem is xslt failed to transform the entity. Can u give me any idea that how I can replace the entity
from the xsp or any way by which I can put actual tag <a>hello</a> from
a java string directly ? Thanx in advance rokib |
