I am a WordML novice and try to better understand my WordML documents.
To what XML schema will Word 2003 validate based on command
<w:validateAgainstSchema/> in an WordML document?
- How can I identify that XML schema within the WordML document?
- How can I incite Word to use my own XML schema instead?
Best regards - Studi1
The XMLExtensions are part of Word since version 2003.
With this it is possible to embed a arbitrary XML Structure into the
Worddocument.
The Element <w:validateAgainstSchema> tells word to vaildate these embeded
xml against a supplied schema.
Overview of WordprocessingML [Word 2003 XML Reference]
Top-Level Elements, Namespace, Basic Document Structure
http://msdn.microsoft.com/en-us/library/aa212812(office.11).aspx
a helpful explanation is in the walkthrough:
http://msdn.microsoft.com/en-us/library/aa537168(office.11).aspx
A good place for questions about office-document-formats is:
http://openxmldeveloper.org/
willib
"Studi1" <Stu...@discussions.microsoft.com> schrieb im Newsbeitrag
news:E0949C0E-BA4C-451F...@microsoft.com...