While you can use booleans all day long inside a template in XSLT 1.0, you can *NOT* pass them as values across template application or call boundaries. They invisibly become strings, leading to interesting things such as:
flag?
not(flag)?
flag is true...
flag is false...
When check_something returns true, as above, then you get the
(
Read more... )
Comments 1
(The comment has been removed)
Reply
Leave a comment