NASA-PDS / pds4-information-model

The software tools and data necessary for generating the Information Model including PDS4 ontology, data, and information model.
https://nasa-pds.github.io/pds4-information-model/
Other
9 stars 6 forks source link

Update LDDTool for bug when a description needs to end in whitespace #749

Closed jshughes closed 1 month ago

jshughes commented 1 month ago

744 LDDTool producing invalid XSD for Voyager LDD

Added code to force an optional blank before "</xs:documentation>" when a text wrap of the line forces a line feed within the XML tag.

Re-based local branch from origin/240402_Update_to_support_for_open_jdk17_Try3.

Note: Ultimately plan to refactor the code using something like Simple XML. SAX and DOM seem too heavy-weight for this app. Am interested in other options however.

Retested VGR Ingest_LDD (offending version) on IM versions H, I, J, K, L, and M

Resolves #744