I'm not an XML Schema expert...is it possible to have a schema that
explains such a dynamic file structure?
<?xml version="1.0" encoding="utf-8" ?>
<log4net>
<appender name="MyAppender" type="Company.Project.MyAppender">
<a value="b" />
<b value="a" />
<c>
<d>
<e>f</e>
</d>
</c>
</appender>
<root>
<level value="ALL" />
<appender-ref ref="MyAppender" />
</root>
</log4net>
Where MyAppender could be replaced with any number of different custom
appenders requiring any number of possible configuration structures.
You may be interesting in helping out with this:
http://marc.theaimsgroup.com/?l=apache-logging-general&m=114136269031601&w=2
--- "Macagno, Julian" <[EMAIL PROTECTED]> wrote:
> Hi Meera,
>
>
>
> I am having the same issue. If you have any luck can you please
> notify
> me.
>
>
> Thanks,
>
> Julian
>
>
>
> Julian Macagno
>
>
>
> ________________________________
>
> From: Meera Rajaram [mailto:[EMAIL PROTECTED]
> Sent: Monday, March 13, 2006 1:13 PM
> To: [email protected]
> Subject: Xml schema for Log4Net configuration
>
>
>
> Hi,
>
> I need to get the XML schema for the Log4Net Configuration settings.
>
>
>
> Thanks,
>
> Meera
>
>
>
>