If this one is a question asked over and over, I apologize for that. It frustrates me a lot: how to embed a hyperlink into an xml file?
For example, I have
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html (View Source for full doctype...)>
- <html xmlns=" xml:lang="en" lang="en">
- <body>
- <p>
Moved to
<a href=" shape="rect">example.org</a>
.
</p>
</body>
</html>
How to make the 'href' work so when I click it points to the webpage? I tried xlink, it didn't work.
Thanks a lot.
For example, I have
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html (View Source for full doctype...)>
- <html xmlns=" xml:lang="en" lang="en">
- <body>
- <p>
Moved to
<a href=" shape="rect">example.org</a>
.
</p>
</body>
</html>
How to make the 'href' work so when I click it points to the webpage? I tried xlink, it didn't work.
Thanks a lot.