Fixed xsd in release version #147

Merged
bema merged 1 commits from bema/fix/xsd into release 2023-04-19 13:02:57 +02:00
Showing only changes of commit 7e98180088 - Show all commits

View File

@@ -23,6 +23,12 @@
<option value="xalan">Xalan</option> <option value="xalan">Xalan</option>
<option value="libxml">libXML</option> <option value="libxml">libXML</option>
</select> </select>
<select name="versions" id="versions" style="display: none;">
<option class="hideable libxml xalan"value="1.0">1.0</option>
<option class="hideable saxon" value="2.0">2.0</option>
<option class="hideable saxon" value="3.0">3.0</option>
<option class="hideable saxon" value="3.1">3.1</option>
</select>
</div> </div>
<div> <div>
<button class="action-button active" id="clearXMLButton" style="padding: 3px 10px;" <button class="action-button active" id="clearXMLButton" style="padding: 3px 10px;"