Notepad++ Reindent XML breaks lines.
        Posted  
        
            by 
                C. Ross
            
        on Super User
        
        See other posts from Super User
        
            or by C. Ross
        
        
        
        Published on 2010-12-08T19:53:23Z
        Indexed on 
            2011/02/07
            23:27 UTC
        
        
        Read the original article
        Hit count: 317
        
I'm attempting to use Notepad++ TextFX HTMLTidy -> Tidy: Reindent XML. This works well with the following exception. Lines longer than 70 character are wrapped, breaking the validity of my xml.
This:
<RevieweeDepartmentName>BB AAAAAAAAAA AAAAAAAAAA AAAA</RevieweeDepartmentName>
Becomes this:
    <RevieweeDepartmentName>BB AAAAAAAAAA AAAAAAAAAA
AAAA</RevieweeDepartmentName>
How can I get it to stop this behavior?
© Super User or respective owner