Re: [whatwg] foreign attributes Re: several messages about XML syntax and HTML5

2006-12-06 Thread Elias Torres
Hickson wrote: On Tue, 5 Dec 2006, Elias Torres wrote: div span class=ibm-part-descriptionour part number span class=part-id123/span/span/div Yes? What about it? I guess this is similar to Karl's example. div id=order1 class=ibm-order span class=ibm-part-descriptionour part number

Re: [whatwg] foreign attributes Re: several messages about XML syntax and HTML5

2006-12-05 Thread Elias Torres
I'm back. Sorry for the delay. Ian Hickson wrote: On Tue, 5 Dec 2006, Elias Torres wrote: In one of the products, we need two things: one to specify our own piece of structure data (call it microformat, call it RDFa data). Could you give an example of the kind of data you're talking about

Re: [whatwg] foreign attributes Re: several messages about XML syntax and HTML5

2006-12-05 Thread Elias Torres
There's plenty of documentation/code/test cases for *specific* microformats but no general rules for let's say additional fields in an hCard. Let me know if I'm missing any other documentation or overall principle in microformats. -Elias ryan king wrote: On Dec 4, 2006, at 11:04 PM, Elias

Re: [whatwg] foreign attributes Re: several messages about XML syntax and HTML5

2006-12-05 Thread Elias Torres
ryan king wrote: On Dec 5, 2006, at 2:11 PM, Elias Torres wrote: There's plenty of documentation/code/test cases for *specific* microformats but no general rules for let's say additional fields in an hCard. Let me know if I'm missing any other documentation or overall principle

Re: [whatwg] foreign attributes Re: several messages about XML syntax and HTML5

2006-12-05 Thread Elias Torres
On 12/5/06, Ian Hickson [EMAIL PROTECTED] wrote: On Tue, 5 Dec 2006, Elias Torres wrote: p class=ibm-order span property=ibm-customer span property=ex-nameIan Hickson/span (span property=acme-id95237032895/span) /span has purchased a span property=ibm

Re: [whatwg] foreign attributes Re: several messages about XML syntax and HTML5

2006-12-05 Thread Elias Torres
Ian Hickson wrote: On Tue, 5 Dec 2006, Elias Torres wrote: Also, remember, we are going after a declarative mechanism that binds structure to presentation and we don't know ahead of time all of the properties that are attached to a structure. I don't see why this is a problem

Re: [whatwg] foreign attributes Re: several messages about XML syntax and HTML5

2006-12-05 Thread Elias Torres
I needed a family break. I'm back, sorry for the interruption. -Elias Ian Hickson wrote: On Tue, 5 Dec 2006, Elias Torres wrote: A few comments on your code. You can handle with n-levels deep, but not really nested property. Why not? I don't understand. Could you give concrete examples

Re: [whatwg] foreign attributes Re: several messages about XML syntax and HTML5

2006-12-04 Thread Elias Torres
Ian Hickson wrote: On Tue, 5 Dec 2006, Karl Dubost wrote: Le 5 déc. 2006 à 05:34, Ian Hickson a écrit : The other issue, supporting other vocabularies in HTML5, is an open issue, but it will be addressed in due course. We need more implementation experience first, and there are far more

Re: [whatwg] foreign attributes Re: several messages about XML syntax and HTML5

2006-12-04 Thread Elias Torres
Ian Hickson wrote: On Tue, 5 Dec 2006, Elias Torres wrote: I work at IBM/Lotus and are in the process of shipping a series of internal components used by IBM employees as Lotus products. We have tried using microformats as an extension mechanism for HTML but found several limitations