March 30, 2009
An xml schema defines the list of elements and attributes that can be used in an XML document. In addition to the list of elements appear in the XML document, and their data types. Microsoft has developed the XML Schema Definition (XSD) language to define the schema of an XML document.XML schemas have now become [...]
Filed under:
XML by admin
March 22, 2009
For creating a well-formed XML document. You must know XML standard and syntax rules specified by W3C.there are • Every start element must have an end tag. Tags cannot be inferred. Every xml documents must have root element that contain all other elements used in the document. Ex: this is the second. • Empty tags [...]
Filed under:
XML by admin
March 16, 2009
This XML enables you to store structured data such that different types of devices can recognize it. You need to organize data before storing it in an xml document. There are various components of an XML document that can be used for representing data in a hierarchical order are: Processing Instruction: normally xml documents begin [...]
Filed under:
XML by admin
March 7, 2009
An Organization need a standard, simple way of storing the data can be exchanged across multiple platforms. Extensible Markup Language that can display data in standard and self-describing format.XML is a text-based markup language that enables you to store data in a structured format by using meaningful tags. This xml is used for cross-platform, hardware [...]
Filed under:
XML by admin