Hi,
I'm completely new to xml, but when I found something about it, it looked like it would be a great thing to use.
However, I've stumbled on some problems - so I hope someone can help me out. It's probably very simple, but I haven't found enough info to sort it out on my own...
I have an html-file which contains a table. I've been able to change this, so I can now make a table which collects it's data from an xml-file. I also use a css-file for the layout, but I guess that's now important...
This is where I bite the dust:
In some fields in this table, I want clickable text links or image links to other pages or to other websites - but whatever I try with xlink (which I found out should be the thing to use...), the table only shows the thead - and nothing of the actual data from the xml-file, which otherwise shows up in the tbody area.
Is it enough with the html-document and the xml-file (and the css-file) - or would I need more to get the links working...?
Any ideas about what the most common rookie-faults are? I've searched for examples which I could learn from, but I've only found descriptions which claim it should work - and no examples to prove it. Could someone who knows more about this than I, put together a very simple example of what's needed to make this work...?
I'm completely new to xml, but when I found something about it, it looked like it would be a great thing to use.
However, I've stumbled on some problems - so I hope someone can help me out. It's probably very simple, but I haven't found enough info to sort it out on my own...
I have an html-file which contains a table. I've been able to change this, so I can now make a table which collects it's data from an xml-file. I also use a css-file for the layout, but I guess that's now important...
This is where I bite the dust:
In some fields in this table, I want clickable text links or image links to other pages or to other websites - but whatever I try with xlink (which I found out should be the thing to use...), the table only shows the thead - and nothing of the actual data from the xml-file, which otherwise shows up in the tbody area.
Is it enough with the html-document and the xml-file (and the css-file) - or would I need more to get the links working...?
Any ideas about what the most common rookie-faults are? I've searched for examples which I could learn from, but I've only found descriptions which claim it should work - and no examples to prove it. Could someone who knows more about this than I, put together a very simple example of what's needed to make this work...?