digital spaghetti schreef: > I'd also love to see on-the-fly microformat generation using jq. > > Could you give an example on how that would work? In my understanding microformats are based on predefined class, title and rel attributes. How would you attach those to 'loose' html code like
<address> name<br> street 1<br> 9000 city </address> You can get the container element and then there can be so many variations it will be difficult to predict which attribute to add. Email and url are easy but others are harder to fetch. but maybe another question makes more sense why do you want to transform html code with javascript which will not always be who the author meant it. I think microformat generation will be basic at best. David _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
