How to retreive URLs from XML data island for display in HTML table

J

jlynker

Can href= value be filled in by a datafld variable?

After reviewing the link object, data islands and anchors array,
there's something missing here. I would like to keep an XML file of
URLs and have them display as links in a table on an HTML page.

Ah...but they have to look and behave like links!

I'd be ok with faking them to look like links and responding to a
mouseclick if I could figure out how to pass the table row into the
script.

Thanks in advance,
John Lynker
 
M

Martin Honnen

Can href= value be filled in by a datafld variable?

After reviewing the link object, data islands and anchors array,
there's something missing here. I would like to keep an XML file of
URLs and have them display as links in a table on an HTML page.

I don't think you can bind to attributes.
Of course what you can do is use XML as the data store for your links
and use other means than data binding to create a HTML table, for
instance DOM scripting. That would work in a lot of more browsers that
XML data islands with data binding work with as that is IE/Win specific.
Or if you are looking at an IE solution which transforms your XML data
into properly structured HTML with real links you could use XSLT to
perform that transformation.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top