deegree3
deegree3 copied to clipboard
Deegree skips XLink-Attributes
I am currently using the following repository: https://github.com/JuergenWeichand/deegree-cli-utility to generate the database configuration (DDL) and the Deegree configuration.
However, I’ve noticed that some XML attributes are consistently being skipped. I came across this line of code and would like to understand why all XLink attributes are excluded:
https://github.com/deegree/deegree3/blob/deegree-3.5.0/deegree-datastores/deegree-featurestores/deegree-featurestore-sql/src/main/java/org/deegree/feature/persistence/sql/mapper/AppSchemaMapper.java#L670
Thank you for your help!