Post #230,610
10/24/05 3:07:44 AM
|
Re: Microsoft XML Sample
\n<?xml version="1.0"?>\n<w:wordDocument xmlns:w="[link|http://schemas.microsoft.com/office/word/2003/wordml|http://schemas.micro.../word/2003/wordml]">\n <w:body>\n <w:p>\n <w:r>\n <w:t>Hello, World.</w:t>\n </w:r>\n </w:p>\n </w:body>\n</w:wordDocument>\n
-- Chris Altmann
|
Post #230,623
10/24/05 9:58:20 AM
|
That "link" doesn't work
There's no schema at http://schemas.microsoft.com/office/word/2003/wordml. In fact there's nothing at http://schemas.microsoft.com. At least nothing useful.
===
Purveyor of Doc Hope's [link|http://DocHope.com|fresh-baked dog biscuits and pet treats]. [link|http://DocHope.com|http://DocHope.com]
|
Post #230,627
10/24/05 10:24:30 AM
|
Well, duuuh.
Its only proposed. And by gummit, it'll be kept that way.
-- [link|mailto:greg@gregfolkert.net|greg], [link|http://www.iwethey.org/ed_curry|REMEMBER ED CURRY!] @ iwetheyFreedom is not FREE. Yeah, but 10s of Trillions of US Dollars? SELECT * FROM scog WHERE ethics > 0;
0 rows returned.
|
Post #230,637
10/24/05 10:58:03 AM
|
Point was ...
If it's supposed to be a reference to the proposal, it would be nice to see what they're actually proposing.
===
Purveyor of Doc Hope's [link|http://DocHope.com|fresh-baked dog biscuits and pet treats]. [link|http://DocHope.com|http://DocHope.com]
|
Post #230,639
10/24/05 11:05:37 AM
|
Sorry, that's proprietary.
[link|http://www.aaxnet.com|AAx]
|
Post #230,685
10/24/05 3:59:33 PM
|
ICLRPD: Sorry, that's proprietary. (new thread)
Created as new thread #230684 titled [link|/forums/render/content/show?contentid=230684|ICLRPD: Sorry, that's proprietary.]
-- Steve [link|http://www.ubuntulinux.org|Ubuntu]
|
Post #230,649
10/24/05 12:32:14 PM
|
That is on a knead to know baseless.
All your dough are belonging to us. Anything else is pointless.
Or as Grygus said, that proprietary information. I am guessing you'll need to sign an NDA for that.
-- [link|mailto:greg@gregfolkert.net|greg], [link|http://www.iwethey.org/ed_curry|REMEMBER ED CURRY!] @ iwetheyFreedom is not FREE. Yeah, but 10s of Trillions of US Dollars? SELECT * FROM scog WHERE ethics > 0;
0 rows returned.
|
Post #230,668
10/24/05 3:15:36 PM
|
knead this
My example was actually of the existing WordML format for Word 2003. The docs can be downloaded here: [link|http://www.microsoft.com/downloads/details.aspx?FamilyId=FE118952-3547-420A-A412-00A2662442D9&displaylang=en|http://www.microsoft...D9&displaylang=en]
There are binary chunks in that format (it is a single xml format unline OO.org); things like graphics, VBA projects, OLE objects, and some other special Word features, but most of it is actual individual elements and attributes with actual primitive data types in text form.
Below is a preview of the schemas for the new default document formats for Office 12: [link|http://www.microsoft.com/downloads/details.aspx?FamilyId=15805380-F2C0-4B80-9AD1-2CB0C300AEF9&displaylang=en|http://www.microsoft...F9&displaylang=en]
Note that these formats are much like the OO.org ones. They are a number of XML files bundled with graphics (in standard formats) and some binary chunks (like OLE embedded objects and VBA projects) compressed into a ZIP file.
-- Chris Altmann
|
Post #230,787
10/25/05 9:33:11 AM
|
I would love to download those references...
but, I need to verify I am using a WGA certified Operating System, plus it is in .msi format.
WTF, does this mean I am locked out? Effectively Yes.
Is this a good thing? No.
-- [link|mailto:greg@gregfolkert.net|greg], [link|http://www.iwethey.org/ed_curry|REMEMBER ED CURRY!] @ iwetheyFreedom is not FREE. Yeah, but 10s of Trillions of US Dollars? SELECT * FROM scog WHERE ethics > 0;
0 rows returned.
|
Post #230,669
10/24/05 3:19:43 PM
|
It's a URI. It doesn't have to.
-- Chris Altmann
|
Post #230,788
10/25/05 10:04:03 AM
|
But, how are
verification programs or format checking programs supposed to reference the the DTD describing the "format"? Lets make sure we understand, a URL is a URI. And why doesn't Microsoft have a schema similarly available for its XML format? Oh, here is the OASIS Stuff for ODT: - [link|http://www.oasis-open.org/committees/download.php/12571/OpenDocument-schema-v1.0-os.rng|Open Documnet Schema]
- [link|http://www.oasis-open.org/committees/download.php/12570/OpenDocument-manifest-schema-v1.0-os.rng|Open Document Manifest Schema]
- [link|http://www.oasis-open.org/committees/download.php/12569/OpenDocument-strict-schema-v1.0-os.rng|Open Document Strict Schema]
- [link|http://www.oasis-open.org/committees/download.php/12572/OpenDocument-v1.0-os.pdf|For those who want the PDF]
So, I guess, you now understand what I mean (I hope) And here is a good DTD for XML in any case: [link|http://www.w3.org/2001/XMLSchema.dtd|W3C's XML Schema DTD] and [link|http://www.w3.org/2001/XMLSchema-datatypes|W3C's XML Schema Datatypes] Which is a good place to start.
-- [link|mailto:greg@gregfolkert.net|greg], [link|http://www.iwethey.org/ed_curry|REMEMBER ED CURRY!] @ iwetheyFreedom is not FREE. Yeah, but 10s of Trillions of US Dollars? SELECT * FROM scog WHERE ethics > 0;
0 rows returned.
|