A string is true if and only if its length is non-zero.
File: Data.xml
999
A123
-16
0
false
File: Transform.xslt
version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
text
boolean
text boolean 999 true
A123 true -16 true
0 true false
false true