Learn PHP
HTML course CSS course AJAX course PHP/MySQL course JOOMLA course XHTML course XML course

call us

Kolkata  
033 4004-6575

Asansol
0341-2254067

Chandannagar
033 2683-2960

Mumbai
9819139735
XML course
XML is the predominant mark-up language for data- and document-centric applications.

XML is Used across all industry sectors from Financial to Utilities, for a variety of applications requiring data interchange including online datastreams and online mortgage applications.


Prerequisites
Cost and Time

For Saltlake, Asansol, Chandannagar Course fee Rs.3500/- and time 2 weeks For Mumbai Course fee Rs.5500/- and time 2 weeks Time breakup : 3 days per week (2 hrs in a day)
Course Content
The Comprehensive Introduction to XML Training Course provides an intensive hands-on introduction to developing real world XML based systems in a distributed environment.

We will introduce you to the latest theoretical and practical issues surrounding the implementation of XML-based systems (content vs. layout) .

Available as a public or closed course at our London training centre, or can be tailored to your team's requirements and delivered onsite as a bespoke, customised training course.

This course has been developed for real-world, commercial scenarios by our expert instructors. See below for detailed syllabus.


What You Will Learn Attending the XML training course will enable delegates to:

Design and create an XML file. Create a DTD and use it to validate XML files. Separate content from style and apply CSS stylesheets. Use XSL to transform XML documents and create different types of output. Access XML documents through the DOM and Javascript. Find XML tools, resources and examples on the Web. Hands On Exercises: Using an XML editor to create files. Creating and displaying graphical information. Turning your old HTML into fresh XHTML. Adding colour to XML with CSS stylesheet files. Searching an inventory using XPath queries. Managing a list of contact informatIon. Producing PDF files from XML.
XML Training Course

Introduction to XML
What is XML?
XML document tags Rules for naming XML terms The XML document-elements,the hierarchical element structure The XML document attributes-elements vs.attributes, entities, text A well formed XML document Namespaces

Using XML
XML in the Enterprise XML over the web XML architecture and design Some XML applications (XHTML, SVG)

Validating XML documents - I
DTD - Document Type Definition
Using a DTD, a sample DTD Definition of elements, attributes, entities

Validating XML documents - II
XML Schemas
Schema Grammar and vocabulary Elements, schema, datatype, attribute type, group, description Referring to a schema in an XML file Converting DTD to schemas Using namespace and open model

DOM Document Object Model
The XML DOM A document tree Accessing the DOM The DOM Interfaces Accessing nodes Data types returned by DOM Methods Adding nodes

Parsing XML
SAX Simple APIs for XML SAX - how it works How to parse an XML document HandlerBase class Element, text callbacks DOM versus SAX Parsing XML SAX parser considerations