case html
Outputs empty tags in HTML without a close tag, such as
<br>
.
HTMLにおける空タグを閉じタグ無しで出力します、たとえば<br>
。
case text
Outputs the string value of the document by extracting the string values from all text nodes.
書類の文字列値を、文字列値を全てのテキストノードから抽出することによって出力します。
case xhtml
The document output is XHTML.
書類出力は、XHTMLです。
case xml
The default type of document content type, which is XML.
書類のコンテンツタイプの省略時の型は、XMLです。