Re: Server.xml and xsd

2010-05-27 Thread Yann STEPHAN
Okay thanks for all your replies. Diving into the archives :) Yann On Fri, May 28, 2010 at 1:01 AM, Mark Thomas wrote: > On 27/05/2010 19:11, Yann Stephan wrote: > > Does it exist a xsd file for server.xml ? > > No. Search the archives if you want to know why. > > Mark > > > The goal is to gen

Re: Server.xml and xsd

2010-05-27 Thread Mark Thomas
On 27/05/2010 19:11, Yann Stephan wrote: > Does it exist a xsd file for server.xml ? No. Search the archives if you want to know why. Mark > The goal is to generate a server.xml file from various rpms and add various > valves or listeners. > > > > Connector1.xml à RPM 1 > > Connector2.xmlà

Re: Server.xml and xsd

2010-05-27 Thread Pid *
On 27 May 2010, at 19:11, Yann Stephan wrote: > Does it exist a xsd file for server.xml ? No. If I remember correctly the reason is that the file may contain elements with custom attributes. You can define XML entities and use those to refer to external files. Then place "&connectors;" in th

Server.xml and xsd

2010-05-27 Thread Yann Stephan
Does it exist a xsd file for server.xml ? The goal is to generate a server.xml file from various rpms and add various valves or listeners. Connector1.xml à RPM 1 Connector2.xmlà RPM 2 (Optional) Valve1.xml à RPM 1 Valve2.xmlà RPM 2 (Optional) Then apply a xslt via xsltproc and get th