How can I check if a value is null or empty with XSL?
For example, if categoryName is empty? I\'m using a when choosing construct.
categoryName
For
What about?
test="not(normalize-space(categoryName)='')"