Hi,
>From reading the javadoc in the org.apache.struts2.views.xslt package,
I believe yet another option would be to create a custom AdapterNode
class for your Book object and register it with the XSLT AdapterFactory. If
I read it correctly, Struts2 would use your BookAdapterNode class to rend
may give you the xml that
you
are looking for.
--
John
> -Original Message-
> From: Jorge Martín Cuervo [mailto:[EMAIL PROTECTED]
> Sent: Friday, June 29, 2007 3:31 AM
> To: Struts Users Mailing List
> Subject: Re: How to convert a list of object to XML
>
> y
escribió:
> Utilizing Struts2 xslt result type, how to convert a list of object to
XML file?
>
>
>
> Action:
>
>
>
> public class BookAction extends ActionSupport {
>
> private List bookList;
>
>
>
> public String list() throws Exception {
>
>
lient.
best regards, Jorge.
El vie, 29-06-2007 a las 14:50 +0800, chenshibing escribió:
> Utilizing Struts2 xslt result type, how to convert a list of object to XML
> file?
>
>
>
> Action:
>
>
>
> public class BookAction extends ActionSupport {
>
4 matches
Mail list logo