Do the content models in XML and SGML differ here? I've seen the first
example around somewhere. Vcards offer two items: formatted name for
looks and a structured name. Replicating this in XML could look like
this:
<person>
<fname>Santa Clause</fname>
<name>
<first>...</first>
<surname>...</surname>
<middle>...</middle>
...
</name>
</person>
Which would translate more directly into Vcard, but have extra
information for a straight HTML,TEXT conversion. Or,
<person>
<name>
<first>Santa</first><surname>Clause</surname>
</name>
Conversion to HTML or TEXT would either ignore the tags inside <name> or
use them to generate an index. Would it be tricker to get this into
Vcard?
-- Jason R. Cupp (jcupp@essc.psu.edu) Deasy GeoGraphics The Pennsylvania State Universityxml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ To (un)subscribe, mailto:majordomo@ic.ac.uk the following message; (un)subscribe xml-dev To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message; subscribe xml-dev-digest List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)