[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: What niche is XQuery targeting?


Re:  What niche is XQuery targeting?
Michael Champion wrote:

> XSLT will presumably continue to do well for
> situations in which you are working within a single hierarchy, but
> XQuery may open up new possibilities that were difficult to treat with
> XML when there is not a single hierarchy.
> 

<xsl:variable
   name="other-tree"
   select="document('other-tree.xml')/*"/>

<xsl:apply-templates select="$other-tree"/>

makes it pretty simple to work on other hierarchies. Right? Maybe not, 
because switching context nodes confuses some users, but once it is 
understood it is not that bad.

Now you might be saying that is limited to what is in the file, but it 
is not so. You can use a custom URIResolver (java) to catch the href and 
  return whatever you need. (among other things I return lucene search 
results this way).

best,
-Rob


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.