Have you ever tested that?

I test the xml in myself, but it seems that it didn't work.
The DOMConfigurator did not validate this log4j.xml by declaring external
entities at the top.

-----Original Message-----
From: Elias Ross [mailto:[EMAIL PROTECTED] 
Sent: 2003年10月23日 11:52
To: Log4J Users List
Subject: Re: can log4j configuration file be sepearted into two...n files?

On Wed, 2003-10-22 at 19:58, Yu Xiang Xi (Maveo) wrote:
> Hello
>  
> I have a question on the separation of log4j configuration file.

Use the XML property file format and declare external entities at the
top.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE project [
   <!ENTITY customer  SYSTEM "../customer.ent">
   <!ENTITY customer2 SYSTEM "../customer2.ent">
]>

<log4j>
   &customer;
   &customer2;
...



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

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

Reply via email to