Markup icon indicating copy to clipboard operation
Markup copied to clipboard

A Swift package for working with HTML, XML, and other markup languages, based on libxml2.

Results 5 Markup issues
Sort by recently updated
recently updated
newest added

I'm seeing `pointer being freed was not allocated` sometimes when trying to set attribute. In particular when trying to set attribute that's been removed from document and added to fragment...

I know this lib isn't advertised as ready for production, but I've been having fun using it in a side project. I've also been making some fixes as I run...

Is there a reason why this method isn't named `add`? ``` public func insert(child node: Node) { xmlAddChild(xmlNode, node.xmlNode) } ``` The underlying API uses the term 'add'. To me...

Thanks for starting this! Is there a reason that Element.clone() isn't public? Can it be made public? Thanks, Jesse

Hi i simply wanted to tell you that I find really useful what you are doing. I am writing an app to process MusicXML format, and was really puzzling on...