Hi
iam showing xml files in stc.StyledTextCtrl. Some of the xml files contains unformatted xml.
Example:
SV SR
how do i format above xml like this:
SV SRcan i format xml string using lxml pretty print and then replace xml in stc.StyledTextCtrl with formatted string.
what is the correct way to handle this.