<?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>Working Draft 1.4 of the Ecma Office Open XML formats available</title><link>http://blogs.msdn.com/brian_jones/archive/2006/08/25/724269.aspx</link><description>Last week we held the 5 th face-to-face meeting of Ecma TC45, and this time it was hosted by Microsoft. It was nice being able to stay out here in Redmond for once &amp;lt;g/&amp;gt;. At the meeting, we all agreed to make working draft 1.4 publicly available,</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Working Draft 1.4 of the Ecma Office Open XML formats available</title><link>http://blogs.msdn.com/brian_jones/archive/2006/08/25/724269.aspx#724465</link><pubDate>Sat, 26 Aug 2006 00:05:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:724465</guid><dc:creator>Francis</dc:creator><description>Unfortunately, the page numbers printed in the draft spec and those in the PDF still do not match up.</description></item><item><title>re: Working Draft 1.4 of the Ecma Office Open XML formats available</title><link>http://blogs.msdn.com/brian_jones/archive/2006/08/25/724269.aspx#724501</link><pubDate>Sat, 26 Aug 2006 00:23:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:724501</guid><dc:creator>Francis</dc:creator><description>The specification looks much cleaner now, but I am disappointed to see that a single relationship cannot support both an absolute AND relative path.&lt;br&gt;&lt;br&gt;The ability to store both forms of paths is important for document longevity, interoperability, and security.</description></item><item><title>re: Working Draft 1.4 of the Ecma Office Open XML formats available</title><link>http://blogs.msdn.com/brian_jones/archive/2006/08/25/724269.aspx#724632</link><pubDate>Sat, 26 Aug 2006 01:55:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:724632</guid><dc:creator>BrianJones</dc:creator><description>Hi Francis, what is the problem with the page numbers? You mean the pages with the TOC aren't numbered? I think that's actually an ISO style guideline, and I don't think we can get away from that. The good thing with the PDF though is that the TOC, and all of ther references are actually linked though, so you can just click on it and it will automatically go to that page.&lt;br&gt;&lt;br&gt;The issue around absolute and relative paths is something that could be solved leveraging the extensibility mechanisms. As we did the investigation into how the applications were used, there was never an instance in which both a relative and absolute path were stored, so the current version of the spec also doesn't allow for that. If someone else actually had a case where they wanted to support that though, they could easily extend the format to do that. Of course applications like Office wouldn't know how to preserve both paths, but that isn't a format issue... it's an application issue.&lt;br&gt;&lt;br&gt;Let me know what else you think of the spec, and if you have any other suggestions!&lt;br&gt;&lt;br&gt;-Brian</description></item><item><title>re: Working Draft 1.4 of the Ecma Office Open XML formats available</title><link>http://blogs.msdn.com/brian_jones/archive/2006/08/25/724269.aspx#724700</link><pubDate>Sat, 26 Aug 2006 02:44:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:724700</guid><dc:creator>Francis</dc:creator><description>Thanks for the response!&lt;br&gt;&lt;br&gt;I understand that &amp;quot;there never was an instance&amp;quot; of using both paths. That, however, is the problem. Links that use one path are inherently non-portable.&lt;br&gt;&lt;br&gt;Say I have a Word document with linked objects. If I use absolute paths, I cannot:&lt;br&gt;1. move the parent document AND linked objects to another local directory, drive, or system&lt;br&gt;2. e-mail or otherwise transmit the parent document AND linked objects to a remote system and open it there&lt;br&gt;3. open the parent document over a network (while the linked objects still reside in the paths where they were created)&lt;br&gt;&lt;br&gt;In all cases, the absolute paths will point to non-existent files. The relationships/links will break. This is bad news for electronic dissemination, groupwork, archival, and system migration.&lt;br&gt;&lt;br&gt;The application could skirt this problem by using relative paths. But that leads to analogous problems, namely that I cannot:&lt;br&gt;1. move the parent document BUT NOT linked objects to another local directory, drive, or system&lt;br&gt;2. e-mail or otherwise transmit the parent document BUT NOT linked objects to a remote system and open it there&lt;br&gt;&lt;br&gt;Again, the relative paths will point to non-existent files, thus breaking the relationships/links.&lt;br&gt;&lt;br&gt;However, if the application refers to both paths, these problems will not occur. Absolute paths may be broken, but as long as the positional relationship between the parent document and linked objects is preserved, relative paths will work. For instance, say I zip my &amp;quot;BP&amp;quot; directory (and all the directories under it, including Parts) and send it to a colleague. He could then open BigProjectParent.docx on his system and see/edit Parts\BigProjectObject1.xlsx.&lt;br&gt;&lt;br&gt;Likewise, relative paths may be broken, but as long as the linked objects remain at their original location, absolute paths will work. For instance, I could send BigProjectParent.docx alone to a colleague of mine. He could then open BigProjectParent.docx on his system and see/edit \\centrallocation\BigProjectObject2.xlsx.&lt;br&gt;&lt;br&gt;It seems that relative paths are preferable for most situations. However, they necessitate users having the foresight to move/transmit ALL linked objects along with the parent document. Furthermore, in some situations relative paths are inappropriate (such as referring to a file database or live statistics at an invariable, central location.) No matter how &amp;quot;intelligent&amp;quot; the producing/consuming application is programmed to be, it will not be able to determine when relative paths or absolute paths are better for the user. In a given document, absolute paths may be more suitable for some relationships, while relative are more suitable for others!&lt;br&gt;&lt;br&gt;This is a real problem. I have scores of Word files with links objects (mostly to large Excel files and Access databases.) I cannot touch these files, lest I spend hours reconstructing broken links (a nightmare when you have hundreds of links in a single file.)</description></item><item><title>re: Working Draft 1.4 of the Ecma Office Open XML formats available</title><link>http://blogs.msdn.com/brian_jones/archive/2006/08/25/724269.aspx#724715</link><pubDate>Sat, 26 Aug 2006 02:54:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:724715</guid><dc:creator>Francis</dc:creator><description>As for Office not knowing &amp;quot;how to preserve both paths,&amp;quot; if it were a part of the format, as I suggest, it should be easy. Here is how it could work (in pseudo-code):&lt;br&gt;1. On File|Open, application looks for linked object at absolute and relative paths.&lt;br&gt;2. If both paths resolve to same linked object, and object exists, go to 10.&lt;br&gt;3. If linked object found at absolute path but not at relative, prompt to update relative path (Fix path: Yes/No) and go to 10.&lt;br&gt;4. If linked object found at relative path but not at absolute, prompt to update absolute path (Fix path: Yes/No) and go to 10.&lt;br&gt;5. If linked object found at neither, alert the user, possibly ask the user for a new path, and go to 20.&lt;br&gt;6. If different linked objects found at both, alert user and either default to absolute or prompt user to choose, then go to 10.&lt;br&gt;&lt;br&gt;10. Update linked objects.&lt;br&gt;20. End.</description></item><item><title>Get your drafts here!</title><link>http://blogs.msdn.com/brian_jones/archive/2006/08/25/724269.aspx#725646</link><pubDate>Sat, 26 Aug 2006 22:26:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:725646</guid><dc:creator>Wouter van Vugt</dc:creator><description /></item><item><title>re: Working Draft 1.4 of the Ecma Office Open XML formats available</title><link>http://blogs.msdn.com/brian_jones/archive/2006/08/25/724269.aspx#727650</link><pubDate>Mon, 28 Aug 2006 04:56:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:727650</guid><dc:creator>Escamillo</dc:creator><description>For what it's worth, OLE links use both relative and absolute paths. &amp;nbsp;An OLE link stores both the relative and absolute monikers referring to the source object. &amp;nbsp;When binding an OLE link (activating the link or updating the data, etc), IOleLink::BindToSource is called, which calls &amp;nbsp;IMoniker::BindToObject on the relative moniker, and if that fails, then calls IMoniker::BindToObject on the absolute moniker. &amp;nbsp;If IMoniker::BindToObject succeeds for either the relative or absolute moniker, then the other moniker is updated accordingly.&lt;br&gt;See &amp;quot;Notes on Provided Implementation&amp;quot; section of the IOleLink::SetSourceMoniker documentation for details:&lt;br&gt;&lt;a rel="nofollow" target="_new" href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/com/html/85fe1d28-d9c6-46b4-abff-6afce9ff3cd0.asp"&gt;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/com/html/85fe1d28-d9c6-46b4-abff-6afce9ff3cd0.asp&lt;/a&gt;&lt;br&gt;&lt;br&gt;Now, I don't know what &amp;quot;links&amp;quot; you guys are talking about in the OpenXML specs, but the same technique could be used for these links.</description></item><item><title>re: Working Draft 1.4 of the Ecma Office Open XML formats available</title><link>http://blogs.msdn.com/brian_jones/archive/2006/08/25/724269.aspx#728323</link><pubDate>Mon, 28 Aug 2006 16:40:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:728323</guid><dc:creator>A</dc:creator><description>Does anyone else have trouble viewing the Markup Language Reference document in Acrobat 7.0? &amp;nbsp;&lt;br&gt;&lt;br&gt;It takes about 10 seconds to page down (or scroll down between pages) although jumping directly to a page is pretty fast. &amp;nbsp;It also takes a lot longer to search than did the previous version of the Schema, though the length of the document is about the same.&lt;br&gt;&lt;br&gt;Just wondering if I'm the only one, though a coworker was able to reproduce it on her machine too...&lt;br&gt;&lt;br&gt;Otherwise the document is much better now, a lot more complete. &amp;nbsp;Looking good :)</description></item><item><title>re: Working Draft 1.4 of the Ecma Office Open XML formats available</title><link>http://blogs.msdn.com/brian_jones/archive/2006/08/25/724269.aspx#728723</link><pubDate>Mon, 28 Aug 2006 21:28:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:728723</guid><dc:creator>Francisv</dc:creator><description>Escamillo: I am referring to all links contained within Office documents.&lt;br&gt;&lt;br&gt;Your point on OLE is interesting, but, alas, it does not apply here. If you open an Office XML document containing linked objects in a text editor, you will only find absolute paths. You can also replicate the problem by doing this:&lt;br&gt;&lt;br&gt;1. create directory X, subdirectory Y in X, Word document in X, and Excel document in Y&lt;br&gt;2. insert object from Excel document as link in Word document&lt;br&gt;3. rename X&lt;br&gt;4. open document and attempt to update links&lt;br&gt;&lt;br&gt;Incidentally, OLE links are not the only relationships used by Office documents. In Word, field codes often do this (e.g., INCLUDEPICTURE and INCLUDETEXT.) These are subject to the same problems, as they comprise either absolute or relative paths (at the user's discretion, unlike OLE links, which, in Office, default to absolute.)</description></item><item><title>Ecma Office Open XML working draft 1.4 available</title><link>http://blogs.msdn.com/brian_jones/archive/2006/08/25/724269.aspx#728980</link><pubDate>Tue, 29 Aug 2006 00:29:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:728980</guid><dc:creator>OpenXML Developer</dc:creator><description>&lt;br&gt;The Ecma TC45 working group has released an updated version of the draft spec. &amp;nbsp;You can download it...</description></item><item><title>Ecma spec: working draft 1.4 now available</title><link>http://blogs.msdn.com/brian_jones/archive/2006/08/25/724269.aspx#729078</link><pubDate>Tue, 29 Aug 2006 01:42:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:729078</guid><dc:creator>Doug Mahugh</dc:creator><description>If you were intimidated by the large, dense Ecma draft spec for Open XML, things have changed: the latest...</description></item><item><title>re: Working Draft 1.4 of the Ecma Office Open XML formats available</title><link>http://blogs.msdn.com/brian_jones/archive/2006/08/25/724269.aspx#731049</link><pubDate>Wed, 30 Aug 2006 06:09:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:731049</guid><dc:creator>Wesley Parish</dc:creator><description>&amp;quot;For example, there used to be a number of tags for &amp;quot;Active X&amp;quot; controls, and those have now been changed so that they allow for any type of control (Java, ActiveX, etc.). These points were raised by a number of people in the technical committee, as well as people outside of Ecma.&amp;quot;&lt;br&gt;&lt;br&gt;Ah, excellent! &amp;nbsp;Well done!&lt;br&gt;&lt;br&gt;This makes reimplementing Office Open XML on any one of the *nixes a much more realistic proposition.&lt;br&gt;&lt;br&gt;It also means there's a much greater possibility that it will be usable on browsers such as Firefox, which has its own programming language/extension/environment.</description></item><item><title>re: Working Draft 1.4 of the Ecma Office Open XML formats available</title><link>http://blogs.msdn.com/brian_jones/archive/2006/08/25/724269.aspx#738313</link><pubDate>Sun, 03 Sep 2006 21:34:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:738313</guid><dc:creator>Steve</dc:creator><description>These documents are not printable with &amp;quot;Print to Kinkos&amp;quot;. &amp;nbsp;They were created with Acrobat six (I believe) which causes grief (can't MS afford to uprade) &amp;nbsp;&lt;br&gt;&lt;br&gt;The workaround is to print from the Windows application that created the documents. &amp;nbsp;Of course because they are formatted according to the latest version of the spec, they are not readable by the public beta version of Word.&lt;br&gt;&lt;br&gt;It might make sense for these documents to be available from a &amp;quot;pubish on demand&amp;quot; service. &amp;nbsp;Reading hundreds of pages in Acrobat is no fun.</description></item><item><title>Get your drafts here!</title><link>http://blogs.msdn.com/brian_jones/archive/2006/08/25/724269.aspx#738348</link><pubDate>Sun, 03 Sep 2006 22:06:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:738348</guid><dc:creator>Wouter van Vugt</dc:creator><description>The 1.4 public draft of the Office Open XML formats is available over at ECMA. Read up on Brian's blog</description></item><item><title>re: Working Draft 1.4 of the Ecma Office Open XML formats available</title><link>http://blogs.msdn.com/brian_jones/archive/2006/08/25/724269.aspx#740009</link><pubDate>Mon, 04 Sep 2006 22:33:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:740009</guid><dc:creator>Rob</dc:creator><description>Brian, Is there any chance of getting the &amp;quot;reference schemas&amp;quot; posted as was done with the 1.3 draft? &amp;nbsp;Or are they unchanged in 1.4?</description></item><item><title>re: Working Draft 1.4 of the Ecma Office Open XML formats available</title><link>http://blogs.msdn.com/brian_jones/archive/2006/08/25/724269.aspx#740873</link><pubDate>Tue, 05 Sep 2006 12:44:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:740873</guid><dc:creator>Bruce</dc:creator><description>Comments on the bib support in the link. &lt;br&gt;&lt;br&gt;You need, in order of priority to:&lt;br&gt;&lt;br&gt;&amp;lt;ol&amp;gt;&lt;br&gt;&amp;lt;li&amp;gt;use a more international-friendly personal name model; look at the vcard spec (given, family, honorific-prefix/suffix, sort-string, etc.); right now you are assuming Western users for what you want to be an international spec&amp;lt;/li&amp;gt;&lt;br&gt;&amp;lt;li&amp;gt;rationalize your bibliographic types&amp;lt;/li&amp;gt;&lt;br&gt;&amp;lt;li&amp;gt;define an extension model, at least to allow different types and properties&amp;lt;/li&amp;gt;&lt;br&gt;&amp;lt;/ol&amp;gt;&lt;br&gt;&lt;br&gt;Will submit to TC45 as well.</description></item><item><title>New team blog for the ODF to Open XML converter project</title><link>http://blogs.msdn.com/brian_jones/archive/2006/08/25/724269.aspx#741524</link><pubDate>Tue, 05 Sep 2006 22:31:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:741524</guid><dc:creator>Brian Jones: Open XML Formats</dc:creator><description>Jean Goffinet pointed out that he and the folks working on the ODF to Open XML converter project now...</description></item><item><title>re: Working Draft 1.4 of the Ecma Office Open XML formats available</title><link>http://blogs.msdn.com/brian_jones/archive/2006/08/25/724269.aspx#741533</link><pubDate>Tue, 05 Sep 2006 22:37:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:741533</guid><dc:creator>BrianJones</dc:creator><description>Hey Rob, the TC is working on getting the XSD files uploaded as well. Hopefully they'll be up there later this week.&lt;br&gt;&lt;br&gt;-Brian</description></item><item><title>re: Working Draft 1.4 of the Ecma Office Open XML formats available</title><link>http://blogs.msdn.com/brian_jones/archive/2006/08/25/724269.aspx#742275</link><pubDate>Wed, 06 Sep 2006 08:35:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:742275</guid><dc:creator>Jeff Bell</dc:creator><description>Steve - the PDF documents Brian links to were actually created by a recent internal build of the Microsoft Save as PDF add-in for Office 2007. (We mark these as PDF 1.5; Adobe's Reader adds the comment that this is the Acrobat 6.x version of the spec.)&lt;br&gt;&lt;br&gt;Thanks for flagging the issue with submitting these to be printed through the Kinko's online submission tool. Kinko's has confirmed that this is a problem on their side that will soon be fixed.&lt;br&gt;&lt;br&gt;Jeff Bell, &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/jeff_bell"&gt;http://blogs.msdn.com/jeff_bell&lt;/a&gt;</description></item><item><title>re: Working Draft 1.4 of the Ecma Office Open XML formats available</title><link>http://blogs.msdn.com/brian_jones/archive/2006/08/25/724269.aspx#745052</link><pubDate>Fri, 08 Sep 2006 00:35:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:745052</guid><dc:creator>A</dc:creator><description>Seeing some of the other comments, I tried opening in the file in Acrobat Reader 6.0, the result was much more responsive. &amp;nbsp;The file actually became usable as one could scroll without waiting for 10 seconds between pages as when opening in Acrobat 7.0. &amp;nbsp;Search however is still much slower than the previous version of the document.&lt;br&gt;&lt;br&gt;MS might want to take a look at the problem in Acrobat 7.0 since if users upgrade to that, it will make the add-in look like its doing a very poor job creating PDFs since the files will be so slow to use. &amp;nbsp;Since Office doesn't have a viewer, the PDF's created by Office will be painful to work with.</description></item><item><title>Difficult decisions between loose conformance and true interoperability</title><link>http://blogs.msdn.com/brian_jones/archive/2006/08/25/724269.aspx#746636</link><pubDate>Fri, 08 Sep 2006 21:11:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:746636</guid><dc:creator>Brian Jones: Open XML Formats</dc:creator><description>Difficult decisions between loose conformance and true interoperability – Rick Jelliffe had a great post...</description></item><item><title>Latest changes to the Ecma spec</title><link>http://blogs.msdn.com/brian_jones/archive/2006/08/25/724269.aspx#753097</link><pubDate>Thu, 14 Sep 2006 04:59:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:753097</guid><dc:creator>Brian Jones: Open XML Formats</dc:creator><description>Those of you who using Beta 2 probably noticed that the .docx versions of the Ecma working draft 1.4...</description></item><item><title>Interoperability of the Office Open XML formats</title><link>http://blogs.msdn.com/brian_jones/archive/2006/08/25/724269.aspx#765011</link><pubDate>Thu, 21 Sep 2006 21:24:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:765011</guid><dc:creator>Brian Jones: Open XML Formats</dc:creator><description>A comment was posted today that had a lot of thought put into it and rather than just replying to it...</description></item><item><title>Interoperability of the Office Open XML formats</title><link>http://blogs.msdn.com/brian_jones/archive/2006/08/25/724269.aspx#869770</link><pubDate>Tue, 24 Oct 2006 19:48:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:869770</guid><dc:creator>Brian Jones: Open XML Formats</dc:creator><description>&lt;p&gt;A comment was posted today that had a lot of thought put into it and rather than just replying to it&lt;/p&gt;</description></item><item><title>Brian Jones: Open XML Formats : Working Draft 1.4 of the Ecma Office Open XML formats available</title><link>http://blogs.msdn.com/brian_jones/archive/2006/08/25/724269.aspx#8567015</link><pubDate>Sat, 31 May 2008 22:03:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8567015</guid><dc:creator>Dating</dc:creator><description>&lt;p&gt;Last week we held the 5 th face-to-face meeting of Ecma TC45, and this time it was hosted by Microsoft. It was nice being able to stay out here in Redmond for once &amp;amp;amp;lt;g/&amp;amp;amp;gt;. At the meeting, we all agreed to make working draft 1.4 publicly available&lt;/p&gt;
</description></item><item><title>Brian Jones: Open XML Formats : Working Draft 1.4 of the Ecma Office Open XML formats available</title><link>http://blogs.msdn.com/brian_jones/archive/2006/08/25/724269.aspx#8577871</link><pubDate>Fri, 06 Jun 2008 16:26:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8577871</guid><dc:creator>Weddings</dc:creator><description>&lt;p&gt;Last week we held the 5 th face-to-face meeting of Ecma TC45, and this time it was hosted by Microsoft. It was nice being able to stay out here in Redmond for once &amp;amp;amp;lt;g/&amp;amp;amp;gt;. At the meeting, we all agreed to make working draft 1.4 publicly available&lt;/p&gt;
</description></item><item><title> Brian Jones Office Extensibility Working Draft 1 4 of the Ecma | alternative dating</title><link>http://blogs.msdn.com/brian_jones/archive/2006/08/25/724269.aspx#9767560</link><pubDate>Wed, 17 Jun 2009 10:12:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9767560</guid><dc:creator> Brian Jones Office Extensibility Working Draft 1 4 of the Ecma | alternative dating</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://topalternativedating.info/story.php?id=1357"&gt;http://topalternativedating.info/story.php?id=1357&lt;/a&gt;&lt;/p&gt;
</description></item></channel></rss>