Skip to content

Commenting XML elements does not function  #384

@wkramer

Description

@wkramer

When commenting an element in a xml file does not work in Simona

<?xml version="1.0" encoding="UTF-8"?>
<openDaApplication xmlns="http://www.openda.org"   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  xsi:schemaLocation="http://www.openda.org http://schemas.openda.org/openDaApplication.xsd">
  <stochObserver className="OBSERVER_CLASS">
    <workingDirectory>.</workingDirectory>
    <configFile>OBSFIL</configFile>
  </stochObserver>
  <!-- <restartOutFileTimes timeFormat="dateTimeString">RESTARTTIMES</restartOutFileTimes> -->
  <stochModelFactory className="org.openda.costa.CtaStochModelFactory">
    <workingDirectory>.</workingDirectory>
    <configString>modelClass=WAQUA_CLASS;model=WAQCTA_CONFIG</configString>
  </stochModelFactory>
  <algorithm className="org.openda.algorithms.kalmanFilter.METHOD">
    <workingDirectory>.</workingDirectory>
    <configString>OPENDACOSTACONFIG</configString>
  </algorithm>
  <resultWriter className="org.openda.utils.AsciiResultWriter">
    <workingDirectory>.</workingDirectory>
    <configFile>METHOD-results.txt</configFile>
  </resultWriter>
</openDaApplication>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions