Savings as XML document to be used on a website_office2008.

P

Phillip Jones

This question is brought up, by another question someone else asked on a
slightly different subject.

With Office 2008 can you save as an XML format that can be used directly
in a DreamWeaver created web page. In other words can you save as True
XML (or HTML) that can be opened in DreamWeaver and uploaded to a website?

This would be great to be able to post word document to a website and be
able to have them viewed directly in website.
--
------------------------------------------------------------------------
Phillip M. Jones, CET |LIFE MEMBER: VPEA ETA-I, NESDA, ISCET, Sterling
616 Liberty Street |Who's Who. PHONE:276-632-5045, FAX:276-632-0868
Martinsville Va 24112 |[email protected], ICQ11269732, AIM pjonescet
------------------------------------------------------------------------

If it's "fixed", don't "break it"!

mailto:p[email protected]

<http://www.kimbanet.com/~pjones/default.htm>
<http://www.kimbanet.com/~pjones/90th_Birthday/index.htm>
<http://www.kimbanet.com/~pjones/Fulcher/default.html>
<http://www.kimbanet.com/~pjones/Harris/default.htm>
<http://www.kimbanet.com/~pjones/Jones/default.htm>

<http://www.vpea.org>
 
C

CyberTaz

Sorry, Phillip, I doubt you'll get then "seamless" capability I'm sure you'd
prefer. You might take a look in the file types offered through Save As - I
can't remember if 2008 offers an XML format. Even if it does it most likely
not render what you'd like.

Regards|:>)
Bob Jones
MVP Office:Mac
 
J

Jim Gordon MVP

This question is brought up, by another question someone else asked on a
slightly different subject.

With Office 2008 can you save as an XML format that can be used directly
in a DreamWeaver created web page. In other words can you save as True
XML (or HTML) that can be opened in DreamWeaver and uploaded to a website?

This would be great to be able to post word document to a website and be
able to have them viewed directly in website.

Hi Phillip,

Word 2008 can save documents in 5 different formats that Dreamweaver might
be happy with (I don't have dreamweaver, so I can't tell you what it does
with these).

Docx
This is the default file format. It's really a zipped folder that if you
right click on, in Finder you can unzip it and see the XML files inside. The
purpose of zipping is to give the illusion that this format is as efficient
or more efficient than its .doc predecessor. It's really not. Binary formats
will always be more efficient than text files like XML. On the other hand,
any text editor can work with XML files, and Dreamweaver should be no
exception.

XML
You can save straight to XML

Word 2003 XML
Another XML format

HTM
Surely Dreamweaver can handle this format

MHT
Single File Web page. Don't know what Dreamweaver would make of this.

-Jim


--
Jim Gordon
Mac MVP

MVPs are not Microsoft Employees
MVP info
 
J

John McGhie

Hi Phillip:

There's no such thing as "True" XML.

There IS "Well-formed" XML, and "Compliant" XML.

Well-Formed XML means that the XML in the file follows the XML Language
specifications (e.g. No missing closing tags). All of Microsoft Word's
various flavours of XML are Well Formed.

"Compliant" XML means that the use of tags in the XML file complies with the
nominated Document Type Definition. Microsoft Open Office XML complies with
the Microsoft Open Office XML DTD published in the STYLE tag.

Whether DreamWeaver likes it or not will depend on whether DreamWeaver has a
matching Document Type Definition and Formatting Output Specification
Instance available to it.

To use OOXML successfully on the web, you need to create and provide a
cut-down XSLT that "Transforms" the content of the XML file by ignoring the
things contained in the file that browsers cannot display, or wish to
display differently.

If you do that, then Word's code is fine: you simply open the .docx package
and publish the XML file to the web. I suspect the latest versions of
DreamWeaver do know how to do that.

So I think the answer to your question is "Yes".

Cheers

This question is brought up, by another question someone else asked on a
slightly different subject.

With Office 2008 can you save as an XML format that can be used directly
in a DreamWeaver created web page. In other words can you save as True
XML (or HTML) that can be opened in DreamWeaver and uploaded to a website?

