Welcome to the XML Tutorial pages on Softwaresourcer.com - here you can find tutorials, help and information on XMLt from all over the internet. If you have any questions about Javascript or would like XML Development done for your company please complete ourfree IT quotes form. If you are a company who takes on XML projects and would like to receive leads from people looking for XML work please complete our IT suppliers partner form.
Client Side Validation using the XMLHTTPRequest Object
Jonathan Zufi shows how to use the XMLHTTP object within Javascript or VBScript to validate form-field information without having to submit a page and wait for the result...
A comparison of Web service security techniques
XML is a wonderful advancement in data formatting, but it provides no inherent security. There are various XML security techniques, and this article provides a summary and comparison of the most...
Google SVG Search, Part I
Though Web services are relatively new, there's still no need to reinvent the wheel when calling them. Our XML expert begins his Google Web service implementation with a look at the SOAP::Lite Perl module...
Web Services at Work: Google Web APIs
A lot of hype is buzzing around Web Services these days. New acronyms are appearing every day and protocols and tools are implemented at break-neck speed; but not many real applications are publicly available up to now...
XML Schema
We examine one of the least understood features of XML, schema, which provide a means for defining the structure, content, and semantics of documents...
Beyond W3C XML Schema: XPath and XSLT for Validation
The XML developer who needs to validate documents as part of application flow may choose to begin by writing W3C XML Schema for those documents. This is natural enough, but W3C XML Schema is only one part of the validation story. In this article, we will...
XML Sockets in Flash
The purpose of this tutorial is to familiarize readers with the XMLSocket object in Flash, it's methods and properties. Teach the reader the more common methods of using the XMLSocket object, and then open the reader up to the possibilities allowed by the...
XSL Device Formatting Using the Microsoft XSL ISAPI Filter
Microsoft released version 2.2 of its XSL ISAPI filter at the beginning of March 2002. This version replaces the previous version, 2.1, which was released in February of 2001. The XSL ISAPI filter is an extension to Microsoft's Internet Information Servic...
XSL Transformation With Xalan
If you've been following along, you already know how to parse XML documents using both SAX and the DOM with the Java-based Xerces XML parser. But why stop there? In this article, take your Java/XML skills to the next level by converting your XML into othe...
Putting Attributes to Work
Once an XML document is read into a source tree, where an XSLT stylesheet can get a hold of it, there's a lot that the stylesheet can do with the source document's attribute values. This month we'll look at how to convert attributes to result tree element...
Introducing XML::SAX::Machines, Part Two
This month, Kip Hampton's introduction to Perl's XML::SAX::Machines tool continues, adding flexibility to Apache-based apps and demonstrating the construction of a SAX controller...
Generating Web Content with Cocoon
Cocoon provides for developers a way to generate content dynamically using XML data. XML expert Michael Classen takes a look at the version 2 release, which, among other things, improves scalability by using SAX instead of the DOM...