Articles island - a directory of quality articles, free quality articles reprint for your web site and email newsletter.
Free Articles Reprint for Your Web Site, Email Newsletter, Blog, Ezine and RSS Feed.
Submit Your Articles to Our Article Directory for Massive Exposure.
Total Live Articles: 92613  Total Categories: 389



 
  Advanced Search
Articles island Expert Author - David A. Zimmerman
Have you ever dreamed of starting a new business during your retirement years? David Zimmerman is in process of fulfilling that dream. On Wednesday, February 27, 2008, he created World Wide Market, LLC and went on to create the internet domain name Wholesale Are Us. The actual website address is http://www.wholesaleareus.com...
Home » Internet-and-businesses-online » Internet-technologies » XQuery is the Search Language of Tomorrow

Articles island Expert Author - Jim Pretin
Author Name:
Jim Pretin

Country:
United States

Member Since:
24 Oct 2006

Total Live Articles:
271



Email to Friends
Rate this Article
Bookmark this Article
Print this Article
Report this Article
Leave a Comment





XQuery is the Search Language of Tomorrow

By: Jim Pretin
Total views: 18
Word Count: 607
Date:Jul 30th 2007
Article Rating: No Ratings Yet

The advent of wireless internet access has made web design a very complicated matter. Previously, all web browsers were created equal. HTML was the only language used to create web sites, and it was only possible to go online with a desktop PC.

Since the turn of the century, cyberspace has changed. It is now possible to surf the world wide web using a wide variety of wireless gadgets, such as cell phones, palm tops, laptops, computer screens in automobiles, etc. As a result, new programming languages and specifications that are more versatile than HTML have evolved to create websites that can be displayed on the new web browsers utilized by these various devices.

Languages such as XML, XHTML, XSL, and a host of other programming innovations were developed because web sites coded in basic HTML were not being displayed properly on the browsers installed on all these neat gadgets. XML is a language that enables data to be displayed across all platforms because XML is a simple text file that merely defines data, it does not tell the web browser how to display the data. XSL and XHTML were created so that XML could be transformed into a web page.

Now that you have a basic understanding of how and why programming has changed, you are ready for a brief introduction to the main topic of this article, XQuery. XQuery was invented so that there was a way to query data stored in an XML document, much the same way SQL is used to query a database.

XQuery uses simple functions to query a document. An XQuery function looks a little like a javascript function in that it uses parentheses containing an element that is to be the object of the function. With XQuery, the element in parentheses is typically the name of the document or file to be queried.

To find what it is looking for within that file, XQuery narrows its search by using path expressions that look a lot like the path for an ordinary file stored on your computer, with the various subsets of data within the XML file separated by backslashes. The predicate is the final component of an XQuery function. The predicate tells the function exactly what information, data, or range of data within a particular subset is to be extracted and returned to the user.

For example, an XML file for a dating website would contain a list of men and women who have posted their profiles on the website. Some of the people in the XML file might be classified as single, while others might classified as divorced. The XML file would also contain the age of each man and woman.

If a woman were to visit that dating website and perform a search for profiles of only single men who are over the age of 30, that search request would be converted into an XQuery function that would contain a path that would tell the function to search through the list of men who are classified as single, and the predicate would instruct the function to return only the profiles of the single men who are older than 30.

Learning how to use XML, XHTML, and XQuery is of critical importance to every web designer or programmer. There are now so many ways to connect to the internet using computers that run on different platforms that are no longer compatible with many elements of the HTML programming language. Web designers need to be conscious of this and start designing web sites that utilize XML and XQuery.

About The Author-- Jim Pretin is the owner of http://www.forms4free.com, a service that helps programmers make an HTML form

Article Source: Articles island - Free article submission and free reprint articles


Most Viewed Internet Technologies Articles




Most Viewed Internet Technologies Articles:

Apple Expands in UK, Germany, Targeted by Legislation in France
Apple Computer is planning to open as many as 20 new retail stores in the U.K., and more new stores in Germany...

Mozila Download - Easy To Use And Secure
How Firefox Is The Best Choice To Browse The Web. Many Options And Security Features....

