开发者

Standard way of generating/ writing XML files

开发者 https://www.devze.com 2023-01-10 03:18 出处:网络
For a project, I need to generate XML files which adhere to a specific format. I was wondering, what is the standard way of doing this?

For a project, I need to generate XML files which adhere to a specific format. I was wondering, what is the standard way of doing this?

For my part I am usin开发者_JAVA百科g lxml and then writing the XML files. For this, I wrote a small script that takes in XML data as input and then generates the files.

Is this way of doing it 'OK'? Cause I am new to all this and I have seen many people use TeX and then convert it to XML.

Or is there a better of way doing it altogether?

EDIT: Note that I have to allow the end user to generate these files without any effort required from them.


For python 3: http://diveintopython3.org/xml.html#xml-parse

0

精彩评论

暂无评论...
验证码 换一张
取 消