[EMAIL PROTECTED] wrote:
Lars,

I had created an Ax1 module that could extract the 'content.xml' from
an OpenDocument .odt file - which is really just a zip-file wrapper
around a collection of datafiles. It worked so well that I could call
the document() function in an XSLT stylesheet, passing the name of an
odt-file as the reference, and Ax1 would let my plugin extract
'content.xml' and pass it on to the XSLT processor.

Have a look at hook_xmlresponse.
That's where I do most of my processing.
Call a method from there that opens the file and extracts the xml. Quite how you would pass xml to an xslt tho is beyond me.
I can send a sample if you wish...

See the gallery (in plugins/demo) plugin for an example of how to "set" the XML.

Matt.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to