Clinton Begin wrote: > > <side-rant> > DTD/Schema is annoying really. [...] While our entity resolver does grab > it > from the JAR, tools and such will always need it on the web. [...] > </side-rant> >
<side-tip> IMHO that's the fault of the tool developers - DTD PUBLIC / SYSTEM values are not URL to suggest where to download it from, rather it is an URI - unique identifier that can be used to distinguish different DTDs. I use NetBeans, which allow to set up DTDs and Schemas conveniently - see "Tools -> DTDs and XML Schemas". You can download the proper scheme and link the URI to a file in your filesystem. </side-tip> Ondra -- View this message in context: http://www.nabble.com/Setting-for-removing-newlines-from-SQL--tp18916746p18935384.html Sent from the iBATIS - User - Java mailing list archive at Nabble.com.
