[uf-dev] Proper use of value
Brian Suda
brian.suda at gmail.com
Thu Apr 24 04:17:40 PDT 2008
2008/4/22, Michael Kaply <mkaply at us.ibm.com>:
> OK, how about this.
> So all of these:
>
> <fn>
> <value>John</value>
> <value> </value>
> <value>Doe</value>
> </fn>
> <fn>
> <value>John</value>
> <value> </value>
> <value>Doe</value>
> </fn>
> <fn>
> <value> John</value>
> <value> </value>
> <value>Doe </value>
> </fn>
> <fn>
> <value>John </value>
> <value> </value>
> <value> Doe</value>
> </fn>
> <fn>
> <value>John </value>
> <value> Doe</value>
> </fn>
> <fn>
> <value> John </value>
> <value> Doe </value>
> </fn>
>
> become
>
> |John Doe|
>
> but this:
>
> <fn>
> <value>John</value>
> <value>Doe</value>
> </fn>
>
> becomes
>
>
> |JohnDoe|
>
> Does that sound right?
--- i agree, this is what i personally would expect. It would need to
be codified somehow, but (i think) this is what X2V already does. We
could make a simple test page and add it to the test suite if you
think it would help?
-brian
--
brian suda
http://suda.co.uk
More information about the microformats-dev
mailing list