Notes of programming with xml
ONE SHOT : Programming with XML
ONE SHOT notes for Programming with XML. All units are covered in this note.
Unit 1 Toppers Handwritten Notes : Programming with XML
Toppers Handwritten Notes for Programming with XML unit 1.
Unit 1: Programming with XML
XML overview, Markup languages, Comparison with HTML, Usage, Rules for writing XML, XML syntax, Creating notebook XML, Tree structure of XML, Elements, Attributes and values, Root element, Child element, Nesting of elements, Empty elements, Adding attributes, Elements and Attributes uses, Writing comments, Predefined entities, XML tools, XML validation.
Unit 2 Toppers Handwritten Notes : Programming with XML
Toppers Handwritten Notes for Programming with XML unit 2.
Unit 2: Programming with XML
Document Type Definition, DTD syntax, Creating a DTD for notebook XML, Defining elements with children, Empty element, Number of occurrences, Defining choices, Attribute definitions, Internal and external DTD’s, Validating XML with DTD, Pros and cons of using DTD.
Unit 3 Toppers Handwritten Notes : Programming with XML
Toppers Handwritten Notes for Programming with XML unit 3.
Unit 3: Programming with XML
Introduction to Schema, Namespace, Schema definition, Data types, Simple and complex data types, Attributes definition, Restrictions on values, Creating schema definition for notebook XML, Link and Validate XML with schema.
Unit 4 Toppers Handwritten Notes : Programming with XML
Toppers Handwritten Notes for Programming with XML unit 4.
Unit 4: Programming with XML
Introduction to XSL, Layout of an XSL Document and Templates, Linking XSL to your XML Source, Transforming XML with XSLT, xsl:output, xsl:template, xsl:apply templates, Looping over nodes using xsl:for-each, Apply conditions using xsl:if, Processing and output using xsl:value-of, Sorting nodes, Create a XSLT for notebook and XML file and generate output in different conditions.
Unit 5 Toppers Handwritten Notes : Programming with XML
Toppers Handwritten Notes for Programming with XML unit 5.
Unit 5: Programming with XML
Introduction to XPath, Using XPath to navigate an XML document, Predicates. Sample Project Store the information of students in XML file, validate it using XML schema and display the information of students in HTML using XSLT with proper formatting and conditions like having enrollment number, name start with, having CGPA between, in sorted order, etc.