mirror of https://github.com/winsw/winsw
Merge branch 'xml_schema_validation' of https://github.com/buddhikac96/winsw into xml_schema_validation
commit
5c7658133d
|
@ -363,6 +363,6 @@ This is useful when the main process is a console, which can respond to Ctrl+C c
|
||||||
<stopparentprocessfirst>true</stopparentprocessfirst>
|
<stopparentprocessfirst>true</stopparentprocessfirst>
|
||||||
```
|
```
|
||||||
|
|
||||||
## XML Schema Validation
|
## XML schema validation
|
||||||
|
|
||||||
We are using embedded [XSD](../src/Core/WinSWCore/XMLSchema.xsd) file to validate XML configurations file schema. You can find sample XSD schema file [here.](../examples/windowsservice.xsd). User can follow this schema file when creating the XML configuration file.
|
We are using embedded [XSD](../src/Core/WinSWCore/XMLSchema.xsd) file to validate XML configurations file schema. You can find sample XSD schema file [here.](../examples/windowsservice.xsd). You can follow this schema file when creating the XML configuration file.
|
||||||
|
|
Loading…
Reference in New Issue