SitePoint Articles
Client-side Coding : XML, XSLT & Web Services
A Really, Really, Really Good Introduction to XML
- XML, XSLT & Web Services
- August 24th, 2005
- Tutorial
If you're not up-to-speed with XML, you're way behind the 8-ball. Now's the time to bite the bullet and get a grip on those of XML's vast capabilities that are relevant to you. Avoid the hype and fluff with this, the introduction you always wanted! Tom explains the nuts and bolts you'll need to power-up your Web projects -- today!
Preparing for Semantic Web Services
- XML, XSLT & Web Services
- May 2nd, 2004
- Tutorial
The W3C has developed a new generation of open standard markup languages. Peter explains how they're poised to unleash the power, flexibility and logic of the next generation of the Web and Web Services.
Practical XML: Form Validation
- XML, XSLT & Web Services
- April 29th, 2004
- Article
How can XML help you? Lachlan answers this question with a handy XML form validation script that's user-friendly, unobtrusive, and easy to change. This helpful addition to your toolbox might just expand your XML horizons...
XML and JavaScript in Mozilla
- XML, XSLT & Web Services
- January 7th, 2004
- Tutorial
Premshree explains how to read and use XML file data using JavaScript in Mozilla. Learn how to display tag values, tag attribute values, and more in this hands-on tutorial.
Consume XML In JSP
- XML, XSLT & Web Services
- July 1st, 2003
- Tutorial
Chanoch takes us on a tour of XML in JSP, as he explains how easy it is to build and execute a script for the presentation of share information on a Website.
Introducing XUL - The 'Net's Biggest Secret: Part 3
- XML, XSLT & Web Services
- June 4th, 2003
- Tutorial
In the final part in his series, Harry answers the question 'Who uses Mozilla, anyway?' He wraps up with a discussion of the real-world implications of using XUL in your development projects, including pros, cons, handy scripts, and resources.
Introducing XUL - The 'Net's Biggest Secret: Part 2
- XML, XSLT & Web Services
- May 28th, 2003
- Tutorial
Harry continues his grand tour of XUL! In the second part of the 3-part series, he shows how easy this new technology makes searching and site navigation, with a few handy examples thrown in!
Introducing XUL - The 'Net's Biggest Secret: Part 1
- XML, XSLT & Web Services
- May 21st, 2003
- Tutorial
In one of the Internet's quieter corners, a revolution has been taking place! Join Harry as he explains XUL - what it is, and how to use it, in this, the first of his three part series.
Using the XML Data Source Object
- XML, XSLT & Web Services
- May 9th, 2003
- Tutorial
Learn how to use the XML DSO, a Microsoft ActiveX control, to extract XML data that’s embedded in a Web page and manipulate that data using JavaScript.
Using XML Data Traversal
- XML, XSLT & Web Services
- April 21st, 2003
- Tutorial
Premshree shows how to use an XML-based, client-side JavaScript that reads data from an external XML file, traverses the XML data, and displays it in a tree format.