On 1/10/07, Luca Soave <[EMAIL PROTECTED]> wrote: > Is it possible to convert plan html to Exhibit JSON protocol ? > > Thanks in advance
Plain HTML is a bit too unstructured to do something automated with, but in case you have your data in an HTML table in the page, there is some growing support for using it as is, without any prior conversion, just by decorating it with some ex: attributes on the table and th tags. I'm working out some kinks with it and making it better right now, actually; the present code is good enough to work with a table of data specially crafted for exhibit, but not quite good enough to cater data that you had lying about, in some (typically formatted for humans) manner. It's (surprise! ;-) not really documented yet (nor a firmly fix target to document, either, I think), but if this is close to your use case, I could get more detailed. -- / Johan Sundström, http://ecmanaut.blogspot.com/ _______________________________________________ General mailing list [email protected] http://simile.mit.edu/mailman/listinfo/general
