|
|
|
I had a look at the formats Structured Blogging defined and made an attempt to translate it to OPML. Here are the results of their review example page.
A piece of OPML:
<outline text="Doin' Something" category="Review-CD" >
<outline text="
<a href="http://www.amazon.com/exec/obidos/tg/detail/-/B000059QYA?v=glance">
<img alt="Product Image: Doin' Something" border="0"
src="http://images.amazon.com/images/P/B000059QYA.01._SCMZZZZZZZ_.jpg"/></a>"
category="Review-image" />
<outline
text="<a href="http://www.amazon.com/exec/obidos/tg/detail/-/B000059QYA?v=glance">Doin’ Something</a>"
category="Review-product" />
<outline text="My rating: 4 out of 5" category="Rating" >
<outline text="" category="Fullstar" />
<outline text="" category="Fullstar" />
<outline text="" category="Fullstar" />
<outline text="" category="Fullstar" />
<outline text="" category="Emptystar" />
<outline text="" category="Endstars" />
<outline>
<outline
text="<p>Soulive is one of the great jam bands. They're almost impossible to
capture well on CD, but this disc comes the closest. I don’t really know
what to call it: acid jazz, or just jazz, or trip-jazz, or something. It’s basically
just a really good flow. </p>
<p>And there’s no singing (except for some guest vocals on a couple of
tracks). Not necessarily good or bad, just different. I probably would have given this disc 5 / 5,
but part of the reason for the post is showing off the “stars”, and I wanted to demonstrate an empty one too.</p>" category="Description" />
<outline>
I took the HTML-page and added all HTML relevant to the page or Wordpress out of it. That left me with the pure MicroContent items. I kept only the tags with a class attribute starting with x-wpsb. The content of each div has been translated to an outline-tag.
Some observations
Next step is having a look at the XSD and the other Microcontent type: events.