This would be great to be able to post word document to a website and be
able to have them viewed directly in website.

--
Don't wait for your answer, click here: http://www.word.mvps.org/

Please reply in the group. Please do NOT email me unless I ask you to.

John McGhie, Consultant Technical Writer
McGhie Information Engineering Pty Ltd
http://jgmcghie.fastmail.com.au/
Sydney, Australia. S33°53'34.20 E151°14'54.50
+61 4 1209 1410, mailto:[email protected]
 
P

Phillip Jones

Jim said:
Hi Phillip,

Word 2008 can save documents in 5 different formats that Dreamweaver might
be happy with (I don't have dreamweaver, so I can't tell you what it does
with these).

Docx
This is the default file format. It's really a zipped folder that if you
right click on, in Finder you can unzip it and see the XML files inside. The
purpose of zipping is to give the illusion that this format is as efficient
or more efficient than its .doc predecessor. It's really not. Binary formats
will always be more efficient than text files like XML. On the other hand,
any text editor can work with XML files, and Dreamweaver should be no
exception.

XML
You can save straight to XML

Word 2003 XML
Another XML format

HTM
Surely Dreamweaver can handle this format

In Office2004 if saved as a HTML format document. DreamWeaver always had
to Fix it. In fact they have a specific menu choice to fix Word HTML.
and some times even after going through the fix you still have to manual
remove stuff left behind.

Its always been simply if you need to type a document just to type it
and do any formatting and style within DReamWeaver. Just though now e
might could just type in word getting the formatting correct in word
then just post it on a website with no intervention by DW to fix the
faults.
MHT
Single File Web page. Don't know what Dreamweaver would make of this.

-Jim

--
------------------------------------------------------------------------
Phillip M. Jones, CET |LIFE MEMBER: VPEA ETA-I, NESDA, ISCET, Sterling
616 Liberty Street |Who's Who. PHONE:276-632-5045, FAX:276-632-0868
Martinsville Va 24112 |[email protected], ICQ11269732, AIM pjonescet
------------------------------------------------------------------------

If it's "fixed", don't "break it"!

mailto:p[email protected]

<http://www.kimbanet.com/~pjones/default.htm>
<http://www.kimbanet.com/~pjones/90th_Birthday/index.htm>
<http://www.kimbanet.com/~pjones/Fulcher/default.html>
<http://www.kimbanet.com/~pjones/Harris/default.htm>
<http://www.kimbanet.com/~pjones/Jones/default.htm>

<http://www.vpea.org>
 
J

John McGhie

Hi Phillip:

I think we have discussed this before :)

DreamWeaver never had to "fix" Word's XHTML formatting. There was never
anything wrong with Word's XHTML formatting.

But it is a very right encoding that contains a lot of information that some
people wanted to remove. DreamWeaver has a button that removes information
from the file that, in DreamWeaver's opinion, is not needed.

That judgement depends very much on what you want to do with the file.
Removing headers, footers, footnotes and citations may not be the best
course of action, depending on what is in the document and who wants it.

But it is not a "repair", in that all of that code contains information and
it is all there for a reason. It is a "dumbing-down" of the code, which may
be a good idea if you have a lot of users on dial-up, but prevents other
users from opening the web page and saving it back as a complete Word
document so they can work on it.

Cheers


In Office2004 if saved as a HTML format document. DreamWeaver always had
to Fix it. In fact they have a specific menu choice to fix Word HTML.
and some times even after going through the fix you still have to manual
remove stuff left behind.

Its always been simply if you need to type a document just to type it
and do any formatting and style within DReamWeaver. Just though now e
might could just type in word getting the formatting correct in word
then just post it on a website with no intervention by DW to fix the
faults.

--
Don't wait for your answer, click here: http://www.word.mvps.org/

Please reply in the group. Please do NOT email me unless I ask you to.

John McGhie, Consultant Technical Writer
McGhie Information Engineering Pty Ltd
http://jgmcghie.fastmail.com.au/
Sydney, Australia. S33°53'34.20 E151°14'54.50
+61 4 1209 1410, mailto:[email protected]
 
