libxml-raku / LibXML-raku

Raku bindings to the libxml2 native library
Artistic License 2.0
11 stars 5 forks source link

Implement formal DOM interface roles #53

Closed dwarring closed 3 years ago

dwarring commented 3 years ago

A Raku equivalent of the IDL described in https://www.w3.org/TR/REC-DOM-Level-1/level-one-core.html

I think they'll be housed in a separate DOM module, which is predominately interface roles + enums + anything else which is required.

Intend to factor this into LibXML to formally describe how LibXML does / doesn't follow the dom. Work to be undertaken on dom branch.

dwarring commented 3 years ago

New W3C::DOM module uploaded to CPAN. Integrated into LibXML 0.6.0 release.