Basic concept:
- Basic XML structure example
- Example of Processing Instructions in XML
- Example of a valid XML namespace
- Example of well-formed XML elements
- Example of non-well-formed XML elements
- Example of well-formed XML attributes
- Example of non well-formed XML attributes
- Example of well-formed XML comments
- Example of non well-formed XML comments
- Example of well-formed XML entities
- Example of well-formed XML references
Document type definition:
- Example of using external DTD in XML document
- Example of using inline DTD in XML document
- Example of a valid XML document
- Example of an invalid XML document
- Example with internal DTD in XML
- Example with external private DTD in XML
- Example with external public DTD in XML
- Example of using parameter ENTITY
- Example with external file using parameter ENTITY
- Basic examples with attributes declaration in XML
- Complex example of working with attributes in XML
- Example with built-in entities
- Example with character entities
- Example with general entities
- Example with parameter entities
- Example of external parameter entity
XML entities:
- Example with predefined entities in XML
- Example with entity references in XML
- Example of general internal entity
- Example of parameter internal entity
- Example of general external entity
- Example of parameter external entity
- Example of XML notations
- Example of XML data
- Example of XML parameter unparsed entities
- Complex example of XML parameter unparsed entities
XML characters:
- Valid example of XML character sets usage
- Non-valid example of XML character sets usage
- Example of entities used in XML document
- Basic example of SVG based font definition in XML
XML namespaces:
- Example of namespace in XML
- Example of qualified names in XML
- Example of namespace for attributes
- Example of multiple namespaces
XML XPath:
- Basic example with XPath in XML
- Example using axes names
- Example of XML node types
- Example of XPath syntax
- Example how to elements and attributes with XPath
- Example of accessing attributes with XPath
XML XSLT:
- Example of XSLT document conversion
- Example of how to convert an XML document into an HTML webpage
- Example of deep copy with XSLT
- Example of shallow copy with XSLT
- Example of how to use <xsl:element>
- Example of how to use <xsl:attribute>
XML Styling with CSS:
- Example of XML working with CSS
- Example of adding style sheets to XML
- Examples of proper syntax of stylesheets in XML
- Example with XSLT and CSS styling using inline styles
- Example with XSLT and CSS styling using external styles
XML XLink:
- Example of XLink extended links
- Simple example with XLink attributes
- Example with multiple XLink attributes
- Example of XPointer framework
- Examples of element() scheme
- Example of xmlns() scheme
- Example of xpointer() scheme
XML document object model (DOM):
- Example of tree structure of the XML DOM
- Example attributes in Node interface
- Example with general node interface methods in XML
- Example of length method
- Example of getElementsByTagNameNS() method
- Example of how to add a new element node to an XML file
- Example of how to add attribute's name and value to XML
- Example how to add a CDATASection to the XML DOM
- Example how to delete a text element and add a new one to a XML
- Example with createElement() method
- Example with createElementNS() method
- Example of XML DOM properties
- Example of childNodes property
Comments
No comments have been made yet.
Please login to leave a comment. Login now