Tutorial search

Tutorials
Stuff
Affiliates

Cool Stuff




The fastest way to master the basics of Adobe Photoshop

Click here to find out how

Photoshop Templates


Featured Photoshop templates - professional ready to use designs for your next project.

View all templates

Improve performance of XML apps using Xerces-C++ - XML tutorial


Discover how to improve the performance of your XML applications by using the Xerces-C++ parser properly. Xerces-C++ is an open source validating XML parser available from Apache. In this article, you'll learn the best ways to use the parser efficiently, and which features and properties affect its performance.
Category: XML tutorials > Development - Difficulty:


More cool XML tutorials:



Learn 10 good XML usage habits
Learn 10 good XML usage habits
Learning good habits in XML can make all the difference between taking advantage of the functionality offered by XML and struggling against the XML standard to get the basics of validation and parsing right. Discover 10 good habits that improve your effectiveness and efficiency as you work with XML documents and data.
Category: XML tutorials > Development - Difficulty:
Introduction to the Darwin Information Typing Architecture (DITA) Article
Introduction to the Darwin Information Typing Architecture (DITA) Article
The Darwin Information Typing Architecture (DITA) is an XML-based architecture for authoring, producing, and delivering technical information. This article introduces the architecture, which sets forth a set of design principles for creating information-typed modules at a topic level, and for using that content in delivery modes such as online help and product support portals on the Web. This article serves as a roadmap to DITA: what it is and how it applies to technical documentation. The article also links to representative source code.
Category: XML tutorials > Authoring - Difficulty:
Transforming XML with XSLT
Transforming XML with XSLT
In this tutorial, you'll learn: more details about the XSLT style sheet language; process and sort nodes in an XSLT style sheet; use patterns and expressions in XSLT; apply XSLT style sheets to more challenging document transformation tasks
Category: XML tutorials > Style Sheets - Difficulty:
Putting Namespaces to Use
Putting Namespaces to Use
In this tutorial, you'll learn: importance of namespaces, how namespace names are guaranteed to be unique, declaration and reference namespaces, usage of namespaces to merge schemas.
Category: XML tutorials > Development - Difficulty:
SAX: The Simple API for XML
SAX: The Simple API for XML
In this tutorial, you'll learn; what SAX is and how it works; how to get a SAX parser for your favorite programming language; how to write a Java program that uses a SAX parser to process an XML file.
Category: XML tutorials > Parsing - Difficulty: