XML for Preferences

Dave Winer’s posted his spec for storing user preferences to the XML-Dev list.

Each group of preferences becomes a ‘panel’ and within each panel, each parameter is described. So a preferences for this Web Log might read.


<wizard>

<panel title="Your Topics">

<item type="string" title="Your Favorite Topic"

adr="user.favorite">

    <option value="Web Logs" display="Web Logs"/>

    <option value="Servers" display="Servers" />

    <option value="Politics" display="Politics" />

    <popuptext>The entries on the topic you select

    will be featured when you visit.</popuptext>

    </item>

</panel>

</wizard>

Possibly Related posts (machine generated):

  1. An RSS Scraping Web Service
  2. Luke, I am your Parent Node.
  3. The Elements of Meaningful XHTML
  4. Using Cyberspace to Create Real Communities
  5. Discouraging Image Thieves Again

More like this: , , .