You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@juherr - This is the issue that tracks this requirement. I learnt one new cool thing on github today. You can actually create issues and define sub-tasks for them :)
juherr
changed the title
Refactor Suite XML Capabilities
[meta] Refactor Suite XML Capabilities
Aug 13, 2024
As part of streamling the suite xml file processing capabilities the following goals are expected to be met.
Convert DTD into XSD format #3159
Utilize JAXB to generate a structured class hierarchy based on the XSD that was created in the previous step. #3160
Parse the suite files using JAXB, employing the generated class hierarchy to create instances of objects from the file content. #3161
Perform a thorough evaluation to determine if there are any potential conflicts or issues when integrating both XSD and DTD. #3162
Develop comprehensive documentation for end users. This documentation will serve as a helpful resource, guiding users in the process of replacing DTD with the new XSD schema. #3163
Originally posted by @juherr in #3037 (reply in thread)
The text was updated successfully, but these errors were encountered: