Tutorial search

Tutorials
Stuff
Affiliates

Photoshop Templates


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

View all templates

Use XPath to select portions of an XML document - XML tutorial


As useful as XML is, it is limited without the abilities to find specific portions of a document quickly and to filter and selectively locate data within a document. XPath provides the ability to easily reference specific text, elements, and attributes within a document. Learn the fundamentals of XPath, including all of its various selectors and semantics, in an example-driven and hands-on manner.
Category: XML tutorials > Development - Difficulty:

More cool XML tutorials:



Testing Tool for Common Information Model Providers
Testing Tool for Common Information Model Providers
Discover a tool that can manage functionality testing, authorization testing, globalization testing, performance testing, and stress testing. Its real value comes from its ability to fully test implementation of CIM providers in order to expose and eliminate bugs or other problems early.
Category: XML tutorials > Development - Difficulty:
The XML Document Object Model
The XML Document Object Model
The XML Document Object Model (DOM) is a platform-neutral and language-neutral interface that allows developers to create applications and scripts to access and update the content, style, and structure of XML documents.
Category: XML tutorials > Basics - Difficulty:
Access Your iTunes Music Library via XML
Access Your iTunes Music Library via XML
One problem being addressed with XML is not very hard at all, and is actually quite fun. I'm referring to Apple's iTunes digital music service, which you probably didn't realize had anything to do with XML.
In this tutorial, you'll learn how to: How XML fits into Apple's iTunes digital music service
Category: XML tutorials > Web Services - Difficulty:
Herong's Tutorial Notes on XML Technologies
Herong's Tutorial Notes on XML Technologies
This free book is an excellent tutorial book for beginners. It is a collection of notes and sample codes written by the author while he was learning XML and related technologies. Topics include DOM, DTD, J2SDK, Java, SAX, Syntax, Templates, XML, XPath, XSD, XSL, XSLT, XSL-FO.
Category: XML tutorials > Basics - Difficulty:
Using XML with Databases
Using XML with Databases
Although XML is certainly a great storage format for shuttling data around the Web, most web applications store their data in relational databases. Knowing this, it stands to reason that many web applications will end up accessing data from a database yet interacting with it and sharing it with other applications as XML data. This has a lot do with the fact that XML can be used not only as a document format, but also as a way to represent data in a highly structured manner. In this tutorial, you learn how relational databases work and how you can integrate your XML applications with relational databases. More specifically, you find out how to export database data as XML code, as well as how to make SQL queries on a database and format the results in XML.
Category: XML tutorials > Database - Difficulty: