Warning, /office/calligra/filters/words/docx/README is written in an unsupported language. File is not indexed.

0001 This is the MS Office Word 12+ import/export filter for Words
0002 
0003 Started on May 2009
0004 
0005 Naming convention:
0006 We call it "docx" because the format differs from the real OpenXML format
0007 approved by ISO as ISO/IEC 29500:2008.
0008 
0009 More information:
0010 *http://en.wikipedia.org/wiki/OpenXML
0011 
0012 Reference sample documents:
0013 *simple: http://openxmldeveloper.org/articles/OpenXMLsamples.aspx
0014 *advanced: http://openxmldeveloper.org/articles/DeveloperWorkshopContent.aspx
0015 *http://katana.oooninja.com/w/reference_sample_documents
0016 *http://odf-converter.sourceforge.net/documentation.html
0017 
0018 Format specifications document:
0019 *Free, from ECMA - http://www.ecma-international.org/publications/standards/Ecma-376.htm.
0020  The ISO approval process changed the specifications, but MS Office 2007 format, 
0021  if implemented with compliance to any paper, it is compliant with the ECMA documents.
0022 **Documentation used so far in Calligra implementation:
0023 ***ECMA-376, Second Edition, Part 1 - Fundamentals And Markup Language Reference.pdf
0024 *Paid from ISO:
0025  http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=51463 
0026  but as already said, ISO/IEC 29500:2008 heavily differs from MS Office 2007 format,
0027  so it is safe ignore it to date.
0028 
0029 other projects/documents:
0030 *odf-converter project:
0031 **http://odf-converter.svn.sourceforge.net/viewvc/odf-converter/trunk/docs/Developer documentation/
0032 ***http://odf-converter.svn.sourceforge.net/viewvc/odf-converter/trunk/docs/Developer documentation/ConversionMap-Wordprocessing-OpenDocument-OpenXML.xls
0033 ***http://odf-converter.svn.sourceforge.net/viewvc/odf-converter/trunk/docs/Developer documentation/ConversionMap-Wordprocessing-OpenXML-OpenDocument.xls
0034 ***MSOOXML-to-ODF xsl files: http://odf-converter.svn.sourceforge.net/viewvc/odf-converter/trunk/source/Word/Converter/resources/oox2odf/
0035 *docx4j project (an open source Java library for manipulating OpenXML WordprocessingML documents):
0036 **http://dev.plutext.org/blog/category/docx4j/
0037 
0038 More on "MSOOXML!=OOXML" flaws:
0039 *http://ooxmlisdefectivebydesign.blogspot.com/
0040 *google for more yourself...
0041 
0042 Notes:
0043 *odf-converter merges the xml parts of the input file and thus following XSLT query like key('Part', 'word/document.xml') is possible