Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: & has to be encoded as &

...

Code Block
languagexml
titleinstall.xml
<dynamicvariables>
    <variable name="db.instance" value="MSSQLSERVER" checkonce="true" condition="@useMssql &amp;&amp; !haveDatabaseURL &amp;&amp; mssqlInstanceSelected" />
</dynamicvariables>


Note

Because "&" is a reserved character in xml documents you have to use "&amp;" instead!