| ############################################################################### |
| # 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 |
| ############################################################################### |
| byte-order-mark=byte-order-mark |
| byte-order-mark.DESC=One of the enumerated values yes or no. This parameter indicates whether the serialized sequence of octets is to be preceded by a Byte Order Mark. (See Section 5.1 of [Unicode Encoding].) The actual octet order used is implementation-dependent. If the encoding defines no Byte Order Mark, or if the Byte Order Mark is prohibited for the specific Unicode encoding or implementation environment, then this parameter is ignored. |
| |
| cdata-section-elements=cdata-section-elements |
| cdata-section-elements.DESC=A list of expanded QNames, possibly empty. |
| |
| doctype-public=doctype-public |
| doctype-public.DESC=A string of Unicode characters. This parameter may be absent. |
| |
| doctype-system=doctype-system |
| doctype-system.DESC=A string of Unicode characters. This parameter may be absent. |
| |
| encoding=encoding |
| encoding.DESC=A string of Unicode characters in the range #x21 to #x7E (that is, printable ASCII characters); the value SHOULD be a charset registered with the Internet Assigned Numbers Authority [IANA], [RFC2278] or begin with the characters x- or X-. |
| |
| escape-uri-attributes=escape-uri-attributes |
| escape-uri-attributes.DESC=One of the enumerated values yes or no. |
| |
| include-content-type=include-content-type |
| include-content-type.DESC=One of the enumerated values yes or no. |
| |
| indent=indent |
| indent.DESC=One of the enumerated values yes or no. |
| |
| media-type=media-type |
| media-type.DESC=A string of Unicode characters specifying the media type (MIME content type) [RFC2046]; the charset parameter of the media type MUST NOT be specified explicitly in the value of the media-type parameter. If the destination of the serialized output is annotated with a media type, this parameter MAY be used to provide such an annotation. For example, it MAY be used to set the media type in an HTTP header. |
| |
| method=method |
| method.DESC=An expanded QName with a null namespace URI, and the local part of the name equal to one of xml, xhtml, html or text, or having a non-null namespace URI. If the namespace URI is non-null, the parameter specifies an implementation-defined output method. |
| |
| normalization-form=normalization-form |
| normalization-form.DESC=One of the enumerated values NFC, NFD, NFKC, NFKD, fully-normalized, none or an implementation-defined value. |
| |
| omit-xml-declaration=omit-xml-declaration |
| omit-xml-declaration.DESC=One of the enumerated values yes or no. |
| |
| standalone=standalone |
| standalone.DESC=One of the enumerated values yes, no or omit. |
| |
| undeclare-prefixes=undeclare-prefixes |
| undeclare-prefixes.DESC=One of the enumerated values yes or no. |
| |
| use-character-maps=use-character-maps |
| use-character-maps.DESC=A list of pairs, possibly empty, with each pair consisting of a single Unicode character and a string of Unicode characters. |
| |
| version=version |
| version.DESC=A string of Unicode characters. |