Split Long XML Tags In Multiple Lines With Lxml
My python (2.7) script is outputting the following XML using lxml library:
Although this gets the job done, it is far from being an optimal approach. I wonder if there's a better and simpler way of doing this.
Post a Comment for "Split Long XML Tags In Multiple Lines With Lxml"