
July 3rd, 2003, 09:14 AM
|
|
Junior Member
|
|
Join Date: Jul 2003
Posts: 3
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
XML vs Stylesheet
I am currently creating a website using xml and html, and have run into a problem. What i want to do is make some text appear according to the stylesheet and an xml value. for example, if the xml value is 1, then the style for the appropriate text is 1, and for xml value 2, the style of the text is 2, and so on. e.g. <a href="....." class=#####>text</a> where the ##### is i need the value from the xml file. can you help?
|