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
Would utility functions like the following be acceptable in this package?
function new_child2(xparent::XMLElement, name::AbstractString, attributes::LightXML.PairTypes...)
element = new_child(xparent, name)
set_attributes(element, Dict(attributes))
return element
end
I foresee this coming in handy for new_child and create_root.
The text was updated successfully, but these errors were encountered:
Would utility functions like the following be acceptable in this package?
I foresee this coming in handy for
new_child
andcreate_root
.The text was updated successfully, but these errors were encountered: