Skip to main content

xquery

EMC Community Network - ECN: xQuery and namespaces puzzle

Kurt Cagle's picture
Posted in

The XML Technologies Developer Community on the EMC Community Network is the destination for developers to learn about XML technologies for building content-oriented applications. The goals for this community are to increase awareness ...

EMC Community Network - ECN: DOM outside of xDB Session

Kurt Cagle's picture
Posted in

I have some code that issues an xQuery statement against xDB and then takes the result and manipulates the DOM a bit further before returning the result. In reading the xDB docs it is clear that if I want to manipulate the DOM that is ...

EMC Community Network - ECN: DOM outside of xDB Session

Posted in

I have some code that issues an xQuery statement against xDB and then takes the result and manipulates the DOM a bit further before returning the result. In reading the xDB docs it is clear that if I want to manipulate the DOM that is ...

EMC Community Network - ECN: xQuery and namespaces puzzle

Posted in

The XML Technologies Developer Community on the EMC Community Network is the destination for developers to learn about XML technologies for building content-oriented applications. The goals for this community are to increase awareness ...

GROUP BY IN XQUERY - Technical News

Kurt Cagle's picture
Posted in

SELECT GROUP BY Name ORDER BY Name Here I would get the Various Names of customer with their SUm of product Quantity. Now, To convert the same in XQUERY I used the following Code: VB.NET: Dim dsCAQuanity As New DataSet() ...

GROUP BY IN XQUERY - Technical News

Posted in

SELECT GROUP BY Name ORDER BY Name Here I would get the Various Names of customer with their SUm of product Quantity. Now, To convert the same in XQUERY I used the following Code: VB.NET: Dim dsCAQuanity As New DataSet() ...

Re: OO-XQ-OO: to do or not to do

Posted in

As an experienced XQuery developer now working on a large Java/Oracle RDBMS application which, ironically perhaps, produces mostly XML as an output, I am regularly asked how we could "do this better" using "some" XQuery. ...

Re: OO-XQ-OO: to do or not to do

Kurt Cagle's picture
Posted in

As an experienced XQuery developer now working on a large Java/Oracle RDBMS application which, ironically perhaps, produces mostly XML as an output, I am regularly asked how we could "do this better" using "some" XQuery. ...

Re: OO-XQ-OO: to do or not to do

Posted in

Hans-Juergen Thanks for your comforting words :) In my specific case, if ignorance was involved, it was on how to build an application architecture (apologies for the bloated term) where it made sense to use XQuery processing for those ...

Re: OO-XQ-OO: to do or not to do

Kurt Cagle's picture
Posted in

Hans-Juergen Thanks for your comforting words :) In my specific case, if ignorance was involved, it was on how to build an application architecture (apologies for the bloated term) where it made sense to use XQuery processing for those ...

Syndicate content