Re: [Geotools-gt2-users] Trouble with parsing standalone XML file

2025-01-15 Thread Jody Garnett
How are you configuring the XMLConfiguration()? Parser parser = new Parser(new XMLConfiguration()); You may want to make your own that knows about the different schemas used in your file? There is a lot of the details in the docs

[Geotools-gt2-users] Trouble with parsing standalone XML file

2025-01-05 Thread Finn Völkel
Hi there, I am trying to parse some 3D city models and am running into issues. All geotools dependencies are at 32.1. It follows a standalone XML file I am trying to parse with a couple of `xsd` locations in the header. https://gist.github.com/FiV0/91098e483ab993a3ef2293c12bd60afc#file-test-xml an