在哪里可以找到作为javax.xml.TranformerFactory.setAttribute(String,字符串的合法输入的属性列表?输入非法字符串会产生令人讨厌的运行时异常。
发布于 2012-06-29 04:18:56
可以使用的属性特定于特定的XSLT实现。例如,下面列出了可用于Saxon的属性:
http://www.saxonica.com/documentation/configuration/config-features.xml
而针对XSLTC的则在这里:
http://xml.apache.org/xalan-j/xsltc_usage.html#api-attributes
https://stackoverflow.com/questions/11250397
复制相似问题