OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook-apps] export from MS Excel to DocBook?


On 16.8.2012 9:23, Robert.Buergel@bmw.de wrote:

> Has anybody any experience with this? Any pointers?

XSLT 2.0 has powerfull grouping instruction xsl:for-each-group. With
that instruction and Excel file saved as .xslx it's fairly easy to
produce output you want. Also Saxon9 (XSLT 2.0 implementation) can read
directly content of .xsls files there is no need to unpack them first.
Simply use something like

doc('jar:table.xslx!!/_rels/.rels')

to access parts of XSLX file.

				Jirka

-- 
------------------------------------------------------------------
  Jirka Kosek      e-mail: jirka@kosek.cz      http://xmlguru.cz
------------------------------------------------------------------
       Professional XML consulting and training services
  DocBook customization, custom XSLT/XSL-FO document processing
------------------------------------------------------------------
 OASIS DocBook TC member, W3C Invited Expert, ISO JTC1/SC34 member
------------------------------------------------------------------

Attachment: signature.asc
Description: OpenPGP digital signature



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]