"Jack" <Jack @discussions.microsoft.com> schrieb im Newsbeitrag
news:5927E762-F3E4-48F9...@microsoft.com...
> But I want to get the xml schema for word content,
> not the word structure, the below post is only validate the word structure.
Could you please explain the difference between "word content" and "word
structure"?
Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005)
http://www.word.mvps.org
This reply is posted in the Newsgroup; please post any follow question or
reply in the newsgroup and not by e-mail :-)
In the zip file, there is a file named document.xml in the word folder, that
is the word content. I think it as the word content. it is content like below:
<w:p w:rsidR="003E0C76" w:rsidRDefault="003E0C76">
<w:r>
<w:t>This is test for it.</w:t>
</w:r>
</w:p>
I want to know about the xml schema about the content xml.
To get the xsd-Files to validate the parts of an Worddokument.
Download part4 from:
http://www.ecma-international.org/publications/standards/Ecma-376.htm
DirektLink:
http://www.ecma-international.org/publications/files/ECMA-ST/Office%20Open%20XML%201st%20edition%20Part%204%20(DOCX).zip
embeddet in the archive, you will find another archive to extract:
OfficeOpenXML-XMLSchema.zip
with finally the wml.xsd inside...
GoodLuck
WilliB
"Jack" <Ja...@discussions.microsoft.com> schrieb im Newsbeitrag
news:A2CE391A-D050-4776...@microsoft.com...