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!

linking....?

Status
Not open for further replies.

kavithashan

Programmer
Jul 24, 2001
7
0
0
IN
hi everybody,
I have used xlink in my xml.To get this link what i have to do in my xsl.(I have xlink enabled browser mozilla).Can anyone tell me the solutions for this?

<?xml version=&quot;1.0&quot;?>
<catalog xmlns:html=&quot; >
<book>
<cover xml:link=&quot;simple&quot; show=&quot;replace&quot; href=&quot;book2.jpg&quot;>
<html:img src=&quot;book1.jpg&quot; /></cover>
<author>Simon St.Laurent</author>
<title xml:link=&quot;simple&quot; show=&quot;replace&quot; href=&quot;index.html&quot;>XML Elements of Style</title>
<pubyear>2000</pubyear>
<publisher>McGraw-Hill</publisher>
<isbn>0-07-212220-X</isbn>
<price>$29.99</price>
</book>
</catalog>

thanks in advance,
kavitha
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top