Search found 2 matches

by ajwei810192
Thu Nov 25, 2010 3:23 pm
Forum: Other Issues
Topic: External Variables for XQuery
Replies: 3
Views: 2264

Re: External Variables for XQuery

Yeah, my subject may have been a huge overview of what I was trying to do here. I have a line of declaration here: declare variable $searchTerms as xs:string external; , and then the flwor procedure defining what I want to search for based on the dynamic $searchTerms. I have sort of solved the probl...
by ajwei810192
Thu Nov 25, 2010 1:57 am
Forum: Other Issues
Topic: External Variables for XQuery
Replies: 3
Views: 2264

External Variables for XQuery

Hi, Not sure if what I am doing here is possible, I am trying to allow users to search through my xml files dynamically using external variables. However, I am wondering if it is possible to set it up dynamically allow user input from the external variable set up screen in oXygen. Could I set extern...