Skip to main content

XML-The language of Creativity

The language that gives rise to creativity and freedom for a developer. It lets the developer design their own set of language tags that we generally oserve in a markup language. And at the end we get a markup language dtd based on XML.

The XML has built new range of platforms like Android interface development and Windows 8 interface development under XAML.

Imagine you are working with a website which deals with electronics products.What if you had your own language to which you can define your own rules.No more syntax bindings that were defined by others, no more limits of certain type of data not getting accepted into the forms. You get the leash to command the power of your own dtd.

Wouldn't that be great?

Let us have a look how that can be possible.

XML makes it possible. The famous Extensible Markup Language by which the most used applications in Android and Windows 8 apps are designed makes one reach dreams that were more tedious to reach and sometimes forgotten due to slower rate of milestone coverage.

What can be done?
Now let me see I can write my own set of tags such as <p></p>,<div></div> to make up a topic such as cuisines,cars,bikes,cartoons,trees,plants,animals,electronics anything you could imagine.

Why do I need custom DTD?
Custom DTD make it easier to navigate across one's program. For instance,consider a situation you read a program written by someone else defining variables like a,b,c,d for numbers, and aa,bb,cc,dd for strings.
When you as a developer try to extend it further it wastes time. But what if you can sensibly name those tags as <number></number> and <string></string> and then split into further classification such as <natural></natural>,<fibonacci></fibonacci> and strings into <alphabetical></alphabetical>,<alphanumerical></alphanumerical>.
How cool would that be?

It also provides a way to present the data using the XSLT type of Stylesheets.They are similar to the CSS stylesheets but mostly used in the XML programs.

Comments

Popular posts from this blog

Social Gaming

Gaming is just fun. Fun can a moment of joyous experience that makes us feel light hearted, wow a whole computer sector industry based on the various user experiences. This industry drives it's source on the basis of the gamers imaginative drive.The more imaginative the gamer can get the more fun and experience they feel. But has anyone wondered what are the most addictive games across the web commonly written in. They are generally written in our day to day web programming languages such as HTML,CSS, JavaScript,Ajax and SQL like databases are used to store the user records Nowadays the gaming has evolved to reach a larger perspective of users utilizing the social networks such as Facebook,Twitter,Orkut,Google+ etc Why does one need social networks for gaming, why do they matter? The social networks in-fact have created new business segments and provided a new experience to have fun as the end product and brought us to the social gaming segment. Social Gaming Social...

OpenGL Games

OpenGL is technology that enables the user to create graphics by literally joining dot by dot (technically pixel by pixel). The Open GL graphics libraries enable the user to use the language of their own preference such as C,C++,Java,Python and so on to create the graphics and animate their still pictures. So which are the games that are built using the OpenGL libraries. There are many old as well as new games that have been built upon the OpenGL graphics libraries.They are as well as heavy duty FPS games as well as the day to day addictive mobile games. Some of them are as enlisted below. Fans of these games may be many but do you know that these were built using the OpenGL libraries. 1) AngryBirds                                                           Angry Birds   Who does not know the AngryBirds game? Angry Birds ...

SMITE Open Beta Review

The developers of Global Agenda and Tribes: Ascend have yet another major offering to keep you glued to your screens, now providing an opportunity to play 'Mythological Godlike avatars' in their latest offering called Smite. Placing yourself in the shoes of the 'Almighty' or a bunch of them 'All Mighty' if I might say, itself should give you an idea of what herculean tasks you would be asked to handle. The feeling of 'omnipotence' brings an exceptional nature to this game. Limitless flow of power is just a part of the experience, but having an ultimate command over it and other such myriad abilities can seal the deal for you. Spell slingers, knights in shining armor, snoopy hunters, shady assassins, brute warriors are the new God lineages here. Outgrowing heightened expectations is the least things you should expect as this mythological battlefield resides over the whole wide internet. Teleporting, Flying, Sprinting, and digging, you will have ...