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.
Katherine
-----Original Message-----
From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 22, 2000 2:37 PM
To: [EMAIL PROTECTED]
Subject: Re: Action.xml
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