ProfBurnett.com

XML Inroduction - Session V

Session Outline

Chapter 17 - XML Applications in Practice

  • •  Asynchronous JavaScript (AJAX)
  • •  Really Simple Syndication (RSS)
  • •  Simple Object Access Protocol (SOAP)
  • •  Web Services Description Language (WSDL)
  • •  Keyhole Markup Language (KML)
  • •  Geographic Markup Langusge (GML)
  • •  Open Document Format (ODF)
  • •  Office Open XML (OOXML)

Class Presentations

Student Exercises

Student Exercises 1 - Create XSD File Online

  • •  Using the contacts XML file create a XSD file online using XSD/XML Schema Generator at freeformatter.com
  • •  Verify XSD file created with freeformatter.com against the XSD file you created.
  • •  Synchronize the correct file with your live site.

Student Exercises 2 - Create DTD File Online

  • •  Using the contacts XSD file create a DTD file online using the online XML Schema to DTD Converter at bsp.mits.ch
  • •  Verify DTD file created with bsp.mits.ch against the DTD file you created.
  • •  Synchronize the correct file with your live site.

Student Exercises 3 - Create XSLT File with DTD file.

  • •  Create XSLT file using the contacts XML and contacts DTD file. Name XSLT file contacts-1.xslt.
  • •  Synchronize the correct file with your live site.

Student Exercises 4 - Create XSLT File with XSD file.

  • •  Create XSLT file using the contacts XML and contacts XSD file. Name XSLT file contacts-2.xslt.
  • •  Synchronize the correct file with your live site.

Support Files