XML Certification Program
From Wikipedia, the free encyclopedia
XML Certification Program (XML Master) is IT professional certifications for XML and related technologies. There are two levels of XML Certifications, XML Master Basic and XML Master Professional, and more than 15000 examiners have passed those examinations.
Contents |
[edit] Certification paths
[edit] XML Master Professional
- XML Master Professional is a certification for professionals who have demonstrated the ability to use technology
in developing applications that deal with XML data.
[edit] XML Master Professional Certification Requirements
- Pass the XML Master Basic exam and the XML Master Professional exam.
[edit] XML Master Professional Exam
- Duration in minutes => 90 minutes
- Number of Questions => 40 questions
- Required Passing Score => 80%
[edit] XML Master Basic
- XML Master Basic is a certification for professionals who have demonstrated the ability to use XML and related technologies.
[edit] XML Master Basic Certification Requirements
- Pass the XML Master Basic exam.
[edit] XML Master Basic Exam
- Duration in minutes => 60 minutes
- Number of Questions => 50 questions
- Minimum Passing Score => 70%
[edit] External links
[edit] XML Certification Program (XML Master) official website
- Introduction to XML Certification Program: XML Master
- XML Master Basic Practice Exam
- XML Master Success Stories
[edit] XML Master Basic Exam preparation links
Section 1 - XML Overview
- a. Overview of XML
- b. Overview of related XML technologies
- Names for and overview of XML-related technologies defined by the W3C or other standards organizations(XPath, XLink, XQuery, XPointer, DOM, SAX, SOAP, XHTML etc.)
- Names for and overview of applicable XML specifications defined according to industry or purpose by the W3C or other standards organizations
- Purpose of schema definition language defining XML structure
- Differences in defined content and functions of XML Schema and DTD
Section 2 - Creating XML Documents
- a. Syntax
- Naming rules, usable characters defined within an XML document
- Methods for coding XML documents utilizing tags
- Rules for coding declarations, elements, comments, character references, and processing commands comprising an XML document
- Methods for coding character data and markups (tags, references, comments, etc.) comprising an XML document
- The role of an XML processor (XML parser)
- b. Elements, attributes, entities
- c. Valid XML documents, well-formed XML documents
- d. Special characters/ character codes, encoding/ normalizing XML documents
Section 3 - DTD
- a. Basics
- b. Content model/element type declarations/attribute-list declarations/actual processing/entity declarations
Section 4 - XML Schema
- a. Basics
- b. Data types/ coding methods/ actual processing
Section 5 - XSLT, XPath
- b. Elements/ templates/ character encoding/ actual transformation processing
- c. Coding XPath expressions within a stylesheet
Section 6 - Namespace