尝试指定结果文档如下:
<xsl:result-document href="{$folderName}Dev.json" method="text">
在 NodeJS 中,出现错误:
Writing to ./Dev.json Transformation failure: Error FORG0001 at dl2tm.xsl#27 writeFile('./Dev.json'): expected URL
指定输出文件以避免此错误的正确方法是什么?
尝试指定结果文档如下:
<xsl:result-document href="{$folderName}Dev.json" method="text">
在 NodeJS 中,出现错误:
Writing to ./Dev.json Transformation failure: Error FORG0001 at dl2tm.xsl#27 writeFile('./Dev.json'): expected URL
指定输出文件以避免此错误的正确方法是什么?