Hello,
I have a base.epl in the document root which has header and footer. 
Inside the document root I have another sub directory. 
I want to specify a parent for the all files in this sub-directory which in turn 
should inherit base.epl at the document root.
If I put base.epl inside the subdir it overwrites the base.epl at the document root. 
Suppose I have the following directories and files:

Document root directory /:
base.epl
   ...
   ...
   [- Execute('*') -]
   ...
   ...

Sub directory /subdir:
base.epl
   ...
   ...
   [- Execute('*') -]
   ...
   ...

page1.epl
page2.epl

Now is there any way that /subdir/page1.epl and /subdir/page2.epl should inherit 
/subdir/base.epl and /subdir/base.epl in turn should inherit from /base.epl..?
I appreciate your help.

Thanks,
Sreeram




**********************************************************************
This transmission may contain information that is privileged, confidential and/or 
exempt from disclosure under applicable law. If you are not the intended recipient, 
you are hereby notified that any disclosure, copying, distribution, or use of the 
information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. 
If you received this transmission in error, please immediately contact the sender and 
destroy the material in its entirety, whether in electronic or hard copy format. Thank 
you
**********************************************************************


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to