Join
Sign in
Search Options
Search Everything
Search Formats
Home
Blog
Resources
Forums
About Open XML
More ...
Home
»
Forums
»
Formats
»
WordprocessingML
»
Markup Compatibility and Extensibility
Markup Compatibility and Extensibility
Formats
Discussions about working with different Open XML Formats
Get this RSS feed
Details
2
Replies
1
Subscriber
Posted
over 2 years ago
Options
Subscribe via RSS
Share this
WordprocessingML
Markup Compatibility and Extensibility
rated by 0 users
This post has
2 Replies |
1
Follower
jlundstocholm
170
Posted by
jlundstocholm
on
Sun, Mar 7 2010 4:25 AM
rated by 0 users
Post Points: 20
Markup Compatibility and Extensibility
I have implemented an OOXML-file validator [0]. It is based on System.IO.Packaging and the W3C Xml Schemas from ISO/IEC 29500:2008.
As expected it doesn't handle MCE very well (to be true, it doesn't handle it at all).
I have read through Part 3 regarding MCE, but I have some trouble getting my head around how to do the concrete MCE pre-processing of markup in the documents I validate.
Do you know of any tools that already now facilitates this task? I was expecting OpenXml SDK 2.0 to have something for me, but I haven't found it anywhere.
:-)
[0] Available at
http://is29500validator.codeplex.com
zeyadrajabi
385
Posted by
zeyadrajabi
on
Tue, Mar 30 2010 9:55 PM
rated by 0 users
Post Points: 20
Re: Markup Compatibility and Extensibility
The SDK can be used to process MCE within a document. You can see this functionality under the Open method as an OpenSettings parameter. The setting allows you to remove all MCE markup in the document, which will leave you with a pure ISO Open XML File.
jlundstocholm
170
Posted by
jlundstocholm
on
Wed, Mar 31 2010 1:45 AM
rated by 0 users
Post Points: 5
Re: Markup Compatibility and Extensibility
Hi Zeyadrajabi,
Thanks a lot - I did try to search high and load in the SDK documentation for anything MCE-related, but somehow I missed that one.
Thanks,
:-)
/Jesper
Page 1 of 1 (3 items)