简体   繁体   中英

javax.xml attributes of TransformerFactory.setAttribute

Where can I find a list of attributes that are legal inputs for javax.xml.TranformerFactory.setAttribute(String,String)? Inputting an illegal string yields a nasty runtime exception.

The attributes you can use are specific to a particular XSLT implementation. The attributes you can use for Saxon, for example, are listed here:

http://www.saxonica.com/documentation/configuration/config-features.xml

while those for XSLTC are here:

http://xml.apache.org/xalan-j/xsltc_usage.html#api-attributes

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM