Re: DTD Question

2003-03-27 Thread Anthony Zawacki
ROTECTED] on.co.uk>cc: Subject: Re: DTD Question

Re: DTD Question

2003-03-27 Thread Colin Paul Adams
> "Anthony" == Anthony Zawacki <[EMAIL PROTECTED]> writes: Anthony> An example document: Anthony> Anthony> I never know what will be inside of the Child element, Anthony> but I do know that a Child element will always be Anthony> contained within the Parent element.

DTD Question

2003-03-27 Thread Anthony Zawacki
Hello, I have been working on a program that has an XML based configuration file. The configuration contains the actions that the application should take. Portions of the configuration file includes arbitrary XML messages, in that I do not have a DTD available to represent what is allowed. I