Discussion 議論
When tidying, NSXMLDocument
adds a line break before the close tag of a block-level element (<p>
, <div>
, <h1>
, and so on); it also makes the string value of <br>
or <hr>
a line break. These operations make the string value of the HTML <body>
more readable. After using this option, avoid outputting the document as anything other than the default kind, NSXMLDocument
.
整頓する場合、 NSXMLDocument
はひとつのラインブレークをブロック水準要素の閉じタグの前に加えます(<p>
、<div>
、<h1>
など); それはまた<br>
または<hr>
の文字列値をひとつのラインブレークにします。これらの操作は、HTML <body>
の文字列値をより読みやすくします。このオプションを使う後、その書類をNSXMLDocument
より他の何かとして出力することを避けてください。
(Input)