Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Best ways of handling XML

Status
Not open for further replies.

toolkit

Programmer
Aug 5, 2001
771
GB
Folks, I am seeking your opinion here. What is your preferred method of handling an XML file for display in a web browser.
[ul]
[li]CGI using perl XML::libXML or XML::parser
[li]Javascript using Microsoft.XMLDOM (but what about Netscape?)
[li]Servlets. Not really an option for me unfortunately.
[li]XSLT. If so, how do you call this.
[li]CSS only. Can't see how to add event handlers etc.. using only CSS.
[li]Others?
[/ul]
Thanks for any suggestions or advice. Cheers, Neil
 
without a doubt xslt. flexible and easy. allows for manipulation of the data. i call it from the xml document itself Kenneth Birney
User Interface Programmer
Scottish Police
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top