December 1999
Intermediate to advanced
992 pages
22h 3m
English
In This Chapter
At its simplest level, an XML query can be considered any inquiry about the content of a document. At a slightly deeper level, it can be considered a method that returns information about a document. The obvious analogy is to SQL, the language that is used to query Random Access DataBase Management Systems (RADBMS). A SQL query returns a new recordset, constructed from the database, which contains records of the required information. An XQL query should return a new, well-formed XML document constructed from the old document. This chapter ...
Read now
Unlock full access