Re: Savings as XML document to be used on a website_office2008.



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

On 25/01/08 1:43 AM, in article #dnhLepXIHA.3688@xxxxxxxxxxxxxxxxxxxx,
"Phillip Jones" <pjones1@xxxxxxxxxxxx> wrote:

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:john@xxxxxxxxxxx

.



Relevant Pages

  • Re: word webpages
    ... The ther are som tags with no closing tags DreamWeaver would remove what ever was causing these problems. ... Just create a simple document and save as HTML Make sure it has some type of formatting. ... XML all versions ...
    (microsoft.public.mac.office.word)
  • Re: Getting NASM from C
    ... > format we were going to edit it in... ... all XML is? ... HTML is a specific "subset" of XML for displaying ... it's a text file with "tags" inside ...
    (alt.lang.asm)
  • Re: Gotta start somewhere ... how many of us are really out there?
    ... if you are thinking of using XML ... pure shell commands ... ... or whatever XML tags you want to use using the acutal ... accompish all this in hindsight,as all the commands ...
    (freebsd-questions)
  • Re: Read binary data file
    ... I think its use is quite industry-dependent: I've never seen it used in financial messaging (that's more likely to use SWIFT formats, which are tagged text) but its common in the telecommunications industry. ... Compared with XML its a LOT more compact (tags are one byte, fixed length fields don't have terminators, variable length fields are preceded by a one or two byte length) and it has a number of predefined field types as well as arrays. ...
    (comp.lang.java.programmer)
  • Re: xml parsing issue
    ... point all data is being created and writing to xml file what I need. ... The output file has the following tags: ... The VLAN tag and attribute get created but a closing tag never does. ...
    (microsoft.public.scripting.vbscript)

Loading