Katherine Barry wrote:

> I want to break this file up into several files. Anyone know how to do this?
>
> Katherine

Offhand, I can think of at least two approaches:

* Store the pieces of action.xml in separate text files, and then
  have (as part of your build script) a command that combines them.

* There is some XML syntax that I don't remember off the top of
  my head that essentially does an "include" type operation inside
  the parser.

Craig McClanahan


Reply via email to