Difference between revisions of "Introduction to Databases with Stanford University : XML Course-Catalog XPath, XQuery, and XSLT Exercises"

From Ittichai Chammavanijakul's Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
 
* Return all Title elements (of both departments and courses).
 
* Return all Title elements (of both departments and courses).
  
 
   doc("courses.xml")//Title
 
   doc("courses.xml")//Title

Revision as of 18:34, 16 November 2011

  • Return all Title elements (of both departments and courses).
 doc("courses.xml")//Title