objectionary / jeo-maven-plugin

This Maven plugin converts Java Bytecode binary files to EOLANG programs that use the "opcode" atom
https://www.objectionary.com/jeo-maven-plugin/
MIT License
11 stars 3 forks source link

Replace `org.w3c.dom` usages with `com.jcabi.xml` #546

Open volodya-lombrozo opened 8 months ago

volodya-lombrozo commented 8 months ago

Currently we use classes from the org.w3c.dom package in many places. Particularly in the org.eolang.jeo.representation.xmir package. It would be nice to replace all this usages with com.jcabi.xml library which is much suitable and user-friendly for XML parsing.

jcabi-xml repository.

h1alexbel commented 3 weeks ago

@volodya-lombrozo can I take this?

volodya-lombrozo commented 3 weeks ago

@h1alexbel Sure. Please, go ahead. However I haven't tried it yet and I don't know how exactly and where we should apply this library. Moreover, I'm not even sure if it will help or simplify something. So I would suggest to create some small PR which will prove that we actually need to use com.jcabi.xml and this library will help somehow. For now, we need just a small proof of concept.

h1alexbel commented 3 weeks ago

@volodya-lombrozo got it