-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersnot urgent
Description
We parse XMIR using classes from the org.w3c.dom package and, in some cases, jcabi-xml. However, it would be much better to apply XSL transformations instead of parsing each block of XML manually using separate Java routines. In other words, we want:
- To have one or several
xslscripts that would transform XMIR into bytecode. - Since
xsltransformations are text-to-text based, we might need an additional textual representation of bytecode, which we will be able to map to bytes
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersnot urgent