Dear Friends,
I have an application in Python which take input as an XML document. The XML document is supplied externally and cannot change it structure . But there is problem in alignment of XML. I am using xml minidom for parsing purpose.
There is simple position change is enough. But I have no idea how to change the element of DOM i.e self.tree = MD.parse(ficher o) Please advise a good way ...
Please refer the problematic html and normal html structure attached here ...
N.B We have no option to edit the source HTML, because it may come from CD also.
Thanks
Anes
I have an application in Python which take input as an XML document. The XML document is supplied externally and cannot change it structure . But there is problem in alignment of XML. I am using xml minidom for parsing purpose.
There is simple position change is enough. But I have no idea how to change the element of DOM i.e self.tree = MD.parse(ficher o) Please advise a good way ...
Please refer the problematic html and normal html structure attached here ...
N.B We have no option to edit the source HTML, because it may come from CD also.
Thanks
Anes
Comment