Operators on Boolean Values
Operators on Boolean Values
xs:boolean(’true’) gt xs:boolean(’false’)
from within a Java application, in order to extract the result from the result sequence, one would have to use this code:
boolean n = ((XSBoolean)rs.first()).value(); println(n);
in order to get the result of ‘true’
தமிழ்
புதுப்பிக்கபட்ட நாள் : 16-09-2026 11:30:33(இந்திய நேரம்)