25 lines
		
	
	
		
			749 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			749 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| 
 | |
| <head>
 | |
|     <link rel="stylesheet" href="r11form.css">
 | |
|     <!-- <script src="scripts.js"></script> -->
 | |
| </head>
 | |
| 
 | |
| <body>
 | |
| 
 | |
| 
 | |
|     <div class="collapsibleList">
 | |
|         <button class="section-button collapseTrigger">Node-Set</button>
 | |
|         <div class="collapsibleContent">
 | |
|             [1.0] <a href="#" onClick="return false;" class="collapseTrigger"><code>fn:last()</code></a>
 | |
|             <div class="collapsibleContent">
 | |
|                 Returns the position of the last node in the context list <br>
 | |
|                 <code>Link do dokumentacji W3C: <a href="https://www.w3.org/TR/1999/REC-xpath-19991116/#section-Node-Set-Functions" target="_parent">Node-Set-Functions</code></a>
 | |
|             </div>
 | |
|         </div>
 | |
|     </div>
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| </body> |