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

CRUD and Query RESTful services from pureXML - XML tutorial


Learn how well-formed XML messages can be stored in a DB2 pureXML database. Also, discover how a generic service layer can be created to enable access to the stored messages in a variety of ways by exposing a simple set of CRUD and Query services.
Category: XML tutorials > Development - Difficulty:


More cool XML tutorials:



Introduction of DTD (Document Type Definition) Syntax
Introduction of DTD (Document Type Definition) Syntax
This tutorial describes:

DOCTYPE Declaration Statement
ELEMENT Declaration Statement
ATTLIST Declaration Statement
ENTITY Declaration Statement
Sample XML File with DTD Statements - dictionary_dtd.xml
Category: XML tutorials > Basics - Difficulty:
XML Schemas
XML Schemas
In this tutorial, you'll learn about XML schemas and how to use them in your XML documents. We'll look at the XML schema data types and their categories and then explore how to create simple and complex data types.
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:
Introducing OpenDocument for Office Apps
Introducing OpenDocument for Office Apps
Discover OpenDocument for Office Applications, an XML standard that lets you store and exchange documents, including word-processor, spreadsheet, and presentation files. Learn about OpenDocument files as multipart packages and as single XML documents, and how to structure text and tabular information in OpenDocument.
Category: XML tutorials > Development - Difficulty:
SOAP Java Implementations
SOAP Java Implementations
This tutorial describes:

Java Implementations of SOAP.
Axis Installation Requirements on Windows.
Installing Axis 1.2.1 on Windows.
Installing JAF 1.0.2.
Category: XML tutorials > Web Services - Difficulty: