So I get a SearchResponse back from Zimbra...
I am having trouble defining a .xsl document to format this SOAP response. I basically want to be able to create a list of unread messages subject/from in plain HTML via XSLT. Are their any examples or tools out there?Code:<?xml version="1.0"?> <soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope"> <soap:Header> <context xmlns="urn:zimbra"> ... </context> </soap:Header> <soap:Body> <SearchResponse more="0" sortBy="dateDesc" offset="0" xmlns="urn:zimbraMail"> <c f="su" id="1701" d="1201545135000" score="1.0" n="2" sf="1201545135000"> <su>Message 1 Subject</su> <fr>Body Text 1.</fr> <e d="Jane" t="f" p="John Doe" a="user@zimbra.site.com"/> <m id="1731"/> </c> <c f="su" id="1702" d="1201269623000" score="1.0" n="2" sf="1201269623000"> <su>Message 2 subject</su> <fr>Body Text 2.</fr> <e d="Jane" t="f" p="John Doe" a="user@zimbra.site.com"/> <m id="1728"/> </c> </SearchResponse> </soap:Body> </soap:Envelope>


LinkBack URL
About LinkBacks
... 
