Your First XQueries

Try a few simple examples to get acquainted with XQuery. Start Stylus Studio, and open a new XQuery document ( File > New > XQuery File). Save the file now (if you do not, Stylus Studio will prompt you to save it when you preview your first XQuery).

Type the following in the XQuery Editor:


              "Hello, world!"
               

            

Now, click the Preview Result button ( ), and Stylus Studio displays the result of this XQuery in the Preview window:

"Hello, world!"
               

            

Enter a simple equation ( 2+2) and click the Preview Result button ( ). Predictably, the result is:

4
               

            

Finally, try the XQuery function current-time() and click the Preview Result button ( ):

11:27:38Z
               

            

Your results, will vary based on several conditions. For example, the XQuery processor you use to execute the XQuery will affect the precision of the time value (fractions of seconds), and the time zone (here, shown as Z) is determined by how your system is configured.

None of these is a very useful query on its own, but within a query language you need to be able to perform little calculations and XQuery has this covered. Further, XQuery is designed so that expressions can be fully nested - that is, any expression can be used within any other expression, provided that it delivers a value of the right type - and this means that expressions that are primarily intended for selecting data within a where clause can also be used as free-standing queries in their own right.

XSL-List

The XSL-List forum is a valuable learning resource for the Extensible Stylesheet Language (XSL), covering the XSL specification, XSL processor implementations, and XSL user questions. Get this free XSL resource delivered to your inbox today.

Create XML Schema from XML Content

Create XML Schema from XML Content by auto-generating an XML Schema with Stylus Studio.

XML Helps Uncork Innovative Winery Web Sites

Learn how Freerun Technologies, Inc., a leading Internet services provider used Stylus Studio and XML technologies to develop a framework for Web-based eCommerce applications for the wine industry, reducing development cycles.

Stylus Most Wanted

 
Free Stylus Studio XML Training:
W3C Member