Search code examples
xmlxsdopenxmldocxxsd-validation

Microsoft Word (OOXML/DOCX) documents formatting validation


Is anyone familiar with OOXML schemas? I need to build a schema to validate the style of a specific documents based on certain rules and I can't find a certain reference or even example to start with.


Solution

  • The reference for OOXML is Standard ECMA-376 Office Open XML File Formats. Be forewarned that the specification is complex; expect to have to do a lot of reading/learning about both the OOXML specification and XML technologies and techniques prior to making any progress.

    See also: