output_text.properties

来自「Spring +Web 的完整 MyEclipse 项目源码,使用者可以作为入门」· PROPERTIES 代码 · 共 18 行

PROPERTIES
18
字号
#
# Specify defaults when method="text".
#

# XSLT properties do not need namespace qualification.
method=text
media-type=text/plain

# Xalan-specific output properties.  These can be overridden in the stylesheet 
# assigning a xalan namespace.  For example:
# <xsl:stylesheet version="1.0"
#          xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
#          xmlns:xalan="http://xml.apache.org/xslt">
#  <xsl:output method="html" encoding="UTF-8"
#              xalan:content-handler="MyContentHandler"/>
#  ...
# Note that the colon after the protocol needs to be escaped.
{http\u003a//xml.apache.org/xslt}content-handler=org.apache.xalan.serialize.SerializerToText

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?