Saturday 12 February 2011

XML



XML


<?xml version="1.0" encoding="ISO-8859-1"?>


<note>
<to>Marina</to>
<from>James</from>
<heading>Reminder</heading>
<body>Don't forget me!</body>
</note>


<note>
  <date>
    <day>28</day>
    <month>10</month>
    <year>2003</year>
  </date>
  <to>Marina</to>
  <from>James</from>
  <heading>Reminder</heading>
  <body>Don't forget to celebrate your birthday!</body>
</note>


<root>
  <child>
    <subchild>.....</subchild>
  </child>
</root>


<p>This is a paragraph in XML with a closing tag</p>
<p>This is another paragraph in XML with a closing tag</p>


<message>these opening and closing tags have been written with the same case</message>


<b><i>This text is bold and italic and these elements have been nested within each other</i></b>


<note date="11/02/2011">
  <to>Marina</to>
  <from>James</from>
</note>


<message>if salary &lt; 50000 then find a better paid job</message>


<person sex="female">
<person sex='female'>


<person>
  <sex>female</sex>
  <firstname>Marina</firstname>
  <lastname>Pluvinage Snyder</lastname>
</person>

4 comments:

Anonymous said...

XML/HTML/XHTML is a structured way of describing the skeleton of a webpage.

Anonymous said...

XML editor app:
Project system with CVS support.
XML Schema editor with color syntax highlighting, line numbers, element range navigation, and context-dependent source assistant wizard.
Preview and printing XML Schema in graphical diagram window. The diagram is synchronized with XML Schema editor.

Anonymous said...

Alchemist XML is an XML Integrated Development Environment. Alchemist has best-of-breed features for working with XML, XSL, XSLT, XPath, SQL/XML, code generation, and database to XML mapping.
Version 3 features Knowledge base integration, Oracle 11g support, and MySQL 5/6 support for the Enhanced Query builder.

Anonymous said...

XML is a universal file format that can retain both data and formatting. The eXtensible Markup Language file format contains data and instructions for how to display the data. An XML file is a text file with formatting instruction tags that define the appearance of data. Any computer can read XML text files with an XML parser to read the data and translate the XML formatting tags that tell the computer how to display that data. The OpenDocument standard retains both data and formatting for office suite applications.