XSLT
Back to TOCCondensed TOC
Extensible Stylesheet Language Transformations
- Transforming Open XML Documents using XSLT
- The Flat OPC Format
Transforming Open XML documents using XSLT is an interesting scenario, but before we can do so, we need to convert the Open XML document into the Flat OPC format. We then perform the XSLT transform, producing a new file in the Flat OPC format, and then convert back to Open XML (OPC) format. This post is one in a series of four posts that present this approach to transforming Open XML documents using XSLT. (Article)