Re: [basex-talk] External variables in GUI
24 May
2011
24 May
'11
1:10 p.m.
Hi Mike (cc @ basex-talk), you're right, Firefox seems to have problems rendering the page (Opera and Chrome didn't cause any problem in my ad-hoc test).. Christian _____________________
Hi Christian
No problem; for further requests, feel free to try our mailing list search:
Thanks! By the way, is it just me or is there a problem with the results formatting in Firefox 4? (seems fine in IE8)
You can either specify external variable bindings via the "set" command in the Command mode..
set bindings $firstName=x
..or add a default value to your XQuery expression (this feature is avaiable since XQuery 3.0):
declare variable $firstName as xs:string external := 'x'; $firstName
Hope this helps,
Excellent both work perfectly! Many thanks.
5434
Age (days ago)
5434
Last active (days ago)
0 comments
1 participants
participants (1)
-
Christian Grün