Skip to content
  • Andreas Mieke's avatar
    Add XML validation · 754fead1
    Andreas Mieke authored and Philipp Schafft's avatar Philipp Schafft committed
    This commit adds a function to check the validity of the icecast.xml
    configuration file. The function returns 0 if the file is valid, -1 if
    there was an unknown error or error codes as defined in
    xmlRelaxNGValidErr.
    
    TODO:
    * Add  the schema somewhere into the repository where it makes sense.
    * Use the function to validate the configuration file and add handling
    for invalid configuration files.
    754fead1