output_text.properties revision 286
0N/A###########################################################################
1472N/A# reserved comment block
0N/A# DO NOT REMOVE OR ALTER!
0N/A###########################################################################
0N/A##########################################################################
0N/A# Copyright 2003-2004 The Apache Software Foundation.
0N/A#
0N/A# Licensed under the Apache License, Version 2.0 (the "License");
0N/A# you may not use this file except in compliance with the License.
0N/A# You may obtain a copy of the License at
0N/A#
0N/A# http://www.apache.org/licenses/LICENSE-2.0
0N/A#
0N/A# Unless required by applicable law or agreed to in writing, software
0N/A# distributed under the License is distributed on an "AS IS" BASIS,
0N/A# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
0N/A# See the License for the specific language governing permissions and
0N/A# limitations under the License.
1472N/A##########################################################################
1472N/A#
1472N/A# $Id: output_text.properties,v 1.3 2005/09/28 13:49:10 pvedula Exp $
0N/A#
0N/A# Specify defaults when method="text".
0N/A#
0N/A
0N/A# XSLT properties do not need namespace qualification.
0N/Amethod=text
1123N/Amedia-type=text/plain
0N/A
0N/A# Xalan-specific output properties. These can be overridden in the stylesheet
1123N/A# assigning a xalan namespace. For example:
1123N/A# <xsl:stylesheet version="1.0"
1123N/A# xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
0N/A# xmlns:xalan="http://xml.apache.org/xalan">
0N/A# <xsl:output method="html" encoding="UTF-8"
0N/A# xalan:content-handler="MyContentHandler"/>
0N/A# ...
0N/A# Note that the colon after the protocol needs to be escaped.
0N/A{http\u003a//xml.apache.org/xalan}content-handler=com.sun.org.apache.xml.internal.serializer.ToTextStream
0N/A