<address> tag



How exactly does the <address> tag work? For example I see the following:
<address>
    Free Software Foundation, Inc.
    <street>59 Temple Place</street> - Suite 330
    <city>Boston</city>, <state>MA</state> <postcode>02111-1307</postcode>
    <country>USA</country>
</address>

and I see the following:
<address>
  <email>dcm@redhat.com</email>
</address>

They are a bit different because the <address> tag above has 'text' that is
not sub-classed in any tags (i.e. 'Free Software Foundation, Inc.' and ' -
Suite 330' - Should I just print those out?

For the other stuff street/city/state/postcode/country they are not added in
gnome-db2html2 so I will have to add those in I guess (uggh - time to
reverse-engineer jade)

Regards,
Ali






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]