<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Exploring the XML File Formats</title>
	<link>http://chilco.textdrive.com/~dmahugh/2006/01/09/exploring-the-xml-file-formats/</link>
	<description></description>
	<pubDate>Fri, 04 Jul 2008 20:13:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: Dinesh</title>
		<link>http://chilco.textdrive.com/~dmahugh/2006/01/09/exploring-the-xml-file-formats/#comment-39049</link>
		<author>Dinesh</author>
		<pubDate>Thu, 24 Apr 2008 14:20:45 +0000</pubDate>
		<guid>http://chilco.textdrive.com/~dmahugh/2006/01/09/exploring-the-xml-file-formats/#comment-39049</guid>
		<description>hi

                 i need to add this .xml file 

 

- 
   
  
to a word document. This .xml file is not the content related to the document(i mean this content is no where displayed in the document ) but i need embed with the document and i want to retrieve it. did anyone have idea how it can be done ?.. is it possible do so ?..

Thank you.

Dinesh.</description>
		<content:encoded><![CDATA[<p>hi</p>
<p>                 i need to add this .xml file </p>
<p>- </p>
<p>to a word document. This .xml file is not the content related to the document(i mean this content is no where displayed in the document ) but i need embed with the document and i want to retrieve it. did anyone have idea how it can be done ?.. is it possible do so ?..</p>
<p>Thank you.</p>
<p>Dinesh.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MS Word 2007 Converter - How to open docx files-- Web Design Discussion</title>
		<link>http://chilco.textdrive.com/~dmahugh/2006/01/09/exploring-the-xml-file-formats/#comment-23082</link>
		<author>MS Word 2007 Converter - How to open docx files-- Web Design Discussion</author>
		<pubDate>Mon, 25 Jun 2007 15:58:47 +0000</pubDate>
		<guid>http://chilco.textdrive.com/~dmahugh/2006/01/09/exploring-the-xml-file-formats/#comment-23082</guid>
		<description>[...] Exploring the XML File Formats [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Exploring the XML File Formats [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: herman</title>
		<link>http://chilco.textdrive.com/~dmahugh/2006/01/09/exploring-the-xml-file-formats/#comment-23075</link>
		<author>herman</author>
		<pubDate>Mon, 25 Jun 2007 13:25:47 +0000</pubDate>
		<guid>http://chilco.textdrive.com/~dmahugh/2006/01/09/exploring-the-xml-file-formats/#comment-23075</guid>
		<description>Hi,

I received an MS WORD 2007 doc as .docx
renamed it to .zip
opened doc.xml with notepad but could not read it...here's an example line

w:rsidP="00B72C20"&#62;A critical incident, by definition, is an extraordinary eve</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I received an MS WORD 2007 doc as .docx<br />
renamed it to .zip<br />
opened doc.xml with notepad but could not read it&#8230;here&#8217;s an example line</p>
<p>w:rsidP=&#8221;00B72C20&#8243;&gt;A critical incident, by definition, is an extraordinary eve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OpenXML Developer : Learning about Open XML on-line</title>
		<link>http://chilco.textdrive.com/~dmahugh/2006/01/09/exploring-the-xml-file-formats/#comment-352</link>
		<author>OpenXML Developer : Learning about Open XML on-line</author>
		<pubDate>Mon, 27 Mar 2006 16:29:11 +0000</pubDate>
		<guid>http://chilco.textdrive.com/~dmahugh/2006/01/09/exploring-the-xml-file-formats/#comment-352</guid>
		<description>[...] Learning about Open XML on-line   Open XML is a new standard. So new, in fact, that the schemas are still being edited and haven't been published by Ecma yet. And there are no books out on Open XML development, although that will surely change in the next year. So for now, the best place to learn about Open XML is on-line. This site will be a growing repository of information, and there is also some great information on blogs already. Here are some links to useful posts for Open XML developers ... First, for .NET developers, you can use the new WinFX packaging API to read/write/create Open XML documents. Kevin Boske has a post on his blog about "Getting Started with Office Open XML and WinFX" that provides a straightforward overview of what you'll need and how to get started. If you don't have WinFX, you can get the February CTP here. Kevin also has some other posts of interest to Open XML developers: "Deleting a part" provides an example of removing the VBA project from any Office Open XML file. This approach can easily be generalized to removing any component from the Open XML package. Includes source code, and some interesting dialog in the comments. Here's a a link to a code snippet that includes the updated ECMA namespaces. "How to create documents programmatically" is a high-level summary of the issues and options in creating an Open XML document from scratch in your own application. In learning the Open XML formats, most developers start with word processing documents. They're probably the easiest to understand, and certainly the most widely used in real-world applications. Brian Jones has a great post entitled Introduction to Word documents that covers the basics. He provides a detailed look at how DOCX files store all the pieces that make up a typical Word document: styles, bullets and numbering, font information, document setings, story content, tables, custom-defined XML, sections, and headers/footers. This is worth a very careful read if you're writing code that modifes or creates Word documents. The discussion in the comments also covers some good points. Another area of great interest for developers is Open XML's support for custom schemas. You can define highly customized schemas for your particular domain or application, and integrate those schemas into documents so that your code can use your own semantics to describe or access the contents of those documents. Brian has three good posts on this topic: "Custom Defined Schemas" covers the basics of how to use custom schemas in Open XML. "Create a rich Word document based on your own custom XML" includes a sample ZIP file that provides a great example of how content controls can be bound to a custom XML schema./p&#62; "Integrating with business data: Store custom XML in the Office XML formats" is a high-level overview of how Office 2007 will support the use of custom schemas. Brian's blog is the most comprehensive source of Open XML technical details on the web to date. These posts also provide useful information for Open XML developers: "Inclusion of alternate formats" discusses how to include other documents, such as a PDF representation, in an Open XML document. Some of this doesn't work yet with Office 2007 Beta 1, but Brian explains where it's all headed. In "Answer to question on package relationships" Brian answers a reader's question about the thinking behind the design of the package relationships within an Office Open XML document. "Why Office has moved to XML formats" is interesting background information for those who might wonder why Microsoft Office is moving from proprietary binary formats to Open XML file formats in the next release, Office 2007. Finally, if you're at the "what the heck is Open XML?" phase of learning about this topic, the "Exploring the XML File Formats" post on my blog covers the basic concepts without getting into the technical details.   Published Sunday, March 19, 2006 4:40 PM by dmahugh Filed Under: Open Packaging Convention, WordProcessingML, SpreadsheetML, PresentationML, .NET (C#, VB, J#, C++/CLI), Java [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Learning about Open XML on-line   Open XML is a new standard. So new, in fact, that the schemas are still being edited and haven&#8217;t been published by Ecma yet. And there are no books out on Open XML development, although that will surely change in the next year. So for now, the best place to learn about Open XML is on-line. This site will be a growing repository of information, and there is also some great information on blogs already. Here are some links to useful posts for Open XML developers &#8230; First, for .NET developers, you can use the new WinFX packaging API to read/write/create Open XML documents. Kevin Boske has a post on his blog about &#8220;Getting Started with Office Open XML and WinFX&#8221; that provides a straightforward overview of what you&#8217;ll need and how to get started. If you don&#8217;t have WinFX, you can get the February CTP here. Kevin also has some other posts of interest to Open XML developers: &#8220;Deleting a part&#8221; provides an example of removing the VBA project from any Office Open XML file. This approach can easily be generalized to removing any component from the Open XML package. Includes source code, and some interesting dialog in the comments. Here&#8217;s a a link to a code snippet that includes the updated ECMA namespaces. &#8220;How to create documents programmatically&#8221; is a high-level summary of the issues and options in creating an Open XML document from scratch in your own application. In learning the Open XML formats, most developers start with word processing documents. They&#8217;re probably the easiest to understand, and certainly the most widely used in real-world applications. Brian Jones has a great post entitled Introduction to Word documents that covers the basics. He provides a detailed look at how DOCX files store all the pieces that make up a typical Word document: styles, bullets and numbering, font information, document setings, story content, tables, custom-defined XML, sections, and headers/footers. This is worth a very careful read if you&#8217;re writing code that modifes or creates Word documents. The discussion in the comments also covers some good points. Another area of great interest for developers is Open XML&#8217;s support for custom schemas. You can define highly customized schemas for your particular domain or application, and integrate those schemas into documents so that your code can use your own semantics to describe or access the contents of those documents. Brian has three good posts on this topic: &#8220;Custom Defined Schemas&#8221; covers the basics of how to use custom schemas in Open XML. &#8220;Create a rich Word document based on your own custom XML&#8221; includes a sample ZIP file that provides a great example of how content controls can be bound to a custom XML schema./p&gt; &#8220;Integrating with business data: Store custom XML in the Office XML formats&#8221; is a high-level overview of how Office 2007 will support the use of custom schemas. Brian&#8217;s blog is the most comprehensive source of Open XML technical details on the web to date. These posts also provide useful information for Open XML developers: &#8220;Inclusion of alternate formats&#8221; discusses how to include other documents, such as a PDF representation, in an Open XML document. Some of this doesn&#8217;t work yet with Office 2007 Beta 1, but Brian explains where it&#8217;s all headed. In &#8220;Answer to question on package relationships&#8221; Brian answers a reader&#8217;s question about the thinking behind the design of the package relationships within an Office Open XML document. &#8220;Why Office has moved to XML formats&#8221; is interesting background information for those who might wonder why Microsoft Office is moving from proprietary binary formats to Open XML file formats in the next release, Office 2007. Finally, if you&#8217;re at the &#8220;what the heck is Open XML?&#8221; phase of learning about this topic, the &#8220;Exploring the XML File Formats&#8221; post on my blog covers the basic concepts without getting into the technical details.   Published Sunday, March 19, 2006 4:40 PM by dmahugh Filed Under: Open Packaging Convention, WordProcessingML, SpreadsheetML, PresentationML, .NET (C#, VB, J#, C++/CLI), Java [&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
