Would it be possible to simply create an ant script that generates a dtd dynamically?
If so, it would be easy to get NetBeans to build the dtd each time you built your application. If we made an ant script, we could just distribute it with the regular HiveMind build right? Eyon --- Hugo Palma <[EMAIL PROTECTED]> wrote: > I think the application would have to generate the > dtd from all > hivemodule.xml in the classpath, then the generated > dtd could be used in > the IDE for auto-completing and such. > > It would be great to implement such an application. > I think it would > very much ease the development of hivemind based > applications. > > Maybe a project could be created on java.net or > sourceforge for this. > I'm available for doing some contribution. > > > Cheers > > Hugo > > Knut Wannheden wrote: > > On 6/3/05, Domsch, Christian > <[EMAIL PROTECTED]> wrote: > > > >>Wouldnt it be possible to write a validating > editor that reads all schemas > >>of all hivemodule.xml he can find and then > validates everything based on the > >>basic structure of the xml and all schemas? > >> > > > > > > That would be possible. In a way similar to the > <antstructure> task in > > Ant which generates a DTD. > > > > At one point I had an XML Schema and a RelaxNG > grammar for HiveMind. > > They would validate all the elements and > attributes defined by > > HiveMind. All custom schemas would be ignored. I > still found it to be > > useful. > > > > --knut > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
