Re: Can't get XML Schema registration to work

2019-02-07 Thread Emilian Bold
I think Thomas is using a mixed mode? Some schemas are remote but my.xsd is local? --emi On Thu, Feb 7, 2019 at 9:46 PM Stefan Winter wrote: > Hi Thomas, > > I just tried it on my local Netbeans 10 and it works when you make the > System ID a full URL. > > So in your XML put: > > xsi:schemaLo

Re: Can't get XML Schema registration to work

2019-02-07 Thread Stefan Winter
Hi Thomas, I just tried it on my local Netbeans 10 and it works when you make the System ID a full URL. So in your XML put: xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.5.xsd http://www.some-domai

Re: Can't get XML Schema registration to work

2019-02-07 Thread Thomas Kellerer
So no one is using the XML editor with XSDs outside the XML file's directory? Thomas Kellerer schrieb am 31.01.2019 um 09:58: > Hello, > > I am using NetBeans 10.0 > > I am developing extensions for Liquibase in my project. > So I have an additional XSD that defines the extension tags. > > My