This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: creating hyperlinks of xmls


I don't quite follow your problem. I just assume that you are having a
looping problem but I am not sure. Can you provide the XSL style sheet?

Meltem

-----Original Message-----
From: Koray Berk [mailto:berkk@ims.com.tr]
Sent: 20 April 2001 4:09 PM
To: XSLList (E-mail)
Subject: [xsl] creating hyperlinks of xmls


I am trying to form an xml for archiving important links.
The xml looks something like this:

<entities>
<entity>
<title>Title of Link</title>
<abstact>A little abstract here</abstract>
<keywords>keywords, hints, tips, tricks</keywords>
<destination>c:\myfile.txt</destination>
</entity>
<entity>
<title>Title of Link2</title>
<abstact>A little abstract2 here</abstract>
<keywords>keywords2, hints2, tips2, tricks2</keywords>
<destination>c:\myfile2.txt</destination>
</entity>
</entities>

For the xsl I can manage all but the line that generates
<a href="myfile.txt">Title Of Link</a>

Of course, taking into my prior question, which xmlns should I use with your
advise.

Sorry to ask simple questions, but thats where I am so far!
Thanx from Istanbul,
Koray



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]