smckillop
03-10-2005, 03:45 PM
I have an XML file that is produced from a software application. My goal is to generate a website based on the information in this file.
I have been able to generate a simple XSL file to produce an HTML output of some of the data. I am planning on creating a lot of different pages using the data from the XML file. The only problem that I'm left with is the prospects of website design changes. Is there any way to encorporate a CSS into the XSL so that if I make a color change, etc to the website, I don't have to go and manually change every XSL? I could potentially have up to 100 XSL pages of different views of the data.
Is there a better way of displaying the XML data on the web? Possibly XHTML? I have been reading information all over the place but I'm a bit lost on what the best way of encorporating XML data into my web design.
The data will be housed on IIS so ASP is an option.
Hopefully I haven't confused everyone.
I have been able to generate a simple XSL file to produce an HTML output of some of the data. I am planning on creating a lot of different pages using the data from the XML file. The only problem that I'm left with is the prospects of website design changes. Is there any way to encorporate a CSS into the XSL so that if I make a color change, etc to the website, I don't have to go and manually change every XSL? I could potentially have up to 100 XSL pages of different views of the data.
Is there a better way of displaying the XML data on the web? Possibly XHTML? I have been reading information all over the place but I'm a bit lost on what the best way of encorporating XML data into my web design.
The data will be housed on IIS so ASP is an option.
Hopefully I haven't confused everyone.