命令手册生成脚本

使用python实现将xml格式的命令转换为html格式的命令手册,效果如下:

image-20250816150656711

脚本路径:Misc/xml-to-manual · 简单/python_learning - 码云 - 开源中国

注意事项:XML中不能输入 “<” 和“>”,使用 &lt; 替换 <,使用 &gt; 替换 >

posted @ 2025-08-16 15:55  Mrlayfolk  阅读(9)  评论(0)    收藏  举报
回到顶部