24 lines
		
	
	
		
			459 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			24 lines
		
	
	
		
			459 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|   | <?xml version="1.0"?> | ||
|  | <!DOCTYPE html> | ||
|  | 
 | ||
|  | <html xmlns:pwp="http://www.cs.otago.ac.nz/staffpriv/ok/pwp.pl"> | ||
|  | 
 | ||
|  | <head> | ||
|  |   <title>Context variables for PWP scripts</title> | ||
|  | </head> | ||
|  | <body> | ||
|  |   <p>This PWP demo lists the context-parameters that are passed into | ||
|  |      the script. | ||
|  |   </p> | ||
|  |   <ul> | ||
|  |     <li pwp:ask="member(Name=Value, CONTEXT)"> | ||
|  |       <span class=name pwp:use="Name"/> | ||
|  |       = | ||
|  |       <span class=value pwp:use="writeq(Value)"/> | ||
|  |     </li> | ||
|  |   </ul> | ||
|  | </body> | ||
|  | 
 | ||
|  | </html> | ||
|  | 
 |