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
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à
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
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