michael-hoke commented on issue #170: URL: https://github.com/apache/daffodil-vscode/issues/170#issuecomment-1150403971
Yes - I wanted a way to tie the TDML schema directly to code. I think it's also easier to work with an object when extracting pieces out of an existing XML, which we will need to do for running/adding to existing TDML files. That way, if a TDML file we're interacting with has additional elements that are schema-valid, but we have not implemented yet (i.e. manually generated or pre-existing TDML file), we will still be able to read the data that we care about. On a more detailed note, I couldn't get scalaxb to fully build (but jaxb is building), and I am strongly considering writing the first implementation in Java rather than Scala. Ideally, I think it should eventually be done in Scala, but I'd rather get something out sooner to users and start gathering feedback. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
