[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
How to incorporate links inside an element?
- From: "Hewko, Doug" <Doug.Hewko@ccra-adrc.gc.ca>
- To: xml-dev@lists.xml.org
- Date: Thu, 05 Jul 2001 07:36:22 -0400
Help!
I would like to use XML to design a web page that gives a description, but
key words inside that description would have a link to somewhere. How can I
do that?
An example would be to generate the following HTML code:
I live in <a href="www.city.ottawa.on.ca/">Ottawa</a>,
<a href="www.gov.on.ca>Ontario</a>, <a
href="canada.gc.ca">Canada</a>.
I want to put the above in one XML element because there will be other
sentences that have link references in different locations, or no links at
all.