Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to make a link works in xml?

Status
Not open for further replies.

jwta

Technical User
Oct 14, 2005
2
0
0
US
Hi
I'm trying to make a link in my xml document to work and the code looks like this:

<brian>
<whoami>
<p align="left">
my Name is
<alink href=" title="Brian's webpage" ACTUATE="USER" INLINE="TRUE" SHOW="REPLACE" XML-LINK="SIMPLE">Brian!</alink>
</p>
<hr align="center" />
Look at me now!
</whoami>
<whereami>
<images src=" ACTUATE="AUTO" SHOW="EMBED" XML-LINK="SIMPLE" Align="left" />
Righ Now I'm located in the State NJ
</whereami>
<whatido align="left">I'm a computer user</whatido>
<closing>I'd like to learn more about xml, but I'm a beginner and need your help</closing>
</brian>

when I upload this page to my site and preview it... i can't click on the links... can someone help pls? :)
 
XML is for storing structured data, it is not for displaying it.

Browsers display HTML. The best way to transform from XML to HTML is with XSL.


When you open an XML file in IE, it is actually transformed using an XSL stylesheet.

Jon

"I don't regret this, but I both rue and lament it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top