Problem in binding XQuery variables to program variables
- by metdos
In Qt Website, it is mentioned that we can bind XQuery variables to program variables, but I didn't understand how it decides variable type (QVariant::String,QVariant::Int). As long as I see it doesn't use any XML Schema.
Do you any idea about how it decides variable type?