P

Phillip Jones

Actually no we haven't so far as XML is concerned.

WE have HTML on 2004. And that sound a lot similar to what I was
thinking about.

Even the MVP's noted that word's HTML and WWW HTML are two different
animals. That Word adds additional code that word (either Mac or PC)
could use to set formatting such a Bold, Italic, Underline: Line,
Paragraph, and Page Breaks.

This is what DreamWeaver *fixes*. It converts what it can to real world
WWW HTML code and colors what it can't determine for you to manual
remove or add as needed.

XML is another variation altogether.And has nothing to do with Fix Word
code. :)

John said:
Hi Phillip:

I think we have discussed this before :)

DreamWeaver never had to "fix" Word's XHTML formatting. There was never
anything wrong with Word's XHTML formatting.

But it is a very right encoding that contains a lot of information that some
people wanted to remove. DreamWeaver has a button that removes information
from the file that, in DreamWeaver's opinion, is not needed.

That judgment depends very much on what you want to do with the file.
Removing headers, footers, footnotes and citations may not be the best
course of action, depending on what is in the document and who wants it.

But it is not a "repair", in that all of that code contains information and
it is all there for a reason. It is a "dumbing-down" of the code, which may
be a good idea if you have a lot of users on dial-up, but prevents other
users from opening the web page and saving it back as a complete Word
document so they can work on it.

Cheers


Quoting from "Phillip Jones" <[email protected]>, in article
#[email protected], on [DATE:

This question is brought up, by another question someone else asked on a
slightly different subject.

With Office 2008 can you save as an XML format that can be used directly
in a DreamWeaver created web page. In other words can you save as True
XML (or HTML) that can be opened in DreamWeaver and uploaded to a website?

This would be great to be able to post word document to a website and be
able to have them viewed directly in website.
Hi Phillip,

Word 2008 can save documents in 5 different formats that Dreamweaver might
be happy with (I don't have dreamweaver, so I can't tell you what it does
with these).

Docx
This is the default file format. It's really a zipped folder that if you
right click on, in Finder you can unzip it and see the XML files inside. The
purpose of zipping is to give the illusion that this format is as efficient
or more efficient than its .doc predecessor. It's really not. Binary formats
will always be more efficient than text files like XML. On the other hand,
any text editor can work with XML files, and Dreamweaver should be no
exception.

XML
You can save straight to XML

Word 2003 XML
Another XML format

HTM
Surely Dreamweaver can handle this format
In Office2004 if saved as a HTML format document. DreamWeaver always had
to Fix it. In fact they have a specific menu choice to fix Word HTML.
and some times even after going through the fix you still have to manual
remove stuff left behind.

Its always been simply if you need to type a document just to type it
and do any formatting and style within DReamWeaver. Just though now e
might could just type in word getting the formatting correct in word
then just post it on a website with no intervention by DW to fix the
faults.
MHT
Single File Web page. Don't know what Dreamweaver would make of this.

-Jim

--
------------------------------------------------------------------------
Phillip M. Jones, CET |LIFE MEMBER: VPEA ETA-I, NESDA, ISCET, Sterling
616 Liberty Street |Who's Who. PHONE:276-632-5045, FAX:276-632-0868
Martinsville Va 24112 |[email protected], ICQ11269732, AIM pjonescet
------------------------------------------------------------------------

If it's "fixed", don't "break it"!

mailto:p[email protected]

<http://www.kimbanet.com/~pjones/default.htm>
<http://www.kimbanet.com/~pjones/90th_Birthday/index.htm>
<http://www.kimbanet.com/~pjones/Fulcher/default.html>
<http://www.kimbanet.com/~pjones/Harris/default.htm>
<http://www.kimbanet.com/~pjones/Jones/default.htm>

<http://www.vpea.org>
 
J

John McGhie

Hi Phillip:

Word writes, and always has written, XHTML. That is HTML code with XML used
to add the information that HTML cannot describe.

There's nothing wrong with it. It's perfect XHTML, and complies exactly to
the W3C standard for XHTML. It does not need fixing.

