xsl-list
[Top] [All Lists]

Re: [xsl] generating Office Open XML parts using xslt

2014-07-24 22:51:30
I didn't see the schema right away, but if you are specifically
interested in OpenDocument formats such as Open Office uses, the
authoritative version is here:

http://docs.oasis-open.org/office/v1.2/OpenDocument-v1.2.html

On Thu, Jul 24, 2014 at 10:45 PM, Paul Tyson phtyson(_at_)sbcglobal(_dot_)net
<xsl-list-service(_at_)lists(_dot_)mulberrytech(_dot_)com> wrote:
On Fri, 2014-07-25 at 02:06 +0000, Christopher R. Maden 
crism(_at_)maden(_dot_)org
wrote:
On 07/24/2014 08:02 PM, Paul Tyson phtyson(_at_)sbcglobal(_dot_)net wrote:
Does anyone know of success stories in generating Office Open XML
artifacts using XSLT?

(This is the "open" format used by Microsoft Office since 2007,
standardized in ISO/IEC 29500 and ECMA-376.)

I am looking for pointers to solid documentation of namespaces and
package structure, particularly for SpreadsheetML (Microsoft's .xlsx
format) as used in Excel 2007.

I have generated Word/XML documents, but not Excel ones.

It is simplest when there is an existing Word document that conforms to
a style template; such a .docx file can be unzipped and gutted, new
content generated that uses the template, and the resulting directory
zipped back up again.  Generating the complete .docx structure de novo
is more difficult.

This likely applies to Excel Office Open files as well, but I can’t say
for certain.

My focus now is on xlsx files, but I think the package structure is
similar for all the Office Open document types. I have in mind putting
together xslt/xproc pipelines to provide versatile capabilities for
writing (and maybe later, reading) these files.

Regards,
--Paul

~Chris




-- 
 - michael dykman
 - mdykman(_at_)gmail(_dot_)com

 May the Source be with you.
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--

<Prev in Thread] Current Thread [Next in Thread>