php: how to render xml as xls/odt
Hello
i'm trying to get contents render in multiple format.
Precisely, i treat data to get an array or multi-array of data
1- i want to render as xml output with an xslt for html display
Ok, it is possible
2- i want a small menu in the corner to choose output format as
raw xml, xhtml (ok with xslt), csv (ok with xslt), xls file to
download(?), openffice odt file to download (?)
the rendering is done without reloading/treating data again. (ajax maybe?)
for xml to excel, sourceforge has many small projets to achieve this.
not found much for openoffice.
but what i'm looking for is a unique php library which is able to handle
excel and openoffice from a php array or an xml file.
anyone know a tool like this ?
thanks a lot
Regards
.
Relevant Pages
- Re: wordML XML and HTML
... You shouldn't expect Word to render HTML embedded in WordML - the table layout needs to be expressed using WordML table elements instead. ... When Word imports my XML file - it displays the element as text string and does not render the HTML stored in the element. ... run the seed doc through xml2xslt ... (microsoft.public.word.vba.general) - Re: Architectural advice needed on client-side browser scripting
... then using Javascript to parse the embedded XML to render the page. ... sure if cookies can be created to maintain state when no web server is ... (comp.lang.javascript) - Re: Infopath implementation scenarios
... Tried creating an outlook email file with content set to text/xml and the ... body text set to an infopath form but it just rendered it as xml ... I'm not sure if outlook would render it as ... > XML, ... (microsoft.public.biztalk.general) - Re: XSL ability to select node by links?
... If you are only building documents to be rendered by Mozilla then you can make use of simple XLinks of course. ... transform an input tree into a result tree which is then usually serialized, either in plain text format or in XML format or in HTML format. ... Of course often XSL is used to transform data stored in XML format into another format, usually HTML, to render the data or part of the data. ... (comp.text.xml) - Re: 2 straight forward Questions
... > moment to store vertex infomration for openGL, but to render them, I need to ... > pass a pointer to the beginning of the array to OpenGL, ... (comp.lang.cpp) |
|