DreamWeaver does have a button to delete some code if you do not need all of
the information contained in the document. But so does Word :)

The OOXML being written by Word 08 complies with the ECMEA Standard for
OOXML. It is a much richer language again, because it needs to describe a
winder selection of complex objects (for example, SmartArt).

In DreamWeaver, you would have two choices: Either attach the OOXML style
sheet as your first CSS, or use Word to strip the code back to HTML.

Cheers

Actually no we haven't so far as XML is concerned.

WE have HTML on 2004. And that sound a lot similar to what I was
thinking about.

Even the MVP's noted that word's HTML and WWW HTML are two different
animals. That Word adds additional code that word (either Mac or PC)
could use to set formatting such a Bold, Italic, Underline: Line,
Paragraph, and Page Breaks.

This is what DreamWeaver *fixes*. It converts what it can to real world
WWW HTML code and colors what it can't determine for you to manual
remove or add as needed.

XML is another variation altogether.And has nothing to do with Fix Word
code. :)

John said:
Hi Phillip:

I think we have discussed this before :)

DreamWeaver never had to "fix" Word's XHTML formatting. There was never
anything wrong with Word's XHTML formatting.

But it is a very right encoding that contains a lot of information that some
people wanted to remove. DreamWeaver has a button that removes information
from the file that, in DreamWeaver's opinion, is not needed.

That judgment depends very much on what you want to do with the file.
Removing headers, footers, footnotes and citations may not be the best
course of action, depending on what is in the document and who wants it.

But it is not a "repair", in that all of that code contains information and
it is all there for a reason. It is a "dumbing-down" of the code, which may
be a good idea if you have a lot of users on dial-up, but prevents other
users from opening the web page and saving it back as a complete Word
document so they can work on it.

Cheers


Jim Gordon MVP wrote:
Quoting from "Phillip Jones" <[email protected]>, in article
#[email protected], on [DATE:

This question is brought up, by another question someone else asked on a
slightly different subject.

With Office 2008 can you save as an XML format that can be used directly
in a DreamWeaver created web page. In other words can you save as True
XML (or HTML) that can be opened in DreamWeaver and uploaded to a website?

This would be great to be able to post word document to a website and be
able to have them viewed directly in website.
Hi Phillip,

Word 2008 can save documents in 5 different formats that Dreamweaver might
be happy with (I don't have dreamweaver, so I can't tell you what it does
with these).

Docx
This is the default file format. It's really a zipped folder that if you
right click on, in Finder you can unzip it and see the XML files inside.
The
purpose of zipping is to give the illusion that this format is as efficient
or more efficient than its .doc predecessor. It's really not. Binary
formats
will always be more efficient than text files like XML. On the other hand,
any text editor can work with XML files, and Dreamweaver should be no
exception.

XML
You can save straight to XML

Word 2003 XML
Another XML format

HTM
Surely Dreamweaver can handle this format
In Office2004 if saved as a HTML format document. DreamWeaver always had
to Fix it. In fact they have a specific menu choice to fix Word HTML.
and some times even after going through the fix you still have to manual
remove stuff left behind.

Its always been simply if you need to type a document just to type it
and do any formatting and style within DReamWeaver. Just though now e
might could just type in word getting the formatting correct in word
then just post it on a website with no intervention by DW to fix the
faults.
MHT
Single File Web page. Don't know what Dreamweaver would make of this.

-Jim

--
Don't wait for your answer, click here: http://www.word.mvps.org/

Please reply in the group. Please do NOT email me unless I ask you to.

John McGhie, Consultant Technical Writer
McGhie Information Engineering Pty Ltd
http://jgmcghie.fastmail.com.au/
Sydney, Australia. S33°53'34.20 E151°14'54.50
+61 4 1209 1410, mailto:[email protected]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Spam on server 6
Question about fonts 7
11.3.5 update 9
What is 11.3.4 for 1
First impression of Office 2008 6
New Office2008 on the way. 2
Just Updated to 11.3.3 3
It appears we've been spammed 12

Top