In programmer's notepad is my xml code in one line. How can I make pretty print? I made code with python.
            Asked
            
        
        
            Active
            
        
            Viewed 1,095 times
        
    1
            
            
        - 
                    http://stackoverflow.com/questions/3961217/how-to-format-xml-in-notepad – mortymacs May 15 '14 at 05:27
- 
                    check it: http://stackoverflow.com/questions/749796/pretty-printing-xml-in-python – mortymacs May 15 '14 at 05:27
- 
                    @MortezaIpo That is Notepad++, not Programmer's Notepad. – grovesNL May 15 '14 at 05:30
1 Answers
0
            
            
        For Programmer's Notepad you can use HTML Tidy to accomplish this. To set this up, follow the directions as explained here in the Programmer's Notepad guide.
 
    
    
        grovesNL
        
- 6,016
- 2
- 20
- 32
- 
                    
- 
                    @user3639326 No, you add it to Programmer's Notepad, not Python itself. – grovesNL May 15 '14 at 13:36
