Academic Tutorials



English | French | Portugese | German | Italian
Google

Home Source Codes E-Books Downloads Contact Us About Us

XML Tutorial
XML Introduction
XML How to use
XML Syntax
XML Elements
XML Attributes
XML Validation
XML Validator
XML Browsers
XML Viewing
XML CSS
XML XSL
XML Data Island
XML Parser
XML in Real Life
XML Namespaces
XML CDATA
XML Encoding
XML Server
XML Application
XML HTTP Request
XML Save Data
XML Behaviors
XML Technologies
XML Editors
XML Summary
XML as Data Source

HTML Tutorials
HTML Tutorial
XHTML Tutorial
CSS Tutorial
TCP/IP Tutorial
XML Tutorials
XML Tutorial
XSL Tutorial
XSLT Tutorial
DTD Tutorial
Schema Tutorial
XForms Tutorial
XSL-FO Tutorial
XML DOM Tutorial
XLink Tutorial
XQuery Tutorial
XPath Tutorial
XPointer Tutorial
RDF Tutorial
SOAP Tutorial
WSDL Tutorial
RSS Tutorial
WAP Tutorial
Web Services Tutorial
Browser Scripting
JavaScript Tutorial
VBScript Tutorial
AJAX Tutorial
DHTML Tutorial
HTML DOM Tutorial
WMLScript Tutorial
E4X Tutorial
Server Scripting
ASP Tutorial
PHP Tutorial
PERL Tutorial
SQL Tutorial
ADO Tutorial
.NET (dotnet)
Microsoft.Net
XML Web Services
ASP.Net
.Net Mobile
C# : C Sharp
ADO.NET
VB.NET
Multimedia
SVG Tutorial
Flash Tutorial
Media Tutorial
SMIL Tutorial
Web Building
Web Browsers
Web Hosting
W3C Tutorial
Web Building
Web Quality
Web Semantic
Web Careers
Java Tutorials
Java Tutorial
JSP Tutorial
Servlets Tutorial
Struts Tutorial
EJB Tutorial
JMS Tutorial
JMX Tutorial
Programming Langauges
C Tutorial
C++ Tutorial
Visual Basic Tutorial
Data Structures Using C
Soft Skills
Communication Skills
Time Management
Project Management
Team Work
Leadership Skills
Corporate Communication
Negotiation Skills


XML How to Use?
Previous Next

Uses of XML

  • XML was designed to store, carry, and exchange data. XML was not designed to presentation of data.



Advantages
  • XML defines your own elements so it support a much wider variety of information display. XML may be used to describe scientific or artistic data that cannot be readily displayed by HTML.


  • Documents are well organized into structures to allow for easier reference using and generating items like a table of contents.



  • It allows elements to be used to sort through database information readily.




XML Uses
some common uses for XML on the Web :
  • Development
  • Documentation
  • Database



Web Development

Web Devlopment is the most widespread use of XML, as XHTML. Because XHTML is simply It allows elements to be used to sort through database information readily of HTML 4.0. Many HTML 4.0 , sites are actually using an invalid form of XHTML.

The benefit of XML is not already exists as XHTML, but that you can create Web documents from XML using XSLT to transform your documents into HTML. You can then send your XML to an XSLT processor on the Web server and serve that result to the Web browser. This makes whatever format you need it to be in your documentation available.




Documentation

To write their internal documentation many companies are moving to XML . DocBook is the most common XML platform . The advantage of XML for documentation is that it can be used to define the common traits in advertisements,books, magazines, stories, and so forth. And DocBook already such particular type of information defined.

XML is easy to understand for humans it is the best thing about XML for documentation , both of the XML code surrounding it and actual documentation.From a publishing house to Marketing materials XML can be used for any type of documentation.

Here is an example of XML documentation:


<howto>
  <title>How to Write a Mail Link</title>
  <author>Jennifer Kyrnin, Web Design Guide</author>
  <description>
    <paragraph>
    Use a HTML tag to allow your readers to send email directly from your Web site.
    </paragraph>
  </description>
  <directions>
    <step>Write a link as usual <a href="">email me</a></step>
    <step>Where you would normally put a URL, put the code "mailto" <a href="mailto:">email me</a></step>
    <step>Then put your email address after the colon <a href="mailto:html.guide@about.com">email me</a></step>
  </directions>
