<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>docx4java aka docx4j - OpenXML office documents in Java &#187; OOXML</title>
	<atom:link href="http://www.docx4java.org/blog/category/ooxml/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.docx4java.org/blog</link>
	<description>docx4java aka docx4j - OpenXML office documents in Java</description>
	<lastBuildDate>Sat, 29 Oct 2011 03:57:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>docx4j 2.7.0 released</title>
		<link>http://www.docx4java.org/blog/2011/07/docx4j-2-7-0-released/</link>
		<comments>http://www.docx4java.org/blog/2011/07/docx4j-2-7-0-released/#comments</comments>
		<pubDate>Fri, 08 Jul 2011 07:32:50 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[OOXML]]></category>
		<category><![CDATA[OpenXML]]></category>
		<category><![CDATA[docx]]></category>
		<category><![CDATA[docx4j]]></category>
		<category><![CDATA[jaxb]]></category>
		<category><![CDATA[pptx4j]]></category>
		<category><![CDATA[xlsx4j]]></category>

		<guid isPermaLink="false">http://dev.plutext.org/blog/?p=130</guid>
		<description><![CDATA[I&#8217;m pleased to announce the release today of docx4j 2.7.0. What is docx4j? docx4j is an open source (Apache v2) library for creating, editing, and saving OpenXML &#8220;packages&#8221;, including docx, pptx, and xslx.  it is similar to Microsoft&#8217;s OpenXML SDK, but for Java rather than .NET.   It uses JAXB to create the Java objects [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m pleased to announce the release today of docx4j 2.7.0.</p>
<p><strong>What is docx4j?</strong></p>
<p>docx4j is an open source (Apache v2) library for creating, editing, and saving OpenXML &#8220;packages&#8221;, including docx, pptx, and xslx.  it is similar to Microsoft&#8217;s OpenXML SDK, but for Java rather than .NET.   It uses JAXB to create the Java objects out of the OpenXML parts.</p>
<p>Notable features for docx include export as HTML or PDF, and CustomXML databinding for document generation (including our <a href="http://www.opendope.org/">OpenDoPE</a> convention support for processing repeats and conditions).</p>
<p>The docx4j project started in October 2007.</p>
<p><strong>What&#8217;s new?</strong></p>
<p>This is mainly a maintenance release; things of note include:</p>
<ul>
<li>Improvements to Maven build</li>
<li>ContentAccessor interface</li>
<li>AlteredParts: identify parts in this pkg which are new or altered; Patcher<br />
which adds new or altered parts.</li>
<li>Support for .glox SmartArt package (/src/glox/)</li>
<li>JAXB RI 2.2.3 compatibilty</li>
<li>OpenDoPE support improvements</li>
</ul>
<p><strong>Where do you get it?</strong></p>
<p><strong>Binaries:</strong> You can download a <a href="http://dev.plutext.org/docx4j/docx4j-2.7.0.jar">jar alone</a> or a <a href="http://dev.plutext.org/docx4j/docx4j-2.7.0.tar.gz">tar.gz with all deps</a> or <a href="http://dev.plutext.org/docx4j/docx4j-2.7.0/">pick and choose</a>.</p>
<p><strong>Source:</strong> Checkout the source from <a href="http://dev.plutext.org/svn/docx4j/trunk/docx4j">SVN</a> (use the pom.xml file to satisfy the dependencies eg with m2eclipse, or download them from one of the links above)</p>
<p><strong>Maven:</strong> Please see forum for details (since XML doesn&#8217;t paste nicely here right now).</p>
<p><strong>Dependency changes</strong></p>
<p>Antlr is now required for OpenDoPE processing; this gives us better XPath processing.  The required jars are:</p>
<ul>
<li><a href="http://dev.plutext.org/docx4j/docx4j-2.7.0/antlr-2.7.7.jar">antrl-2.7.7</a></li>
<li><a href="http://dev.plutext.org/docx4j/docx4j-2.7.0/antlr-runtime-3.3.jar">antrl-runtime-3.3</a></li>
<li><a href="http://dev.plutext.org/docx4j/docx4j-2.7.0/stringtemplate-3.2.1.jar">stringtemplate-3.2.1</a></li>
</ul>
<p><strong>Getting Started</strong></p>
<p>See the <a href="http://dev.plutext.org/svn/docx4j/trunk/docx4j/docs/">&#8220;Getting Started&#8221; guide</a>.</p>
<p><strong>Thanks to our contributors</strong></p>
<p>A number of contributions have made this release what it is; thanks very much to those who contributed.</p>
<p>Contributors to this release and a more complete list of changes may be found in <a href="http://dev.plutext.org/svn/docx4j/trunk/docx4j/README.txt">README.txt</a></p>
<p><strong>A request to docx4j users</strong></p>
<p>If you are happily using docx4j, it would be great if you could reply to this post with some words of recommendation for others who might be wondering whether docx4j is a good choice.  I know there are thousands of you out there <img src='http://www.docx4java.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Some users have been kind enough to make such statements already; these may be found on the <a href="http://dev.plutext.org/trac/docx4j">trac homepage</a>.</p>
<p>Of course, there are a number of other ways you can contribute back.  Please consider doing so, especially if you think you might find yourself looking for support from volunteers in the docx4j forums.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.docx4java.org/blog/2011/07/docx4j-2-7-0-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>modified Office Open XML schema now in Subversion</title>
		<link>http://www.docx4java.org/blog/2008/04/modified-office-open-xml-schema-now-in-subversion/</link>
		<comments>http://www.docx4java.org/blog/2008/04/modified-office-open-xml-schema-now-in-subversion/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 04:28:04 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[OOXML]]></category>
		<category><![CDATA[copyright]]></category>

		<guid isPermaLink="false">http://dev.plutext.org/blog/2008/04/30/modified-office-open-xml-schema-now-in-subversion/</guid>
		<description><![CDATA[We&#8217;ve been tweaking the schemas &#8211; especially wml.xsd &#8211; to make the Java classes generated by JAXB&#8217;s xjc more user-friendly. I&#8217;m satisfied that this is permitted by ECMA, so I&#8217;ve put the modified schemas into subversion . For anyone interested in the reasoning, the Ecma website says: &#8220;Ecma Standards and Technical Reports are made available [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve been tweaking the schemas &#8211; especially wml.xsd &#8211; to make the Java classes generated by JAXB&#8217;s xjc more user-friendly.</p>
<p>I&#8217;m satisfied that this is permitted by ECMA, so I&#8217;ve put the modified schemas into <a href="/trac/docx4j/browser/trunk/docx4j/src/main/resources/xsd">subversion </a>.</p>
<p>For anyone interested in the reasoning, <a href="http://www.ecma-international.org/publications/index.html">the Ecma website says</a>:</p>
<blockquote><p>&#8220;Ecma Standards and Technical Reports are made available to all interested persons or organizations, free of charge and copyright, in printed form and, as files in Acrobat (R) PDF format.&#8221;</p></blockquote>
<p>For this to apply, it needs to be an &#8220;Ecma Standards or Technical Report&#8221;.</p>
<p>That page says &#8220;A Standard or a Technical Report is a formal document prepared by an Ecma Technical Committee and approved by the Ecma General Assembly.&#8221;</p>
<p>Office Open XML was so <a href="http://www.ecma-international.org/news/PressReleases/PR_TC45_Dec2006.htm">approved</a>.</p>
<p>So the only possible glitch would be words to the effect that the schema aren&#8217;t part of the official standard.</p>
<p>I&#8217;ve checked the language in parts 2 and 4 (of the Ecma TC45 Final Draft) which says &#8220;This Office Open XML specification includes a family of schemas &#8230; The normative definition of these schemas reside in an accompanying file named &#8230; which is distributed in electronic form only.&#8221;</p>
<p>Which makes it clear the schemas are part of the Standard <img src='http://www.docx4java.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>So the ECMA standard&#8217;s XSD are &#8220;free of copyright&#8221; &#8211; an explicit waiver of copyright. So no problemo in creating derivative works.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.docx4java.org/blog/2008/04/modified-office-open-xml-schema-now-in-subversion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>docx4j now released under Apache License</title>
		<link>http://www.docx4java.org/blog/2008/04/docx4j-now-released-under-apache-license/</link>
		<comments>http://www.docx4java.org/blog/2008/04/docx4j-now-released-under-apache-license/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 14:54:39 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[OOXML]]></category>
		<category><![CDATA[docx]]></category>
		<category><![CDATA[docx4j]]></category>
		<category><![CDATA[webdav]]></category>

		<guid isPermaLink="false">http://dev.plutext.org/blog/2008/04/10/docx4j-now-released-under-apache-license/</guid>
		<description><![CDATA[We&#8217;re pleased to announce that docx4j is now available under the Apache License (v2). This is a response to feedback on an earlier post.  This is also the last license change we&#8217;ll be making to docx4j. Word documents are mostly manipulated in corporate environments.  This change removes barriers to adoption of docx4j by business and [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re pleased to announce that docx4j is now available under the Apache License (v2).</p>
<p>This is a response to feedback on an <a href="http://dev.plutext.org/blog/2008/01/11/docx4j-license-change/">earlier post</a>.  This is also the last license change we&#8217;ll be making to docx4j. Word documents are mostly manipulated in corporate environments.  This change removes barriers to adoption of docx4j by business and institutions.</p>
<p>docx4j uses org.merlin.io to efficiently turn streams inside out. That package had been available under the GPL.  Its author, Merlin Hughes, today kindly released it under v2 of the Apache License, so we now use it under that license.</p>
<p>There&#8217;s a new nightly build of docx4j available from the <a href="/downloads.html">downloads page</a> if you want to grab it.  This build can load/save to/from a WebDAV server &#8211; more on that in another post.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.docx4java.org/blog/2008/04/docx4j-now-released-under-apache-license/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Office Online .. soon?</title>
		<link>http://www.docx4java.org/blog/2008/03/microsoft-office-online-soon/</link>
		<comments>http://www.docx4java.org/blog/2008/03/microsoft-office-online-soon/#comments</comments>
		<pubDate>Mon, 03 Mar 2008 02:59:48 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[OOXML]]></category>
		<category><![CDATA[docx]]></category>
		<category><![CDATA[docx4all]]></category>
		<category><![CDATA[collaboration]]></category>
		<category><![CDATA[interoperability]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[OpenXML]]></category>

		<guid isPermaLink="false">http://dev.plutext.org/blog/2008/03/03/microsoft-office-online-soon/</guid>
		<description><![CDATA[Nick Carr has sparked speculation that Microsoft will soon unveil its strategy for bringing its Office suite online &#8211; which to me means a way of working with Office documents on any computer which has an internet connection.  If you are connected, I&#8217;d expect you to be able to collaborate with others in real time; if [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.roughtype.com/archives/2008/03/rumor_microsoft.php">Nick Carr</a> has sparked speculation that Microsoft will soon unveil its strategy for bringing its Office suite online &#8211; which to me means a way of working with Office documents on any computer which has an internet connection.  If you are connected, I&#8217;d expect you to be able to collaborate with others in real time; if you are not connected, I&#8217;d expect the software to work in offline mode.
<p>When I say &#8220;any computer&#8221;, I don&#8217;t mean to restrict that to any particular operating system (and indeed, Silverlight runs on the Mac, and Microsoft has announce it is <a href="http://weblogs.asp.net/scottgu/archive/2007/09/04/silverlight-1-0-released-and-silverlight-for-linux-announced.aspx">working with Novell on a linux implementation</a>).  What good is collaboration software if some of the people you need to collaborate with can&#8217;t play?I thought I&#8217;d make some predictions about the business model.
<p>There seem to be 2 key questions:
<ul>
<li> does each end user pay, or does a collaboration originator pay for the right to invite a certain number of collaborators?</li>
<li>what support for Mac and Linux users, and when?</li>
</ul>
<p>Whether each individual user is required to pay, or the originator pays, will reveal much about how Microsoft regards its online offering.  The latter model, that the person who originates a collaboration session pays for a certain number of people to be able to collaborate (ie whatever their platform), would show that their focus is firmly on collaboration.  This is the model we would use for any plutext SAAS offering (available to people who don&#8217;t want to install plutext server internally, for free or a fee). 
<p>Here are my predictions:
<ol>
<li><span style="font-weight: bold" class="Apple-style-span">Enterprise version (ie behind the firewall)</span>.  There will be a version an enterprise can install on its Sharepoint server, for those businesses which are not comfortable with their documents being hosted externally.  I&#8217;m sure Microsoft can work out how to let people give access to people outside the firewall as necessary.  An enterprise licensee will be able to invite people outside the enterprise without charge.</li>
<li><span style="font-weight: bold" class="Apple-style-span">Cloud version</span>. I expect there will be a cloud version for SMBs.  I think you will be able to use this for free, provided you have a license for the traditional Office product.  You will definitely need this (2007 version) to originate collaboration around a document (ie invite other users) &#8211; unless you are prepared to pay a f<a href="http://smoothspan.wordpress.com/2008/03/02/microsoft-switching-office-to-saas-makes-total-financial-sense/">ull price</a> for the online offering.  Maybe anyone will be able to accept a collaboration invitation (ie whether or not they are licensed to use Office), making the &#8220;who pays&#8221; question mute.  To create a new document (or print it?), I expect you will need to have a licence for the traditional Office product, or pay for the SAAS offering.</li>
<li><span style="font-weight: bold" class="Apple-style-span">Mac and Linux support</span>.  I think Microsoft will offer Mac support sooner or later, but delay any hint of support for Linux for as long as possible.  This is because Linux is much more of a threat than OSX (two reasons: (1) Linux is free, and (2) it is very easy to install it on your existing Windows PC).  That said, they might have it &#8220;only on Windows&#8221; to try to keep people there &#8211; until some critical tipping point is reached.  I would say that even now, the only thing stopping Microsoft from seeking revenues from Linux users are the inevitable press headlines along the lines of &#8220;Microsoft admits defeat&#8221; that would come with this.  The cost of this in terms of perception would surely outweigh any incremental revenues in the short term.  Mac users may be able to use it for free &#8211; provided they had an Office license they were able to associate with their online user ID.  </li>
<li><span style="font-weight: bold" class="Apple-style-span">docx only</span>. The documents which come out of this online service will be docx documents, not binary or RTF.  This will help to make the new format ubiquitous.</li>
</ol>
<p>I wonder whether the collaboration protocols will be published under the recent <a href="http://blogs.technet.com/gray_knowlton/archive/2008/02/21/microsoft-on-interoperability-significant-strategic-change.aspx">interoperability initiative</a>?  If they are, the way would be open for a rich world, in which docx4all could potentially play&#8230;  I&#8217;d be pleasantly surprised if they were, and there was nothing stopping someone from making a client or server of their own.  If anyone else could create a server, then why not get rid of it altogether and go peer-to-peer?  Maybe, just maybe, the thinking is that it would take forever for someone other than Microsoft to create a fully featured server, so third party implementations are to be encouraged (as is presently the case for OpenXML), since Microsoft&#8217;s offering will always be the RollsRoyce implementation which attracts the most usage, with the other implementations adding value to the ecosystem.
<p> The announcement, if/when it comes, will be fascinating! <span id="more-33"></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.docx4java.org/blog/2008/03/microsoft-office-online-soon/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Styles and numbering</title>
		<link>http://www.docx4java.org/blog/2008/01/styles-and-numbering/</link>
		<comments>http://www.docx4java.org/blog/2008/01/styles-and-numbering/#comments</comments>
		<pubDate>Fri, 11 Jan 2008 12:43:27 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[OOXML]]></category>
		<category><![CDATA[docx]]></category>
		<category><![CDATA[numbering]]></category>
		<category><![CDATA[styles]]></category>
		<category><![CDATA[WordML]]></category>
		<category><![CDATA[WordprocessingML]]></category>

		<guid isPermaLink="false">http://dev.plutext.org/blog/2008/01/11/styles-and-numbering/</guid>
		<description><![CDATA[This week, thanks to JAXB, we added strongly typed content models for the Styles part, and the Numbering definitions part of a docx. Have a look at Styles.java and Numbering.java, used by their respective parts.]]></description>
			<content:encoded><![CDATA[<p>This week, thanks to JAXB, we added strongly typed content models for the Styles part, and the Numbering definitions part of a docx.</p>
<p>Have a look at <a href="/trac/docx4j/browser/trunk/docx4j/src/main/java/org/docx4j/wml">Styles.java and Numbering.java</a>, used by their respective <a href="/trac/docx4j/browser/trunk/docx4j/src/main/java/org/docx4j/openpackaging/parts/WordprocessingML">parts</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.docx4java.org/blog/2008/01/styles-and-numbering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorial: opening an existing document with docx4j</title>
		<link>http://www.docx4java.org/blog/2008/01/tutorial-opening-an-existing-document-with-docx4j/</link>
		<comments>http://www.docx4java.org/blog/2008/01/tutorial-opening-an-existing-document-with-docx4j/#comments</comments>
		<pubDate>Fri, 11 Jan 2008 12:08:41 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[OOXML]]></category>
		<category><![CDATA[docx]]></category>
		<category><![CDATA[docx4j]]></category>

		<guid isPermaLink="false">http://dev.plutext.org/blog/2008/01/11/tutorial-opening-an-existing-document-with-docx4j/</guid>
		<description><![CDATA[I&#8217;ve added a page to the wiki, showing how easy it is to programmatically open and edit an existing document.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve added a page to the wiki, showing <strong>how easy</strong> it is to <a href="/trac/docx4j/wiki/TutorialOpen">programmatically open and edit</a> an existing document.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.docx4java.org/blog/2008/01/tutorial-opening-an-existing-document-with-docx4j/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OOXML, boolean values and binding</title>
		<link>http://www.docx4java.org/blog/2008/01/ooxml-boolean-values-and-binding/</link>
		<comments>http://www.docx4java.org/blog/2008/01/ooxml-boolean-values-and-binding/#comments</comments>
		<pubDate>Sun, 06 Jan 2008 11:29:36 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[OOXML]]></category>
		<category><![CDATA[docx4j]]></category>
		<category><![CDATA[DIS29500]]></category>
		<category><![CDATA[ECMA376]]></category>
		<category><![CDATA[jaxb]]></category>
		<category><![CDATA[ST_OnOff]]></category>

		<guid isPermaLink="false">http://dev.plutext.org/blog/2008/01/06/ooxml-boolean-values-and-binding/</guid>
		<description><![CDATA[ST_OnOff is used extensively in the XML Schema. Here is the openiso.org link (nice resource!). Basically, it is used for things which should use the built in boolean schema data type: This simple type specifies a set of values for any binary (on or off) property defined in a WordprocessingML document. For example, the b [...]]]></description>
			<content:encoded><![CDATA[<p>ST_OnOff is used extensively in the XML Schema.  Here is the <a href="http://openiso.org/Ecma/376/Part4/2.18.67">openiso.org</a> link (nice resource!).</p>
<p>Basically, it is used for things which should use the built in boolean schema data type:</p>
<blockquote><p><em>This simple type specifies a set of values for any binary (on or off) property defined in a WordprocessingML document.</em></p></blockquote>
<p>For example, the b (bold) element has an attribute @val of type ST_OnOff.</p>
<p>There are several problems with how this is done.</p>
<p>The first is that its possible values are &#8220;on, 1, or true&#8221;.  OOXML should just use the <a href="http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/datatypes.html#boolean">XSD boolean data type</a>, which doesn&#8217;t allow &#8220;on&#8221; (or &#8220;off&#8221;). For related comments, see <a href="http://www.xmlopen.org/ooxml-wiki/index.php/3._SpreadsheetML_Reference_Material#Throughout_.5Bxsd:boolean.5D">here</a>, <a href="http://www.xmlopen.org/ooxml-wiki/index.php/Schema_Annexes#ST_OnOff">here,</a> and <a href="http://www.dis29500.org/?s=ST_OnOff">here</a>.  Denmark and France seem to be the strongest advocates of the use of xsd:boolean, and I hope they get their way.</p>
<p>The second is that it is left to the <a href="http://openiso.org/Ecma/376/Part4/2.18.67">specification text</a> to say that if the attribute is omitted, its value is implied to be true.  That should be expressed as part of the schema.</p>
<p>For CT_OnOff, it would be:</p>
<blockquote><p>&lt;xsd:complexType name=&#8221;BooleanDefaultTrue&#8221;&gt;<br />
&lt;xsd:attribute name=&#8221;val&#8221; type=&#8221;xsd:boolean&#8221; default=&#8221;true&#8221; /&gt;<br />
&lt;/xsd:complexType&gt;</p></blockquote>
<p>I don&#8217;t think Denmark or anyone else made this second point.</p>
<p>The schema we are using in docx4j to generate classes uses these sorts of definitions instead of ST_OnOff or CT_OnOff.  For CT_OnOff, this results in a <a href="http://dev.plutext.org/trac/docx4j/browser/trunk/docx4j/target/generated-sources/org/docx4j/jaxb/document/BooleanDefaultTrue.java">BooleanDefaultTrue</a> type, which is used in fields like (for bold):</p>
<blockquote><p><a href="http://dev.plutext.org/trac/docx4j/browser/trunk/docx4j/target/generated-sources/org/docx4j/jaxb/document/RPr.java">protected BooleanDefaultTrue b</a></p></blockquote>
<p>Which brings me to the the third problem with ST_OnOff (and the schema in general), which is that it generates ugly code in JAXB and other binding frameworks (presumably .NET included).  The built in schema data types produce much nicer code.</p>
<p>As a general remark, running the schema through JAXB is a good way to find places where the schema can be improved. Schema design goals should include:</p>
<ol>
<li>that it can be processed out of the box by binding frameworks (since that makes it easier for people to pick up a schema and start using it). [This is not currently the case]</li>
<li>that the schema be expressed in such a way as to generate the simplest code.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.docx4java.org/blog/2008/01/ooxml-boolean-values-and-binding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

