Latest Tutorials

Example of childNodes property in XML

element.xml <?xml version='1.0'?> <root>       <!--Comment 1-->...

Example of XML and SVG blur effect on a square

demographics.xml <?xml version="1.0" encoding="utf-8"?> <?xml-stylesheet href="demoGraphics.xsl" type=&quo...

Example of XML schema elements

<xs:element  name=”UNO” type=”xs:string” fixed=”United Nations Organisation” /> <xs:element  name=”emp_ID”...

Example of XML schema attributes

<xs:attribute  name=”lang” type=”xs:string” default=”EN” use=”required”/>

Example of simple type of XML schema

<xs:element name="itemName">    <xs:simpleType> <xs:restriction base="xs:string">  ...

Example of complex type of XML schema

<xs:element name="item">   <xs:complexType>     <xs:sequence minOccurs=”1” maxOccurs=”unbou...

XML references - XML structure

XML structure is made of number of components, which are listed below.

XML references - XML entities

XML documents can have 4 types of entities.

XML references - XML characters

XML characters are defined by Unicode standards.

XML references - XML namespaces

XML namespaces define unique names of URI's, elements, attributes...