• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Using Xpath on relational data.

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I have a small problem trying to access relational data to get xml output. The database I want to run searches on using will be a relational set up, but my bosses are requiring that all data access (from my point in the project) is done using xquery. I have a copy of oracles xquery.jar, and have had some success with it when I use it directly on xml data. But I am now trying to find a solution to present the xquery.jar with xml created from relational data.
Does any one know of any products out there that could do this sort of thing? Or is it going tot be a case of writing some sql/xsql/sqlx queries to extract it?
Cheers
Bill
 
reply
    Bookmark Topic Watch Topic
  • New Topic