Clear code fixes

This commit is contained in:
2023-04-14 10:39:05 +02:00
parent 2f7b34c3e1
commit 21cd67d6d2

View File

@@ -69,14 +69,29 @@
</div>
<div class="tooltip tooltip-window rwd-hideable">
<h2>What is XPath?</h2>
<p>XPath is a query language used for selecting nodes from XML and processing them.<br>
It may perform operations on strings, numbers and boolean values.<br></p>
<p>
XPath is a query language used for selecting nodes from XML and processing them.<br>
It may perform operations on strings, numbers and boolean values.<br>
</p>
<p>
Semantics legend:
<p>
"+" - 1 or more elements
</p>
<p>
"*" - 0 or more elements
</p>
<p>
"?" - optional element
</p>
</p>
<span id="collapsible-lists">
<div class="collapsible">
<span>
<button class="section-button collapseTrigger" style="border: none">XPath 1.0 vs 2.0 vs 3.0 vs
3.1</button>
<button class="section-button collapseTrigger" style="border: none">
XPath 1.0 vs 2.0 vs 3.0 vs 3.1
</button>
</span>
<div class="content">
<p><b>XPath 2.0 introduced many new features XQuery-cośtam:</b><br>