You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using LightXML function new_comment(content::AbstractString) p = ccall((:xmlNewComment, LightXML.libxml2), LightXML.Xptr, (LightXML.Cstring,), content) return XMLNode(p) end
A big shoutout to @bicycle1885 for writing EzXML.jl, they were the reason I figured out how to do it, by looking at their code. I really like your use of @check macro, but chose to go with the simpler one here.
I see
is_commentnode
, but is there a way to create a comment node?The text was updated successfully, but these errors were encountered: