[XQuery Talk Mailing List Archive Home] [By Date] [By Thread] [By Subject] [By Author] [Recent Entries] [Reply To This Message]

Better way to structure XQuery

Stacy.Ladnier at noaa.gov Stacy.Ladnier at noaa.gov
Wed Jul 8 12:08:13 PDT 2009


  Better way to structure XQuery
I have the following XQuery:

xquery version="1.0";

let $mydoc :=doc('http://localhost:8080/exist/rest/db/bio.xml')
let $profileType := 'Standard'
let $profileType := if
($mydoc/metadata/idinfo/spdom/bounding/boundalt/altmin or
$mydoc/metadata/idinfo/spdom/bounding/boundalt/altmax) then 'Biological'
else $profileType

return 
   <result>
      {$profileType>
   </result>

This works fine, however, I would like to take the paths and place them
in a sequence (there are potentially 30+ I need to check for). I am new
to XQuery/XPath and unable to figure out the proper way to do this. 

Can anyone let me know how to use two variables, one being the $mydoc
and one being a string ($path :=
'/metadata/idinfo/spdom/bounding/boundalt/altmin') and have it evaluate
as XPath instead of as a string? 


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
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-2007 All Rights Reserved.