Just The Fax Ma'am: Internet Vs. Standard
When you compare Internet fax and a standard fax machine, it is clear that Internet fax is far better than its...

Online Banking, Rocks
If you're an individual business and want to compare services these are easily found on the internet as most m...

Comparing the Best Social Network Software
There are numerous considerations that you need to take into account when you are trying to decide the best so...

XQuery is the Search Language of Tomorrow
Find out why XQuery will become more important as new computer platforms evolve...

Do You Think There's A Problem
Just something That I have picked up along the way about google....

What Would The Internet Be Without Search Engines?
Search engines have been around for almost as long as computers have been able to store large amounts of data....

Purposes of Online Social Networking Software
The days of all software being required to be on your computer are long over. The possibilities are growing t...

Web 2.0: The Second Generation of the Internet
Our world is continually changing, and this includes our online world. With advances in technology, we now hav...


Recent Internet Technologies Articles




Recent Internet Technologies Articles:

Purposes of Online Social Networking Software
The days of all software being required to be on your computer are long over. The possibilities are growing t...

Comparing the Best Social Network Software
There are numerous considerations that you need to take into account when you are trying to decide the best so...

Should You Build Your Own Social Networks Software?
You have decided to create your own social networking website; you have purchased the domain name, decided upo...

The Basics of Photo Gallery Software
Taking photos can be a lot of fun. It doesn't matter if you're taking images of pets, family, sports or scener...

Just The Fax Ma'am: Internet Vs. Standard
When you compare Internet fax and a standard fax machine, it is clear that Internet fax is far better than its...

Wifi Fears Are "Unfounded"
Scientists have said that fears raised by the BBC programme Panorama about the safety of wifi are unfounded. P...

Web 2.0: The Second Generation of the Internet
Our world is continually changing, and this includes our online world. With advances in technology, we now hav...

Mozila Download - Easy To Use And Secure
How Firefox Is The Best Choice To Browse The Web. Many Options And Security Features....

What Would The Internet Be Without Search Engines?
Search engines have been around for almost as long as computers have been able to store large amounts of data....

XQuery is the Search Language of Tomorrow
Find out why XQuery will become more important as new computer platforms evolve...

Most Viewed Articles by Jim Pretin




Most Viewed Articles by Jim Pretin:

The Side Effects Of Lexapro
Lexapro has become a popular antidepressant, but the side effects it produces has medical professionals questi...

This Spamming is Cramming My Inbox!
All about spam, how they get your email address, and how to combat it...

Is your Stockbroker a Crook?
Learn to evaluate whether your stockbroker is acting in your best interests or their own...

Email Forms - a Tough Task for Wannabe Programmers
the challenge inexperienced programmers face when creating an email form for their website...

How To Use VBScript
VBScript is perhaps the most important programming language for making web pages dynamic and interactive...

VBScript Brings The Web To Life
VBSCript makes web pages more dynamic and useful for the end user...

Internet Scams and the Charlatans Behind Them
A humorous commentary about internet making money scams...

Penny Stocks Can Make You Money
In case you did not know, penny stocks can actually be a lucrative investment if you know what you are doing...

Your First HTML Email Form
Creating your first HTML email form is not so simple, here is what you need to know...

Tax Consequences of Municipal Bonds
Learn about the tax consequences of buying municipal bonds, which, contrary to popular belief, are not always ...

You have permission to publish or reprint this article in your ezine, website, blog, forum, RSS feed or print publication, free of charge. As long as you keep this article with no changes(included Article Title, Article Body, Author Name, Article Source and keep all links in this article active)and you agree to our publisher terms of service. Below are ready HTML code for this article, you can copy and paste directly into your web page.

XQuery is the Search Language of Tomorrow -- HTML Version:


XQuery is the Search Language of Tomorrow -- Summary:

XQuery is the Search Language of Tomorrow -- Keywords:
1   2   3 Good!   4   5   6 Very Good!!   7   8   9   10 Excellent!!!  
Comments:
No Comment Posted.

Leave Comment: Please Login to leave a comment. Not a member yet? Sign Up now.