<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="./cd.xsl"?>
<course xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:noNamespaceSchemaLocation="./ClassDescription.xsd">
	<title>XML and XML Based Standards</title>
	<navbar>
		<tab href="../index.html">Home</tab>
		<tab href="../training.html">Training</tab>
	</navbar>
	
	<description>
		<p>XML, XMLSchema, XSL/XSLT, XLink, XPath, XQuery </p>
	</description>
	<length>4 days</length>
	<prerequisites>
		<prerequisite>Intermediate programming (C, C++, C#, Java, etc.)</prerequisite>
	</prerequisites>
	<objectives>
		<objective>Understand and Use Basic XML and XMLSchema</objective>
		<objective>Understand and Use Basic XSL/XSLT</objective>
		<objective>Understand and Use XLink and XPath</objective>
		<objective>Gain knowlege and experience with XQuery</objective>
		<objective>Learn to use XFORMS</objective>
	</objectives>
	<syllabus>../XMLSyllabus.pdf</syllabus>
	<price>$300/student</price>
</course>

