Clear code fixes
This commit is contained in:
@@ -69,14 +69,29 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="tooltip tooltip-window rwd-hideable">
|
<div class="tooltip tooltip-window rwd-hideable">
|
||||||
<h2>What is XPath?</h2>
|
<h2>What is XPath?</h2>
|
||||||
<p>XPath is a query language used for selecting nodes from XML and processing them.<br>
|
<p>
|
||||||
It may perform operations on strings, numbers and boolean values.<br></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">
|
<span id="collapsible-lists">
|
||||||
<div class="collapsible">
|
<div class="collapsible">
|
||||||
<span>
|
<span>
|
||||||
<button class="section-button collapseTrigger" style="border: none">XPath 1.0 vs 2.0 vs 3.0 vs
|
<button class="section-button collapseTrigger" style="border: none">
|
||||||
3.1</button>
|
XPath 1.0 vs 2.0 vs 3.0 vs 3.1
|
||||||
|
</button>
|
||||||
</span>
|
</span>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<p><b>XPath 2.0 introduced many new features XQuery-cośtam:</b><br>
|
<p><b>XPath 2.0 introduced many new features XQuery-cośtam:</b><br>
|
||||||
|
|||||||
Reference in New Issue
Block a user