Here's a link to the Ant FAQ item on this:
http://jakarta.apache.org/jyve-faq/Turbine/screen/DisplayQuestionAnswer/action/SetAll/project_id/2/faq_id/16/topic_id/196/question_id/752
Hope this helps.
--
Martin Cooper
Tumbleweed Communications
At 01:28 PM 11/22/00 -0800, Craig R. McClanahan wrote:
>Katherine Barry wrote:
>
> > Craig,
> > The second approach is the one I am trying, but the problem is that the XML
> > syntax is in the DOCTYPE declaration. There isn't one in the action.xml. I
> > can add a declaration with the external file, and then reference it later,
> > but it still doesn't work.
> >
>
>Hmm, I thought I had seen references on the Ant mailing list to examples doing
>this. Ant is in the same boat that Struts 0.5 is -- there is no DTD.
>
>In Struts 1.0, there is a DTD for the configuration file (which is now
>traditionally called "struts-config.xml" because it configures more than just
>actions), so you will be able to use a DOCTYPE declaration.
>
> >
> > Katherine
> >
>
>Craig