We're writing a Netbeans platform app, and we want to add some data as an XML files. Also we want to have a DTD for that files, and we want to put it in one of our main modules, as it should be used in different places and dependent XML files will be in a different modules. Now how can I point to that DTD from XMLs in another modules?
I'll be very thankful for any advice.
Also maybe mentioned above idea is bad but that's all I could think about, so critique is welcomed.