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