Hello!

I'm currently working with a database that has a table of composers. The
data's quite granular and gives:

- personal title (can be sir or just mr, ms, etc)
- first name
- middle_name_1
- middle_name_2
- middle_name_3
- last_name_prefix (von, de los, van der)
- last_name

So my questions are:

1. can I just use <span class="additional-name">middle_name_1 middle_name_2
middle_name_3</span>?

The closest thing I've seen is the andrew andrew example here:
http://adactio.com/journal/1302/

Or should I use:
<span class="additional-name">middle_name_1</span>
<span class="additional-name">middle_name_2</span>
<span class="additional-name">middle_name_3</span>

As suggested here:
http://microformats.org/wiki/hcard-brainstorming#Implied_FN_from_N
<snip>additional-name's (as found in document order)</snip>

2. is it ok to use plain old mr and ms in honorific-prefix. It's not very
honorific but:
http://microformats.org/wiki/hcard-examples-rfc2426#N_Example_1
Suggests that's fine

3. Should I just collapse last_name_prefix and last_name into:
<span class="family-name">last_name_prefix last_name</span>
There doesn't seem to be a way of marking up last_name_prefix separately

Thanks for your help

Michael


http://www.bbc.co.uk/
This e-mail (and any attachments) is confidential and may contain personal 
views which are not the views of the BBC unless specifically stated.
If you have received it in error, please delete it from your system.
Do not use, copy or disclose the information in any way nor act in reliance on 
it and notify the sender immediately.
Please note that the BBC monitors e-mails sent or received.
Further communication will signify your consent to this.
                                        
_______________________________________________
microformats-discuss mailing list
microformats-discuss@microformats.org
http://microformats.org/mailman/listinfo/microformats-discuss

Reply via email to