--- Ronald Muller <[EMAIL PROTECTED]> wrote: > okay, so it is not validated, but a check if the document is well formed > can be done by every XML parser and does not need a DTD. So I still do > not understand why Ant does not do this.
There's nothing wrong with <fileset ... />, since there's no requirement that it have nested elements. And when you did that, your nested <patternset> was then under your <javadoc> tag (just like your <fileset/> tag was) -- hence, the error you got, which did say what the error was: <javadoc> doesn't support the nested "patternset" element. which it doesn't. Diane ===== ([EMAIL PROTECTED]) __________________________________________________ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
