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
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
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
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 Liquibase changelogs (using my extensions) look like this:
http://www.liquibase.org/xml/ns/dbchangelog";
xmlns:my="http://www.some-domain.