Re: <address> tag
- From: John Fleck <jfleck inkstain net>
- To: gnome-doc-list gnome org
- Subject: Re: <address> tag
- Date: Tue, 22 Aug 2000 08:53:25 -0600
On Tue, Aug 22, 2000 at 03:12:26PM +0300, Ali Abdin wrote:
> 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>
>
Should render as:
<P> Free Software Foundation, Inc.<br>
59 Temple Place - Suite 330<br>
Boston, MA 02111-1307<br>
USA<br>
</P>
So <address>=<P>
parse and print stuff inside it
</address>=</P>
It looks like db2html/jade is doing:
<street> = just print stuff inside it
<city> = <br> then print stuff inside it
<postcode> = print stuff inside it, then <br>
<country> = print stuff inside it, then <br>
> and I see the following:
> <address>
> <email>dcm@redhat.com</email>
> </address>
>
For this, just printing the stuff inside it will work (you're already
doing emails right).
Cheers,
--
John Fleck
jfleck@inkstain.net (h)
jfleck@abqjournal.com (w)
http://www.inkstain.net/fleck/
http://www.abqjournal.com/scitech/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]