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]

Link problem ...


Hi!
 
I have a problem. We are using .XML files for displaying information on the Web. We must now store more information in a field, a name and a link. When people click on the link, a new window must be open by the browser.
 
The problem is, due this information is passed in parameter in a function like this...
 
<div file', 'image name + image link')>
 
Now, there is no problem with the image file, but for the image name & link, here what contains the field...
 
<a href="linkto('http://www.link.com/')">Link Name</a>
 
That give us...
 
<div '<a href="linkto('http://www.link.com/')">Link</a>')>
 
This cause a triple tags " or ' definition and because of that, the end of the line is not interpreted... Is there a way to make this works?
 
 
Thanks!
 
Éric Riblair
(eriblair@mediom.com)

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