Enumeration Case 列挙ケース

NSXMLDocumentTidyXML

Changes malformed XML into valid XML during processing of the document. 不恰好なXMLを有効なXMLへとこの書類の処理の間に書式設定します。

Declaration 宣言

NSXMLDocumentTidyXML = 1UL << 10

Discussion 議論

It also eliminates “pretty-printing” formatting, such as leading tab characters. It does respect the xml:space="preserve" attribute. それはまた “整形印刷” 書式設定を排除します、たとえば先頭のタブ文字など。それは、xml:space="preserve"属性を尊重しません。

(Input)