yaxiny wrote:
>My web application has a search screen.
>What I want to achive is to streaming some search result out to the
>browser with excel format, I want to use xpp3 :
>
>1. to create xml using my search result
>
>
check
http://www.xmlpull.org/v1/download/unpacked/doc/quick_write.html
http://www.xmlpull.org/v1/doc/api/org/xmlpull/v1/XmlSerializer.html
>2. to transform created xml to another form of xml(xmlss) using xsl.
>
>
i do not know any tool that provides XSL processing on top of xml pull
API but you could convert xmlpull into SAX and use it as input to XSL
engine.
http://www.xmlpull.org/v1/doc/addons.html#sax2_driver
HTH,
alek
>Could you point to me what should I do to achive those. what sample
>code I can look up for each step?
>
>Thank you very much!
>
>yaxiny
>
>
>
>
--
The best way to predict the future is to invent it - Alan Kay