When I try to download the OPML source of any comment (for demonstration purposes,
this one) with the XML button at the bottom of the page, I don't get the complete source--it's cut off after the opening
body tag. In other words, this is an example of what I get:
<?xml encoding="ISO-8859-1" version="1.0"?>
<!-- OPML generated by OPML Editor v0.75 on 9/23/2012; 12:09:52 PM -->
<opml version="2.0">
<head>
<title>Dody Gunawinata</title>
<ownerName>Dave Winer</ownerName>
<windowTop>200</windowTop>
<windowLeft>200</windowLeft>
<windowBottom>600</windowBottom>
<windowRight>800</windowRight>
</head>
<body>
<?xml encoding="ISO-8859-1" version="1.0"?>
<!-- OPML generated by OPML Editor v10.1a8 on Sun, 23 Sep 2012 15:57:25 GMT -->
<opml version="2.0">
<head>
<title>Comment from Dody Gunawinata</title>
<dateCreated>Sun, 23 Sep 2012 15:57:25 GMT</dateCreated>
<dateModified>Sun, 23 Sep 2012 15:57:25 GMT</dateModified>
<ownerName></ownerName>
<ownerEmail></ownerEmail>
<expansionState></expansionState>
<vertScrollState>1</vertScrollState>
<windowTop>169</windowTop>
<windowLeft>332</windowLeft>
<windowBottom>314</windowBottom>
<windowRight>657</windowRight>
</head>
<body>
<outline text="We have seen already what happened when a complex system gets too big to understand four years ago with the catastrophic meltdown of the global financial system. There are people literally thrown out to the street in Greece and Spain because of this financial calamity. At some point these 'clouds' will become too big to fail and governments will have to bail them out because everything digital that we have would be stored there."></outline>
<outline text=""></outline>
</body>
</opml>
It looks like the code generating the OPML source with the ?format=opml param is misbehaving.
Zach