I have created an XML file using python. But the XML declaration has only version info. How I can I include encoding with XML declaration like,:
<?xml version="1.0" encoding="UTF-8"?> Thanks in Advance...
Find centralized, trusted content and collaborate around the technologies you use most.
Learn more about CollectivesStack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
Explore Stack InternalI have created an XML file using python. But the XML declaration has only version info. How I can I include encoding with XML declaration like,:
<?xml version="1.0" encoding="UTF-8"?> Thanks in Advance...
I have created an XML file using python. But the XML declaration has only version info. How I can include encoding with XML declaration like,
<?xml version="1.0" encoding="UTF-8"?> Thanks in Advance...
I have created an XML file using python. But the XML declaration has only version info. How can I include encoding with XML declaration like:
<?xml version="1.0" encoding="UTF-8"?>