2015-10-14 42 views

回答

0

更好,但並不接近完美。 XML真正需要...

在任何情況下,開創了多行自定義上下文意見不排除從「這改變了」測試這些意見。

Ruleset: XML Files 
    Suffixes: xml runsettings config 
    Line Match Handling: [0x00000010] 
     Ignore/Strip EOLs: true 
     Ignore/Fold Case: true 
     Strip Whitespace: true 
      Also Treat TABs as Whitespace: true 
    Default Context Guidelines: [0x0000001a] 
     Classify Differences as Important: true 
      EOL differences are important: N/A 
      Case differences are important: true 
      Whitespace differences are important: false 
       Treat TABs as Whitespace: true 
    Custom Contexts: [1 contexts] 
     Context[0]: Comment: \<!-- to --\> (Escape character \) 
      Guidelines: [0x0000001b] 
       Classify Differences as Important: false 
        EOL differences are important: N/A 
        Case differences are important: N/A 
        Whitespace differences are important: N/A 
         Treat TABs as Whitespace: N/A 
    Character Encoding: 
     Automatically detect Unicode BOM: true 
     Fallback Handling: Use System Local/Default 
    Lines To Omit: [3 patterns] 
     LOmit[0]: Each Line Matching: ^[[:blank:]]*$ 
     LOmit[1]: Each Line Matching: \f 
     LOmit[2]: Each Line Matching: \<!--.*--\> 

的重要組成部分,是上下文開始\<!--,結束--\>,轉義字符\

,並認識到忽視內容沒有得到變灰。