On 03/01/2008, Martin McEvoy <[EMAIL PROTECTED]> wrote: > On Thu, 2008-01-03 at 21:44 +0000, Martin McEvoy wrote: > > You could wrap it in item: > > > > <span class="item"> > > <span class="fn" id="john-smith-name">John Smith</span> > > </span> > > > > would the class-include work then? > > Operator and Tails don't have any issues with wrapping fn in an Item and > using the class include > > http://weborganics.co.uk/files/test.html > > > x2v on the other hand chokes... er may need some "tweeking" to get it to > work.
--- this is an issue with the description of the include pattern. X2V will only look at encodings that are children of an ID, not at the same level. The following should work because it will find the node with the ID and then find FN as a child: <span class="item" id="john-smith-name"> <span class="fn">John Smith</span> </span> If we want to continue this conversation, it should be done on the dev-list -brian -- brian suda http://suda.co.uk _______________________________________________ microformats-discuss mailing list [email protected] http://microformats.org/mailman/listinfo/microformats-discuss
