I've got a XSLT template that checks for 2 available properties on a collection of nodes. I would like to test whether or not the first property field is empty or null, and if it is use the second property, but the test for empty or null is causing an macro load error on the page. Here is my code:
Doctype Property Empty or Null Test in XSLT
I've got a XSLT template that checks for 2 available properties on a collection of nodes. I would like to test whether or not the first property field is empty or null, and if it is use the second property, but the test for empty or null is causing an macro load error on the page. Here is my code:
is working on a reply...