XML Introduction ver

  XML Introduction
  Category : Xml Tutorials-tips Content management  
  Platform : Linux,  Windows,  Unix,  Mac OSX,  Sun Solaris  
  Price :  
  Developer:  
  Version :  
  HomePage Address :  
  Demo URL :  
  Date added :  
  Download Link : Click to Download  
Script Description:
 

  

In 1970 IBM Introduced SGML (Standard Generalized Markup language ). SGML was developed out of the General Markup language (GML), which was developed by IBM in the late 1960s.
SGML is a semantic and structural language for text documents but is very complicated. HTML is a subset of SGML.

In 1996 XML Working Group was formed under W3C .The World Wide Web Consortium (W3C) is an international consortium where Member organizations, a full-time staff, and the public work together to develop Web standards . W3C was created by Tim Berners-Lee in 1994 who also invented the World Wide Web in 1989. In 1998 W3C introduced XML 1.0.

 

more Tag: language,

Also see ...


Using XSLT for content management 1)    Using XSLT for content management
 This is the first installment of "Working XML", a column with companion project code that demonstrates the evolution of full-fledged XML applications. This column introduces XM (XSLT Make), a simple and affordable Web publishing content-management solution that takes advantage of XML and XSLT. Code samples show the development of a wrapper for the XSLT to make it easy for a nonprogrammer to use. XM project code is available by link....

XML Introduction 2)    XML Introduction
 In 1970 IBM Introduced SGML (Standard Generalized Markup Language). SGML was developed out of the General Markup Language (GML), which was developed by IBM in the late 1960s. SGML is a semantic and structural language for text documents but is very complicated. HTML is a subset of SGML. In 1996 XML Working Group was formed under W3C .The World Wide Web Consortium (W3C) is an international consortium where Member organizations, a full-time staff, and the public work together to develop Web s...

XML - Elements, Attributes, Entities 3)    XML - Elements, Attributes, Entities
 In this tutorial you will learn about Elements, Anatomy of tags, Tag naming rules, Invalid tags, Valid tags, Root and child elements, Attributes, When Do I use Attributes? Entities, Character data sections, Comments and Processing instructions....

XSL Formatting Objects 1)    XSL Formatting Objects
 XSL Formatting Objects (XSL-FO) are the second half of the Extensible Stylesheet Language (XSL). XSL-FO is an XML application that describes how pages will look when presented to a reader. A style sheet uses the XSL transformation language to transform an XML document in a semantic vocabulary into a new XML document that uses the XSL-FO presentational vocabulary. While one can hope that Web browsers will one day know how to directly display data marked up with XSL formatting objects, for now...

XML Matters: The RXP parser 2)    XML Matters: The RXP parser
 RXP is a validating parser written in C that creates a non-DOM tree representation of XML documents. While RXP itself is not well documented -- and not for the faint of heart -- at least two excellent higher level APIs have been built on top of RXP: pyRXP, a Python binding; and LT XML, a collection of utilities and libraries. In this article, David introduces you to RXP, compares it with the expat parser, and briefly discusses pyRXP and LT XML as ways of taking advantage of the speed RXP has...

Displaying an Image from an XML Element 3)    Displaying an Image from an XML Element
 This sample was generated in response to a question that was asked of me from my website. I thought that I would share it with the rest of the world. The question was: "I have been trying (without any luck) to create an XSL file that will create an HTML page that shows the picture (the location is in the tag). Do you have any ideas?"...

XML Tutorial at Zvon 4)    XML Tutorial at Zvon
 In this tutorial, selected XML features are demonstrated on many examples which can be downloaded for off-line use....

XSLT/XPATH tutorial 5)    XSLT/XPATH tutorial
 In this 28 page tutorial, you will go from not knowing much about XML/XSL/XPATH to finishing with a working knowledge of XSLT and XPATH....

RSS FAQs - Atom Feed File Structure and Elements 6)    RSS FAQs - Atom Feed File Structure and Elements
 A collection of 15 FAQs on Atom feed file structure and elements. Clear answers are provided with tutorial samples on Atom feed documents and Atom entry documents; sub-elements of the feed and entry elements; generating contents for id, updated, and link sub-elements....

Advantages of Using VoiceXML In Comparison To Similar Tools 7)    Advantages of Using VoiceXML In Comparison To Similar Tools
 Companies that are interested in investing in voice technology may want to look at VoiceXML rather than older systems such as IVR. There are a number of reasons for this.VoiceXML is very flexible, and applications that are designed with it will reflect this high level of flexibility. Even if your company must purchase equipment for deployment purposes, the flexibility of your VoiceXML tools will be maintained....

XHTML Tutorials - Introduction To Tag and Attribute Syntax 8)    XHTML Tutorials - Introduction To Tag and Attribute Syntax
 A collection of 16 tutorial tips on XHTML 1.0 element tag and attribute syntax. Clear answers are provided with tutorial exercises on XHTML elements, opening and closing tags, element attributes, quoting attribute values, required attribute and values, case sensitivity, entering comments, protecting ampersand sign....

XHTML 1.0 Tutorials - Document Structure and Head Level Tags 9)    XHTML 1.0 Tutorials - Document Structure and Head Level Tags
 A collection of 22 FAQs/tutorials tips on XHTML document structure and head level elements. Clear answers are provided with tutorial exercises on XHTML DTD specifications and the root element; the head and body elements; head level elements like title, meta, base, script, link, and style; description and keywords meta elements....