Search found 4 matches

by DaronRyan
Wed Nov 16, 2005 3:22 pm
Forum: Other Issues
Topic: define function in XQuery
Replies: 2
Views: 5871

Hello George,

Thanks for the tip. I followed links around and about the place and eventually worked out what I needed to do.

Thanks,
Daron.
by DaronRyan
Wed Nov 16, 2005 12:14 pm
Forum: Other Issues
Topic: define function in XQuery
Replies: 2
Views: 5871

define function in XQuery

I have reading about creating user defined functions in xquery but have been unsuccessful in trying implement this feature in oxygen. Does oxygen support this feature? Can anyone tell me where I can find information about oxygens implementation?

Regards,
Daron.
by DaronRyan
Wed Nov 16, 2005 12:06 pm
Forum: Other Issues
Topic: Using max function with dates in xquery
Replies: 2
Views: 11005

That worked, thankyou

Hello Alex,

I quickly tried you suggestion and it worked.

Thank you,
Daron.
by DaronRyan
Sat Nov 12, 2005 1:48 am
Forum: Other Issues
Topic: Using max function with dates in xquery
Replies: 2
Views: 11005

Using max function with dates in xquery

I am trying to find the maximum date in an xml file using xquery. I believe I shold be able to do so using the following. declare namespace q2 = "http://daron.ryan.org/namespace/q2.html"; <younger_workers> { let $workers:= doc("q2.xml")//q2:workers let $youngest :=xs:date(max($wo...