Slashdot Mirror


Independent Data and Formatting with Microformats

IdaAshley writes to tell us IBM DeveloperWorks is running an article about how to best utilize microformats to embed data within standard XHTML code. From the article: "Microformats are a pragmatic approach to solving the issue of structured data on the Web. Is it as architecturally pure as XML-encoded data separated from its formatting through a mechanism such as XSLT style sheets? No. But I think this approach is a realistic middle step that will help build a more intelligent Web that is easier to use and provides better search and data integration."

1 of 99 comments (clear)

  1. Re:I don't get it... by Karma+Farmer · · Score: 5, Informative
    The class attribute was never intended to be limited to CSS. From the HTML 4.01 specification:
    The class attribute... assigns one or more class names to an element; the element may be said to belong to these classes. A class name may be shared by several element instances. The class attribute has several roles in HTML:
    • As a style sheet selector (when an author wishes to assign style information to a set of elements).
    • For general purpose processing by user agents.