xsltinfo.properties
来自「Spring +Web 的完整 MyEclipse 项目源码,使用者可以作为入门」· PROPERTIES 代码 · 共 14 行
PROPERTIES
14 行
#
# XSLT Resource File
#
version=2.4.0
vendor=Apache Software Foundation
vendor-url=http://xml.apache.org/xalan-j
# The XML Parser for SAX2
# Since XMLReaderFactory doesn't have it's own properties file,
# but simply reads the system properties, Xalan tries to load
# this value into the system properties.
org.xml.sax.driver=org.apache.xerces.parsers.SAXParser
# org.xml.sax.driver=org.apache.crimson.parser.XMLReaderImpl
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?