PHP - MySQL - XML tutorial - basics

The educational technology and digital learning wiki
Revision as of 19:04, 7 February 2010 by Daniel K. Schneider (talk | contribs) (Created page with '{{Stub}} == Introduction == XML is often used to transport data between applications. In this tutorial (once it's fully done) we shall see how to: * Store simple XML data (…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Draft

Introduction

XML is often used to transport data between applications. In this tutorial (once it's fully done) we shall see how to:

  • Store simple XML data (e.g. tabular data) in MySQL
  • Query a database with SQL, get the result in XML and render in HTML

Rendering a database query with XSLT