</howto>


As you can see, both the XML and the data are human readable/understandable. The content is also in an order that would be expected by a human reading.




Database

XML is all about data so databases are a natural use for XML. Unlike XML for documentation, XML for databases does not need to be inherently human readable. The data is simply written in such a way to allow machines to make it accessible to a database.

Here's XML that may be loaded into a database:


<item number="00001">
  <name>
    <first>Jane</first>
    <middle>Q</middle>
    <last>Public</last>
  </name>
  <phone type="voice">
    <areacode>407</areacode>
    <number>555-1212</number>
  </phone>
  <phone type="fax">
    <areacode>407</areacode>
    <number>555-1213</number>
  </phone>
  <email>jpublic@hotmail.com</email>
</item>




Implementations
XML is the mother of WML & WAP.

By utilizing their own DTD (Document Type Definition) there are many implementations of XML. Many have different purposes such as math formulas, writing technical documentation, sheet music, and so forth. The biggest drawback to these various implementations of XML is that in order to use it you will need to read the DTD or read documentation about the XML implementation . If this is required, it would be like learning HTML for each XML implementation. Therefore without having to learn each implementation there should be supporting programs that allow users to use XML implementations. There are some programs that allow users to create XML files for some XML implementations, but not sure which ones provide for this. our prediction is that XML implementations not supported by user friendly programs, will likely fail to become popular



Share And Enjoy:These icons link to social bookmarking sites where readers can share and discover new web pages.
  • blinkbits
  • BlinkList
  • blogmarks
  • co.mments
  • connotea
  • del.icio.us
  • De.lirio.us
  • digg
  • Fark
  • feedmelinks
  • Furl
  • LinkaGoGo
  • Ma.gnolia
  • NewsVine
  • Netvouz
  • RawSugar
  • Reddit
  • scuttle
  • Shadows
  • Simpy
  • Smarking
  • Spurl
  • TailRank
  • Wists
  • YahooMyWeb

Previous Next

Keywords: xml documents, xml file, xml format, xml schema, How to use XML, how to use xsl, how to use rss feeds, how to use rss feed, xml rss feeds, how to use web service, xml rss feed, how to use web services, xml rss reader, web services xml, use in a sentence, xml web service, use command prompt, how to use xslt, how to use xsd, use instead of.


HTML Quizes
HTML Quiz
XHTML Quiz
CSS Quiz
TCP/IP Quiz
XML Quizes
XML Quiz
XSL Quiz
XSLT Quiz
DTD Quiz
Schema Quiz
XForms Quiz
XSL-FO Quiz
XML DOM Quiz
XLink Quiz
XQuery Quiz
XPath Quiz
XPointer Quiz
RDF Quiz
SOAP Quiz
WSDL Quiz
RSS Quiz
WAP Quiz
Web Services Quiz
Browser Scripting Quizes
JavaScript Quiz
VBScript Quiz
AJAX Quiz
DHTML Quiz
HTML DOM Quiz
WMLScript Quiz
E4X Quiz
Server Scripting Quizes
ASP Quiz
PHP Quiz
PERL Quiz
SQL Quiz
ADO Quiz
.NET (dotnet) Quizes
Microsoft.Net Quiz
XML Web Services Quiz
ASP.Net Quiz
.Net Mobile Quiz
C# : C Sharp Quiz
ADO.NET Quiz
VB.NET Quiz
Multimedia Quizes
SVG Quiz
Flash Quiz
Media Quiz
SMIL Quiz
Web Building  Quizes
Web Browsers Quiz
Web Hosting Quiz
W3C Quiz
Web Building Quiz
Web Quality Quiz
Web Semantic Quiz
Web Careers Quiz
Java Quizes
Java Quiz
JSP Quiz
Servlets Quiz
Struts Quiz
EJB Quiz
JMS Quiz
JMX Quiz
Programming Langauges Quizes
C Quiz
C++ Quiz
Visual Basic Quiz
Data Structures Using C Quiz
Soft Skills Quizes
Communication Skills Quiz
Time Management Quiz
Project Management Quiz
Team Work Quiz
Leadership Skills Quiz
Corporate Communication Quiz
Negotiation Skills Quiz

Privacy Policy
Copyright © 2003-2008 Vyom Technosoft Pvt. Ltd., All Rights Reserved.