<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>A few updates on the OpenXML formats</title><link>http://blogs.msdn.com/brian_jones/archive/2007/04/20/a-few-updates-on-the-openxml-formats.aspx</link><description>Sorry I've been offline for the past couple weeks. I've been meaning to post some content for awhile but I've been swamped with Office 14 planning. I was trying to stay up on the comments from my last post , but still ended up slacking there as well (I'm</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: A few updates on the OpenXML formats</title><link>http://blogs.msdn.com/brian_jones/archive/2007/04/20/a-few-updates-on-the-openxml-formats.aspx#2228823</link><pubDate>Sun, 22 Apr 2007 08:56:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2228823</guid><dc:creator>Anon</dc:creator><description>&lt;p&gt;The problem with posting pro-Microsoft only links is that you post only once a week.&lt;/p&gt;
&lt;p&gt;There is a truth you can't deny even with your typical spin. And this truth speaks for itself in this astounding silence.&lt;/p&gt;
</description></item><item><title>re: A few updates on the OpenXML formats</title><link>http://blogs.msdn.com/brian_jones/archive/2007/04/20/a-few-updates-on-the-openxml-formats.aspx#2234151</link><pubDate>Sun, 22 Apr 2007 20:44:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2234151</guid><dc:creator>BrianJones</dc:creator><description>&lt;p&gt;I think for most folks out there, silence on one's blog is more of an indicator that they are too busy. I would love to post more often, but haven't had a chance to. &lt;/p&gt;
&lt;p&gt;If there is a truth out there that I'm denying though, please educate me...&lt;/p&gt;
&lt;p&gt;-Brian&lt;/p&gt;
</description></item><item><title>single source?</title><link>http://blogs.msdn.com/brian_jones/archive/2007/04/20/a-few-updates-on-the-openxml-formats.aspx#2262406</link><pubDate>Tue, 24 Apr 2007 20:42:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2262406</guid><dc:creator>jwilhelm</dc:creator><description>&lt;p&gt;Does Microsoft have any plans for Word or other products to be capable of single-source publishing? I am thinking of something like AuthorIt that can be used to author in chunks, and published to multiple formats at once (PDF, DOC, etc). &lt;/p&gt;
</description></item><item><title>re: A few updates on the OpenXML formats</title><link>http://blogs.msdn.com/brian_jones/archive/2007/04/20/a-few-updates-on-the-openxml-formats.aspx#2263048</link><pubDate>Tue, 24 Apr 2007 21:53:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2263048</guid><dc:creator>BrianJones</dc:creator><description>&lt;p&gt;The new formats in combination with the custom schema support are a great first step in this direction. It's definitely a scenario we've thought heavily about. &lt;/p&gt;
&lt;p&gt;Once you get the files out as .docx, and you've marked up the structure with custom XML, it becomes much easier to transform not just into other formats, but into different layouts and presentation schemes.&lt;/p&gt;
&lt;p&gt;That's actually how we built the Ecma spec. We had a single database with about 10,000 rows for each piece of the schema we were documenting. Each row would contain the name of the schema element, a unique ID, and a chuck of WordprocessingML for the rich content. We could then easily generate on demand granular sections of the spec to review, edit, and comment on. Any of those sections we would generate were marked up with custom schema though, so we could quickly re-shred that section back into the master database.&lt;/p&gt;
&lt;p&gt;This allowed us to easily manage the 6,000 pages of content, since at any point we were only really editing around 100-200 pages. It also allowed us to work on multiple sections in parallel so that members of the TC could focus on the areas that were of most interest to them.&lt;/p&gt;
&lt;p&gt;The other great piece of this was that we were only storing the rich text description for each piece of the schema seperately from the template. So we could quickly decide that we wanted to present the information in a different way (different heading styles, ordering, fonts, colors, etc.) and we would only need to change the master template. Then the next time we generated the full spec, it would reflect that new look.&lt;/p&gt;
&lt;p&gt;-Brian&lt;/p&gt;
</description></item><item><title>re: A few updates on the OpenXML formats</title><link>http://blogs.msdn.com/brian_jones/archive/2007/04/20/a-few-updates-on-the-openxml-formats.aspx#2263251</link><pubDate>Tue, 24 Apr 2007 22:13:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2263251</guid><dc:creator>jwilhelm</dc:creator><description>&lt;p&gt;I guess what I'm looking for is sort of a re-engineered Word that allows me to write in chunks and recombine them in end formats without knowing anything about DITA or XML.&lt;/p&gt;
</description></item><item><title>re: A few updates on the OpenXML formats</title><link>http://blogs.msdn.com/brian_jones/archive/2007/04/20/a-few-updates-on-the-openxml-formats.aspx#2263423</link><pubDate>Tue, 24 Apr 2007 22:30:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2263423</guid><dc:creator>BrianJones</dc:creator><description>&lt;p&gt;Not sure if it was clear from my description, but that's just a simpler form of the solution we created for generating the Ecma spec.&lt;/p&gt;
&lt;p&gt;We don't have anything that works out of the box today, but the openXML formats and custom schema support make it much easier for solution developers to build something.&lt;/p&gt;
&lt;p&gt;In the longer term, document assembly is something I've looked at at the start of each product cycle. We continue to take steps in that direction, as you can see with all the work we've done around XML. We're just now getting started on Office 14 so it's a bit too early to talk about what we'll deliver there. In the mean time though, I'll try to point out third party solutions that extend Office 2007 to enable scenarios like yours.&lt;/p&gt;
&lt;p&gt;-Brian&lt;/p&gt;
</description></item><item><title>re: A few updates on the OpenXML formats</title><link>http://blogs.msdn.com/brian_jones/archive/2007/04/20/a-few-updates-on-the-openxml-formats.aspx#2263777</link><pubDate>Tue, 24 Apr 2007 22:54:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2263777</guid><dc:creator>Francis</dc:creator><description>&lt;p&gt;Neat solution! The automatically-generated bookmarks in the spec led me to suspect that you were storing the attributes in a database. Obviously, the benefits were much greater than the cost (of setting up the DB and custom schema and gluing it all together with code.)&lt;/p&gt;
&lt;p&gt;The same probably can't be said for more moderate collaborative projects, though (e.g. only a couple hundred pages in length.) Have you given any thought to non-DB solutions? E.G. directories full of marked-up files, all pulled together with an enhanced (XML-aware and reliable) master/subdocument feature? This might not scale as well as DB but would be much less costly to set up (and thus beneficial sooner.)&lt;/p&gt;
</description></item><item><title>re: A few updates on the OpenXML formats</title><link>http://blogs.msdn.com/brian_jones/archive/2007/04/20/a-few-updates-on-the-openxml-formats.aspx#2263972</link><pubDate>Tue, 24 Apr 2007 23:08:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2263972</guid><dc:creator>jwilhelm</dc:creator><description>&lt;p&gt;Thanks for the feedback, it is helpful. Please put in my 2 cents that this type of functionality in Word would be killer in the buiness world going forward!&lt;/p&gt;
</description></item><item><title>re: A few updates on the OpenXML formats</title><link>http://blogs.msdn.com/brian_jones/archive/2007/04/20/a-few-updates-on-the-openxml-formats.aspx#2264386</link><pubDate>Tue, 24 Apr 2007 23:55:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2264386</guid><dc:creator>BrianJones</dc:creator><description>&lt;p&gt;Francis, &lt;/p&gt;
&lt;p&gt;We've definitely looked at solutions like you describe for general document assembly scenarios. In fact we had an intern project last summer where they played around with using Sharepoint as a document assembly repository. Basically you could put a bunch of documents up on sharepoint in a doc library. There was then a master document that would essentially rebuild itself based on the documents in the library (and the metadata on each document).&lt;/p&gt;
&lt;p&gt;It's a pretty cool prototype, and at some point here we may clean it up a bit and post it as example code for folks to play around with. In it's current form it only works with the earlier Betas though, so either way it would need some more work before it could be used.&lt;/p&gt;
&lt;p&gt;JWilhelm,&lt;/p&gt;
&lt;p&gt;I'll definitely take your feedback into account. Thanks!&lt;/p&gt;
&lt;p&gt;-Brian&lt;/p&gt;
</description></item><item><title>re: A few updates on the OpenXML formats</title><link>http://blogs.msdn.com/brian_jones/archive/2007/04/20/a-few-updates-on-the-openxml-formats.aspx#2264514</link><pubDate>Wed, 25 Apr 2007 00:15:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2264514</guid><dc:creator>jwilhelm</dc:creator><description>&lt;p&gt;BTW, I would love to try your SharePoint example if it is possible. Any links or info you have would be great. I'm at jwilhelm@athenati.com&lt;/p&gt;
&lt;p&gt;Also, I suppose that master and sub docs can in some way function as reusable content - correct?&lt;/p&gt;
</description></item><item><title>re: A few updates on the OpenXML formats</title><link>http://blogs.msdn.com/brian_jones/archive/2007/04/20/a-few-updates-on-the-openxml-formats.aspx#2264661</link><pubDate>Wed, 25 Apr 2007 00:32:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2264661</guid><dc:creator>BrianJones</dc:creator><description>&lt;p&gt;Unfortunately I'm not sure when we'd be able to pull the Sharepoint solution together into a useful form, but I'll take a look. It may be something we can get someone to write up an article and post the source (I'll look into it).&lt;/p&gt;
&lt;p&gt;You're right that master sub docs solves a similar scenario. I've been trying to explore ways we can do it in the cloud though, rather than the heavy client side dependency that currently exists with the feature.&lt;/p&gt;
&lt;p&gt;-Brian&lt;/p&gt;
</description></item><item><title>re: A few updates on the OpenXML formats</title><link>http://blogs.msdn.com/brian_jones/archive/2007/04/20/a-few-updates-on-the-openxml-formats.aspx#2266485</link><pubDate>Wed, 25 Apr 2007 04:06:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2266485</guid><dc:creator>Fernando </dc:creator><description>&lt;p&gt;&amp;gt;(if you're looking for some fun conspiracies, check out the metadata of J1N850-12 and J1N850-13 and see who the authors were)&lt;/p&gt;
&lt;p&gt;The fact that IBM undeniably wrote the Kenya's NSB response makes Rob Weir's latest rant(&lt;a rel="nofollow" target="_new" href="http://www.robweir.com/blog/2007/04/sometimes-i-need-to-remind-myself.html"&gt;http://www.robweir.com/blog/2007/04/sometimes-i-need-to-remind-myself.html&lt;/a&gt;) looks even more cynical.&lt;/p&gt;
</description></item><item><title>re: A few updates on the OpenXML formats</title><link>http://blogs.msdn.com/brian_jones/archive/2007/04/20/a-few-updates-on-the-openxml-formats.aspx#2273472</link><pubDate>Wed, 25 Apr 2007 19:00:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2273472</guid><dc:creator>Hydrogen</dc:creator><description>&lt;p&gt;Please show examples of how to unzip the docx files in a PowerShell script or a Visual Basic program. &amp;nbsp;I know that I can manually change the docx file extension to zip and double click on the zip file, but I want to get at the XML files without going through the extra step of manually unzipping the docx files. &amp;nbsp;Does Visual Studio provide methods for unzipping the docx file?&lt;/p&gt;
</description></item><item><title>re: A few updates on the OpenXML formats</title><link>http://blogs.msdn.com/brian_jones/archive/2007/04/20/a-few-updates-on-the-openxml-formats.aspx#2275368</link><pubDate>Wed, 25 Apr 2007 22:24:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2275368</guid><dc:creator>BrianJones</dc:creator><description>&lt;p&gt;Fernando,&lt;/p&gt;
&lt;p&gt;I agree it's a real shame to see those types of tactics used and unfortunately, this isn't an isolated case. Oh well, hopefully in the end more level heads will prevail. :-)&lt;/p&gt;
&lt;p&gt;----------------&lt;/p&gt;
&lt;p&gt;Hydrogen,&lt;/p&gt;
&lt;p&gt;Check out this tool (it's pretty slick): &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/brian_jones/archive/2007/04/03/visual-tool-for-developers-working-with-the-open-xml-formats.aspx"&gt;http://blogs.msdn.com/brian_jones/archive/2007/04/03/visual-tool-for-developers-working-with-the-open-xml-formats.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;-Brian&lt;/p&gt;
</description></item><item><title>re: A few updates on the OpenXML formats</title><link>http://blogs.msdn.com/brian_jones/archive/2007/04/20/a-few-updates-on-the-openxml-formats.aspx#2299309</link><pubDate>Fri, 27 Apr 2007 15:49:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2299309</guid><dc:creator>Jeffrey</dc:creator><description>&lt;p&gt;@Fernando &lt;/p&gt;
&lt;p&gt;The names in the Kenyan responses look German and Korean. How would those be seen as IBM related ?&lt;/p&gt;
</description></item><item><title>re: A few updates on the OpenXML formats</title><link>http://blogs.msdn.com/brian_jones/archive/2007/04/20/a-few-updates-on-the-openxml-formats.aspx#2310676</link><pubDate>Sat, 28 Apr 2007 13:26:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2310676</guid><dc:creator>Wesley Parish</dc:creator><description>&lt;p&gt;Umm, your comment, Brian:&lt;/p&gt;
&lt;p&gt;&amp;quot;(if you're looking for some fun conspiracies, check out the metadata of J1N850-12 and J1N850-13 and see who the authors were).&amp;quot;&lt;/p&gt;
&lt;p&gt;What I'm interested in is, why should this &amp;quot;conspiracy&amp;quot; alter the fact that some of those objections are quite substantial?&lt;/p&gt;
&lt;p&gt;I refer among others, to these paragraphs in J1N850-12:&lt;/p&gt;
&lt;p&gt;&amp;quot;ECMA 376 does not include the specifications for the Macro language nor its features, as such the&lt;/p&gt;
&lt;p&gt;claim of supporting billions of documents is in question as the main issue of backward compatibility in&lt;/p&gt;
&lt;p&gt;the real world is the problem of incompatible Macro functions. Additionally since the “covenant not to&lt;/p&gt;
&lt;p&gt;sue” does not cover features outside the current specifications, as such, efforts to reverse engineer&lt;/p&gt;
&lt;p&gt;Macro features may put independently developed implementations at legal risk.&lt;/p&gt;
&lt;p&gt;So is the alleged claim of supporting and upgrading the billions of legacy documents is not justifiable&lt;/p&gt;
&lt;p&gt;as the exact features in ECMA 376 which provide this backward compatibility is not specified even in&lt;/p&gt;
&lt;p&gt;the large document.&amp;quot;&lt;/p&gt;
&lt;p&gt;MS Office Macros are one of the major reasons businesses give for remaining MS Office users, and this functionality isn't considered valuable enough to make it into the MS Office 2k7 specification? &amp;nbsp;A bare implementation of the official specification - eg, the celebrated ECMA376-to-ODF converter - won't be able to support most of those most valuable documents, so that's a significant part of those few billion MS Office documents tossed out as obsolete.&lt;/p&gt;
&lt;p&gt;I have made attempts to make the ODF people see that once we use ODF as an HTML wrapper - that OO.org contains quite a good HTML editor shows that they're aware of some aspects of it - the issue of PHP or Perl or TCL or so as a Macro language, raises its ugly head. &amp;nbsp;I think that will take some time to sink in.&lt;/p&gt;
&lt;p&gt;But, I think you're playing the politics game as much as IBM is; you're just not admitting it.&lt;/p&gt;
</description></item><item><title>re: A few updates on the OpenXML formats</title><link>http://blogs.msdn.com/brian_jones/archive/2007/04/20/a-few-updates-on-the-openxml-formats.aspx#2314658</link><pubDate>Sat, 28 Apr 2007 22:21:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2314658</guid><dc:creator>Fernando</dc:creator><description>&lt;p&gt;@Jeffrey&lt;/p&gt;
&lt;p&gt;Google the German name...&lt;/p&gt;
</description></item><item><title>re: A few updates on the OpenXML formats</title><link>http://blogs.msdn.com/brian_jones/archive/2007/04/20/a-few-updates-on-the-openxml-formats.aspx#2335282</link><pubDate>Mon, 30 Apr 2007 08:53:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2335282</guid><dc:creator>nksingh</dc:creator><description>&lt;p&gt;Wesley:&lt;/p&gt;
&lt;p&gt;Perhaps the macro language is not included in the spec for the document format because the macro language really CANNOT be specified. &amp;nbsp;It is just a bunch of COM Automation interfaces onto the codebase of Office. &amp;nbsp;People complain that OOXML is too big to be implemented, but to do Macros, you'd have to basically reimplement Office. &amp;nbsp;This is not a winning scenario for anyone. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Macros are not portable by a longshot. &amp;nbsp;They don't even seem to be totally consistent between Mac and Windows versions of Office. &amp;nbsp;&amp;quot;Active&amp;quot; documents (which use Macros) are a relative rarity in most cases anyway. &amp;nbsp;Transitioning to ODF or to any other office suite will necessarily require the rewriting or retesting of these active documents which are so important to the business flow. &amp;nbsp;Hopefully, with the specification of OOXML, some of the tooling that's built in VBA will be moved to external apps that modify the XML directly.&lt;/p&gt;
&lt;p&gt;I think the ODF's tactics on this issue are quite despicable. &amp;nbsp;I can't see what they're trying to do though the words of Rob Weir and Sam Hiser other than riling up the easily-enchanted OSS sheep. &amp;nbsp;Look, I like OSS and the philosophy of sharing as much as the next guy, but I will say that there is a large body of people who love it to the point of intellectual dishonesty. &amp;nbsp;That's Sam Hiser.&lt;/p&gt;
</description></item><item><title>re: A few updates on the OpenXML formats</title><link>http://blogs.msdn.com/brian_jones/archive/2007/04/20/a-few-updates-on-the-openxml-formats.aspx#2353886</link><pubDate>Tue, 01 May 2007 12:18:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2353886</guid><dc:creator>Wesley Parish</dc:creator><description>&lt;p&gt;nksingh, I can see your point. &amp;nbsp;It's something that nobody seems to have considered, though, from the earlier DOS, and Mac (and other OSes).&lt;/p&gt;
&lt;p&gt;As far as I can see, however, there are two things we're talking about when we talk about Office Suite macros. &amp;nbsp;One is the recorded keystrokes thing, when the application itself interprets a set of keystrokes and records them for replay later; the second is when you use a more formal specialist programming language - VBA IIRC is the MS Office one (I'm not a regular MS Office user - I need something crossplatform).&lt;/p&gt;
&lt;p&gt;That's what makes Macros so messy - which one is the one we're talking about? &amp;nbsp;I'm talking about the programming language - and that can be specified, reasonably accurately. &amp;nbsp;Microsoft has done it with C#, so doing the same thing for VBA should not be too difficult. &amp;nbsp;In effect, they could even get it ported to Linux - there's several Basics that run quite happily on linux, some of which are Open Source, and the maintainers would blink perhaps at receiving patches from @microsoft.com addresses, but would weigh them on their merits.&lt;/p&gt;
&lt;p&gt;And you mention COM Automation interfaces. &amp;nbsp;I think I raised a question like this in relation to ActiveX a few months ago (I help maintain a community centre's Community-based Technology and Learning Centre, and ActiveX has proved to be a source of grief.), where I argued that its functionality should be abstracted, so as to be applicable to anything Unix as well. &amp;nbsp;If Microsoft hasn't done this in relation to ECMA 376, it's not my problem, but it is a problem, and the less attention is paid to it, the bigger it will get.&lt;/p&gt;
&lt;p&gt;As far as reimplementing MS Office goes, one might argue that the process of reverse-engineering the MS Office file formats, is the first step on the path to doing precisely that. &amp;nbsp;Nobody's bothered to go any further - so I guess it's not that enthralling a project when you can write your own Office Suite and show the world how it really _should_ _be_ _done_. ;)&lt;/p&gt;</description></item><item><title>re: A few updates on the OpenXML formats</title><link>http://blogs.msdn.com/brian_jones/archive/2007/04/20/a-few-updates-on-the-openxml-formats.aspx#2407749</link><pubDate>Fri, 04 May 2007 12:17:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2407749</guid><dc:creator>hAl</dc:creator><description>&lt;p&gt;So IBM partly wrote the Kenyan reponse to ISO. I already wondered why Kenya of all countries would have the longest responses of all the national bodies. &lt;/p&gt;
&lt;p&gt;Has anybody from IBM already responded to this ?&lt;/p&gt;
</description></item><item><title>We Admit It</title><link>http://blogs.msdn.com/brian_jones/archive/2007/04/20/a-few-updates-on-the-openxml-formats.aspx#2694472</link><pubDate>Thu, 17 May 2007 15:21:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2694472</guid><dc:creator>Bob Sutor's Second Life Avatar</dc:creator><description>&lt;p&gt;I admit that I wrote the Kenya paper.&lt;/p&gt;
</description></item><item><title>No You Didn't!</title><link>http://blogs.msdn.com/brian_jones/archive/2007/04/20/a-few-updates-on-the-openxml-formats.aspx#2694571</link><pubDate>Thu, 17 May 2007 15:29:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2694571</guid><dc:creator>Pamela Jones</dc:creator><description>&lt;p&gt;Bob's Avatar: I'm upset that you are taking credit for the Kenya ISO &amp;quot;standards&amp;quot; paper. &amp;nbsp;I am the original IBM composite fictional character and I deserve the credit for sneaking around and trying to deceive the international standards community more than you. &amp;nbsp; &amp;nbsp;&lt;/p&gt;
</description></item><item><title>Open XML ISO/IEC standardizacija + sapunica (a Hrvatska?)</title><link>http://blogs.msdn.com/brian_jones/archive/2007/04/20/a-few-updates-on-the-openxml-formats.aspx#3505875</link><pubDate>Mon, 25 Jun 2007 01:31:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3505875</guid><dc:creator>RatkoM DPE / NTO Site</dc:creator><description>&lt;p&gt;Neznam da li pratite ovu sapunicu oko ratifikacije / standardizacije Open XML (OOXML kako ga popularno&lt;/p&gt;
</description></item></channel></rss>