<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>AcraTraining &#38; Consulting &#187; XML</title>
	<atom:link href="http://www.acratraining.com/category/course/information-technology/xml/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.acratraining.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Wed, 19 Jun 2013 15:37:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>XML Parsing Using Visual Basic and .NET</title>
		<link>http://www.acratraining.com/course/xml-parsing-using-visual-basic-and-net/</link>
		<comments>http://www.acratraining.com/course/xml-parsing-using-visual-basic-and-net/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 21:53:18 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Information Technology]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.acratraining.com/?post_type=course&#038;p=503</guid>
		<description><![CDATA[This two-day course teaches the different types of XML parsing available in .NET. It covers the different parsing methodologies available from Microsoft and gives an overview of XML technologies in the .NET Framework. Both the streaming model of XmlReader and XmlWriter and the Document Object Model (DOM) are covered in detail. Validation using DTD and XmlSchema is discussed. New features in System.Xml in .NET 2.0 are discussed in the context of where the topics are covered. Visual Studio 2005 is used as the development environment.]]></description>
			<content:encoded><![CDATA[<p>This two-day course teaches the different types of XML parsing available in .NET. It covers the different parsing methodologies available from Microsoft and gives an overview of XML technologies in the .NET Framework. Both the streaming model of XmlReader and XmlWriter and the Document Object Model (DOM) are covered in detail. Validation using DTD and XmlSchema is discussed. New features in System.Xml in .NET 2.0 are discussed in the context of where the topics are covered. Visual Studio 2005 is used as the development environment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.acratraining.com/course/xml-parsing-using-visual-basic-and-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XML Parsing Using C# and .NET</title>
		<link>http://www.acratraining.com/course/xml-parsing-using-c-and-net/</link>
		<comments>http://www.acratraining.com/course/xml-parsing-using-c-and-net/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 21:51:22 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Information Technology]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.acratraining.com/?post_type=course&#038;p=501</guid>
		<description><![CDATA[This two-day course teaches the different types of XML parsing available in .NET. It covers the different parsing methodologies available from Microsoft and gives an overview of XML technologies in the .NET Framework. Both the streaming model of XmlReader and XmlWriter and the Document Object Model (DOM) are covered in detail. Validation using DTD and XmlSchema is discussed. New features in System.Xml in .NET 2.0 are discussed in the context of where the topics are covered. Visual Studio 2005 is used as the development environment.]]></description>
			<content:encoded><![CDATA[<p>This two-day course teaches the different types of XML parsing available in .NET. It covers the different parsing methodologies available from Microsoft and gives an overview of XML technologies in the .NET Framework. Both the streaming model of XmlReader and XmlWriter and the Document Object Model (DOM) are covered in detail. Validation using DTD and XmlSchema is discussed. New features in System.Xml in .NET 2.0 are discussed in the context of where the topics are covered. Visual Studio 2005 is used as the development environment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.acratraining.com/course/xml-parsing-using-c-and-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XML for Web Applications Using Visual Basic</title>
		<link>http://www.acratraining.com/course/xml-for-web-applications-using-visual-basic/</link>
		<comments>http://www.acratraining.com/course/xml-for-web-applications-using-visual-basic/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 21:49:05 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Information Technology]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.acratraining.com/?post_type=course&#038;p=499</guid>
		<description><![CDATA[This comprehensive and practical four-day course builds skills in .NET’s XML processing APIs—chiefly parsing using XmlReader and the Document Object Model (DOM), writing XML streams using XmlWriter, transformations using XPath and XSLT, and the new LINQ to XML, all using the .NET Framework XML classes and the Visual Basic language. It also covers XML serialization according to XML Schema and the tight coupling between XML and ADO.NET. The course is intended for students with a working knowledge of XML who want to build XML Web applications or components using .NET and the Visual Basic language. Everything in the course adheres to W3C and .NET standards for highly portable code. Visual Studio 2008 with .NET 3.5 is used as the development environment. The course includes extensive programming examples, a progressively developed case study, and several tools for manipulating XML documents. All source code is in Visual Basic and is provided with the course. A separate Lab Manual provides detailed instructions for laboratory exercises with console and ASP.NET Web Forms client programs. Upon completion of this course the student will be equipped to program XML applications in .NET and understand which XML and .NET technologies to apply for the problem domain.]]></description>
			<content:encoded><![CDATA[<p>This comprehensive and practical four-day course builds skills in .NET’s XML processing APIs—chiefly parsing using XmlReader and the Document Object Model (DOM), writing XML streams using XmlWriter, transformations using XPath and XSLT, and the new LINQ to XML, all using the .NET Framework XML classes and the Visual Basic language. It also covers XML serialization according to XML Schema and the tight coupling between XML and ADO.NET. The course is intended for students with a working knowledge of XML who want to build XML Web applications or components using .NET and the Visual Basic language. Everything in the course adheres to W3C and .NET standards for highly portable code. Visual Studio 2008 with .NET 3.5 is used as the development environment. The course includes extensive programming examples, a progressively developed case study, and several tools for manipulating XML documents. All source code is in Visual Basic and is provided with the course. A separate Lab Manual provides detailed instructions for laboratory exercises with console and ASP.NET Web Forms client programs. Upon completion of this course the student will be equipped to program XML applications in .NET and understand which XML and .NET technologies to apply for the problem domain.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.acratraining.com/course/xml-for-web-applications-using-visual-basic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XML Programming Using Visual Basic and .NET</title>
		<link>http://www.acratraining.com/course/xml-programming-using-visual-basic-and-net/</link>
		<comments>http://www.acratraining.com/course/xml-programming-using-visual-basic-and-net/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 21:43:33 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Information Technology]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.acratraining.com/?post_type=course&#038;p=497</guid>
		<description><![CDATA[This comprehensive and practical four-day course builds skills in .NET’s XML processing APIs—chiefly parsing using XmlReader and the Document Object Model (DOM), writing XML streams using XmlWriter, transformations using XPath and XSLT, and the new LINQ to XML, all using the .NET Framework XML classes and the Visual Basic language. It also covers XML serialization according to XML Schema and the tight coupling between XML and ADO.NET. The course is intended for students with a working knowledge of XML who want to build XML applications or components using .NET and the Visual Basic language. Everything in the course adheres to W3C and .NET standards for highly portable code. Visual Studio 2008 with .NET 3.5 is used as the development environment. The course includes extensive programming examples, a progressively developed case study, and several tools for manipulating XML documents. All source code is in Visual Basic and is provided with the course. A separate Lab Manual provides detailed instructions for laboratory exercises with console and Windows Forms client programs. Upon completion of this course the student will be equipped to program XML applications in .NET and understand which XML and .NET technologies to apply for the problem domain.]]></description>
			<content:encoded><![CDATA[<p>This comprehensive and practical four-day course builds skills in .NET’s XML processing APIs—chiefly parsing using XmlReader and the Document Object Model (DOM), writing XML streams using XmlWriter, transformations using XPath and XSLT, and the new LINQ to XML, all using the .NET Framework XML classes and the Visual Basic language. It also covers XML serialization according to XML Schema and the tight coupling between XML and ADO.NET. The course is intended for students with a working knowledge of XML who want to build XML applications or components using .NET and the Visual Basic language. Everything in the course adheres to W3C and .NET standards for highly portable code. Visual Studio 2008 with .NET 3.5 is used as the development environment. The course includes extensive programming examples, a progressively developed case study, and several tools for manipulating XML documents. All source code is in Visual Basic and is provided with the course. A separate Lab Manual provides detailed instructions for laboratory exercises with console and Windows Forms client programs. Upon completion of this course the student will be equipped to program XML applications in .NET and understand which XML and .NET technologies to apply for the problem domain.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.acratraining.com/course/xml-programming-using-visual-basic-and-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XML for Web Applications Using C#</title>
		<link>http://www.acratraining.com/course/xml-for-web-applications-using-c/</link>
		<comments>http://www.acratraining.com/course/xml-for-web-applications-using-c/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 21:39:41 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Information Technology]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.acratraining.com/?post_type=course&#038;p=495</guid>
		<description><![CDATA[This comprehensive and practical four-day course builds skills in .NET’s XML processing APIs—chiefly parsing using XmlReader and the Document Object Model (DOM), writing XML streams using XmlWriter, transformations using XPath and XSLT, and the new LINQ to XML, all using the .NET Framework XML classes and the C# language. It also covers XML serialization according to XML Schema and the tight coupling between XML and ADO.NET. The course is intended for students with a working knowledge of XML who want to build XML Web applications or components using .NET and the C# language. Everything in the course adheres to W3C and .NET standards for highly portable code. Visual Studio 2008 with .NET 3.5 is used as the development environment. The course includes extensive programming examples, a progressively developed case study, and several tools for manipulating XML documents. All source code is in C# and is provided with the course. A separate Lab Manual provides detailed instructions for laboratory exercises with console and ASP.NET Web Forms client programs. Upon completion of this course the student will be equipped to program XML applications in .NET and understand which XML and .NET technologies to apply for the problem domain.]]></description>
			<content:encoded><![CDATA[<p>This comprehensive and practical four-day course builds skills in .NET’s XML processing APIs—chiefly parsing using XmlReader and the Document Object Model (DOM), writing XML streams using XmlWriter, transformations using XPath and XSLT, and the new LINQ to XML, all using the .NET Framework XML classes and the C# language. It also covers XML serialization according to XML Schema and the tight coupling between XML and ADO.NET. The course is intended for students with a working knowledge of XML who want to build XML Web applications or components using .NET and the C# language. Everything in the course adheres to W3C and .NET standards for highly portable code. Visual Studio 2008 with .NET 3.5 is used as the development environment. The course includes extensive programming examples, a progressively developed case study, and several tools for manipulating XML documents. All source code is in C# and is provided with the course. A separate Lab Manual provides detailed instructions for laboratory exercises with console and ASP.NET Web Forms client programs. Upon completion of this course the student will be equipped to program XML applications in .NET and understand which XML and .NET technologies to apply for the problem domain.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.acratraining.com/course/xml-for-web-applications-using-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XML Programming Using C# and .NET</title>
		<link>http://www.acratraining.com/course/xml-programming-using-c-and-net/</link>
		<comments>http://www.acratraining.com/course/xml-programming-using-c-and-net/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 21:37:00 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Information Technology]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.acratraining.com/?post_type=course&#038;p=493</guid>
		<description><![CDATA[This comprehensive and practical four-day course builds skills in .NET’s XML processing APIs—chiefly parsing using XmlReader and the Document Object Model (DOM), writing XML streams using XmlWriter, transformations using XPath and XSLT, and the new LINQ to XML, all using the .NET Framework XML classes and the C# language. It also covers XML serialization according to XML Schema and the tight coupling between XML and ADO.NET. The course is intended for students with a working knowledge of XML who want to build XML applications or components using .NET and the C# language. Everything in the course adheres to W3C and .NET standards for highly portable code. Visual Studio 2008 with .NET 3.5 is used as the development environment. The course includes extensive programming examples, a progressively developed case study, and several tools for manipulating XML documents. All source code is in C# and is provided with the course. A separate Lab Manual provides detailed instructions for laboratory exercises with console and Windows Forms client programs. Upon completion of this course the student will be equipped to program XML applications in .NET and understand which XML and .NET technologies to apply for the problem domain.]]></description>
			<content:encoded><![CDATA[<p>This comprehensive and practical four-day course builds skills in .NET’s XML processing APIs—chiefly parsing using XmlReader and the Document Object Model (DOM), writing XML streams using XmlWriter, transformations using XPath and XSLT, and the new LINQ to XML, all using the .NET Framework XML classes and the C# language. It also covers XML serialization according to XML Schema and the tight coupling between XML and ADO.NET. The course is intended for students with a working knowledge of XML who want to build XML applications or components using .NET and the C# language. Everything in the course adheres to W3C and .NET standards for highly portable code. Visual Studio 2008 with .NET 3.5 is used as the development environment. The course includes extensive programming examples, a progressively developed case study, and several tools for manipulating XML documents. All source code is in C# and is provided with the course. A separate Lab Manual provides detailed instructions for laboratory exercises with console and Windows Forms client programs. Upon completion of this course the student will be equipped to program XML applications in .NET and understand which XML and .NET technologies to apply for the problem domain.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.acratraining.com/course/xml-programming-using-c-and-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XML Development in Microsoft .NET</title>
		<link>http://www.acratraining.com/course/xml-development-in-microsoft-net/</link>
		<comments>http://www.acratraining.com/course/xml-development-in-microsoft-net/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 21:34:34 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Information Technology]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.acratraining.com/?post_type=course&#038;p=492</guid>
		<description><![CDATA[This fast-paced course teaches the features built into Visual Studio .NET for creating and maintaining XML in applications, as well as integrating XML into distributed applications. The course covers: XML standards implemented in the .NET Framework, including the core XML specification, XSLT, and XML schema; the different ways that .NET parses XML data; writing applications that read XML, create it from scratch, and modify existing XML after parsing it into memory; the various tools in .NET for validating the structure of XML data, including legacy (that are still widely-used techniques) as well as the new standards that are making their way into new tools; features in ADO.NET to work with relational data using either relational or XML techniques, and using the XML features of SQL Server 2000; implementation of XML Web services using .NET Framework tools.]]></description>
			<content:encoded><![CDATA[<p>This fast-paced course teaches the features built into Visual Studio .NET for creating and maintaining XML in applications, as well as integrating XML into distributed applications. The course covers: XML standards implemented in the .NET Framework, including the core XML specification, XSLT, and XML schema; the different ways that .NET parses XML data; writing applications that read XML, create it from scratch, and modify existing XML after parsing it into memory; the various tools in .NET for validating the structure of XML data, including legacy (that are still widely-used techniques) as well as the new standards that are making their way into new tools; features in ADO.NET to work with relational data using either relational or XML techniques, and using the XML features of SQL Server 2000; implementation of XML Web services using .NET Framework tools.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.acratraining.com/course/xml-development-in-microsoft-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XSLT</title>
		<link>http://www.acratraining.com/course/xslt/</link>
		<comments>http://www.acratraining.com/course/xslt/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 21:32:18 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Information Technology]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.acratraining.com/?post_type=course&#038;p=490</guid>
		<description><![CDATA[In this two-day course you will use the features of XSLT and XPath to develop stylesheets that convert XML documents to other XML, HTML, or text.  The course begins with an introduction to commonly used tags such as template, apply-templates, and value-of.  From there, you will learn how to use XPath nodetypes, axes, and predicates.  Flow control and functions are covered next.  Finally, you will learn some advanced XSLT features such as variables and parameters.]]></description>
			<content:encoded><![CDATA[<p>In this two-day course you will use the features of XSLT and XPath to develop stylesheets that convert XML documents to other XML, HTML, or text.  The course begins with an introduction to commonly used tags such as template, apply-templates, and value-of.  From there, you will learn how to use XPath nodetypes, axes, and predicates.  Flow control and functions are covered next.  Finally, you will learn some advanced XSLT features such as variables and parameters.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.acratraining.com/course/xslt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Advanced XML Using VB Script</title>
		<link>http://www.acratraining.com/course/advanced-xml-using-vb-script/</link>
		<comments>http://www.acratraining.com/course/advanced-xml-using-vb-script/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 21:26:54 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Information Technology]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.acratraining.com/?post_type=course&#038;p=488</guid>
		<description><![CDATA[In this course you will learn advanced features of XML. Through lecture and hands-on lab exercises, you will become fluent in several XML standards and applications.]]></description>
			<content:encoded><![CDATA[<p>In this course you will learn advanced features of XML. Through lecture and hands-on lab exercises, you will become fluent in several XML standards and applications.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.acratraining.com/course/advanced-xml-using-vb-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Advanced XML</title>
		<link>http://www.acratraining.com/course/advanced-xml/</link>
		<comments>http://www.acratraining.com/course/advanced-xml/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 21:23:55 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Information Technology]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.acratraining.com/?post_type=course&#038;p=486</guid>
		<description><![CDATA[In this two-day course students will learn advanced features of XML. Through lecture and hands-on lab exercises, they will extend their capabilities in XML Schema, XPath, and XSLT. In addition, new topics such as XQuery and features of XSLT 2.0 will be discussed.]]></description>
			<content:encoded><![CDATA[<p>In this two-day course students will learn advanced features of XML. Through lecture and hands-on lab exercises, they will extend their capabilities in XML Schema, XPath, and XSLT. In addition, new topics such as XQuery and features of XSLT 2.0 will be discussed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.acratraining.com/course/advanced-xml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using apc

Served from: www.acratraining.com @ 2013-06-19 23:20:20 -->