jjzjj

LightXML

全部标签

xml - LightXML.jl : Insert doctype

如何使用julia中的LightXML在XML文档中插入文档类型元素?按照https://github.com/JuliaLang/LightXML.jl中的示例,我想创建:没有文档类型,可以很容易地创建文档xdoc=XMLDocument()xroot=create_root(xdoc,"States")但是,我找不到插入文档类型的方法。 最佳答案 LightXML不可能。Theword"doctype"doesnotappearintheentirecodebase,这意味着您运气不佳。