Xalan redirect:write , use either of two element values to create name of new .xml file depending on
- by Bilzac
So I have the following code:
<redirect:write select="concat('..\\folder\\,string(filename),'.xml')">
Where "filename" is a tag in the xml source. My problem occurs when filename is null or blank. And this is the case for several of the xml filename tags. So what I am trying to implement is a checking method. This is what I have done:
…