Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse JET Guide
Previous Page Home Next Page

<c:setVariable>

Standard JET2 Control Tags

setVariable

Create a variable whose value is set to the result of the provided XPath expression.


Tag Summary
required <c:setVariable select="value" var="value"/>
full tag <c:setVariable select="value" var="value"/>

Required Attributes
select
An XPath expression to creates the variable's value.
var
The name of the variable to set.

Example
<%-- define $root as pointing to the root element in the mode --%>
<c:setVariable select="/*" var="root"/>


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire