primary output vs xsl:result-document
Replies (1)
Please register to reply
Added by Anonymous over 15 years ago
Legacy ID: #6852477 Legacy Poster: Vladimir Nesterovsky (vnesterovsky)
Hello! I've found an implementation asymmetry between primary output and output of xsl:result-document. The first one fails when folder does not exist, while the later one creates a folder. Not sure if it's by the spec, but if it's not then why should it be asymmetric? Thanks.
Legacy ID: #6858228 Legacy Poster: Michael Kay (mhkay)
Thanks for this observation. I've made the change so the directories are created in both cases.
Please register to reply