Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Print an xml file
Message
 
To
21/01/2016 04:16:15
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turkey
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
01630017
Message ID:
01630039
Views:
74
If you just need to print something for yourself - to review ... Then what I do is
import lxml.etree as etree

x = etree.parse("filename")
print etree.tostring(x, pretty_print = True)

which is of course python and it prints to the screen. But it's so simple it might be worth installing python.


On a personal note:

I am so sorry your city is experiencing such violence. Take care.

Johnf
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform