Added 'What is XQuery?' section
This commit is contained in:
		@@ -21,7 +21,7 @@
 | 
				
			|||||||
        <div id="tool" class="tool rwd-expandable">
 | 
					        <div id="tool" class="tool rwd-expandable">
 | 
				
			||||||
            <div class="tool-context">
 | 
					            <div class="tool-context">
 | 
				
			||||||
                <div class="headline">
 | 
					                <div class="headline">
 | 
				
			||||||
                    <h1>Online XQuery tester</h1>
 | 
					                    <h1>Online XQuery Interpreter</h1>
 | 
				
			||||||
                </div>
 | 
					                </div>
 | 
				
			||||||
                <div class="display-space-between">
 | 
					                <div class="display-space-between">
 | 
				
			||||||
                    <div style="text-align: center;">
 | 
					                    <div style="text-align: center;">
 | 
				
			||||||
@@ -45,7 +45,7 @@
 | 
				
			|||||||
                    </div>
 | 
					                    </div>
 | 
				
			||||||
                </div>
 | 
					                </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                <span id="processorTooltipInfo">Supports XQuery up to 3.1</span><br>
 | 
					                <span id="processorTooltipInfo">Supports XQuery up to 4.0</span><br>
 | 
				
			||||||
                <br>
 | 
					                <br>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                <label for="xmlArea"><b>Insert your XML:</b></label>
 | 
					                <label for="xmlArea"><b>Insert your XML:</b></label>
 | 
				
			||||||
@@ -71,7 +71,8 @@
 | 
				
			|||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
        <div class="tooltip tooltip-window rwd-hideable">
 | 
					        <div class="tooltip tooltip-window rwd-hideable">
 | 
				
			||||||
            <h2>What is XQuery?</h2>
 | 
					            <h2>What is XQuery?</h2>
 | 
				
			||||||
            TBD
 | 
					            <p><b>XQuery</b> (<b>XML Query</b>) is a query and functional programming language that queries and transforms collections of structured and unstructured data, usually in the form of XML, text and with vendor-specific extensions for other data formats (JSON, binary, etc.).</p>
 | 
				
			||||||
 | 
					            <p>Source: <a href="https://en.wikipedia.org/wiki/XQuery">Wikipedia</a></p>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <!-- Cut END -->
 | 
					        <!-- Cut END -->
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user