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


Reply via email to