Question ww1 and xslt

Sebastian Schilling <[email protected]>
Newsgroups gmane.comp.java.open-symphony.devel
Message-ID <[email protected]>
Hi,

Hope you can help me.
I decided to use webwork since it seems easy to understand and use. But 
at the moment I am stuck (due to bare online documentation).

I would like to use XSLT as the view layer.
Action results (properties) will be mapped to XML-nodes and then 
transformed to XHTML (or anything else). Sounds easy.

I recognized that characters of the return value will be escaped - for 
example:

public class HelloAction extends webwork.action.ActionSupport {

     public String getXML() {
         return abc.toString();
     }

     ...

     public  String doExecute() {
         return SUCCESS;
     }

}

Although it seems to be a very comfortable it is not when the returned 
value contains XML (< and > will be escaped). So I aml looking for a way 
to switch character-escaping off in order to process this XML via XSLT.

Thanks in advance
Sebastian





-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.