| ############################################################################### | 
 | # Copyright (c) 2007 Chase Technology Ltd - http://www.chasetechnology.co.uk | 
 | # All rights reserved. This program and the accompanying materials | 
 | # are made available under the terms of the Eclipse Public License v1.0 | 
 | # which accompanies this distribution, and is available at | 
 | # http://www.eclipse.org/legal/epl-v10.html | 
 | # | 
 | # Contributors: | 
 | #    Doug Satchwell (Chase Technology Ltd) - initial API and implementation | 
 | ############################################################################### | 
 | S_KEY_INDENT_AMOUNT={http://xml.apache.org/xslt}indent-amount | 
 | S_KEY_INDENT_AMOUNT.DESC=The number of whitespaces to indent by, if indent="yes" | 
 |  | 
 | S_KEY_ENTITIES={http://xml.apache.org/xslt}entities | 
 | S_KEY_ENTITIES.DESC=File name of file that specifies character to entity reference mappings. | 
 |  | 
 | S_USE_URL_ESCAPING={http://xml.apache.org/xslt}use-url-escaping | 
 | S_USE_URL_ESCAPING.DESC=Use a value of "yes" if the href values for HTML serialization should use %xx escaping | 
 |  | 
 | S_OMIT_META_TAG={http://xml.apache.org/xslt}omit-meta-tag | 
 | S_OMIT_META_TAG.DESC=Use a value of "yes" if the META tag should be omitted where it would otherwise be supplied. |