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

<f:xpath>

Standard JET2 Format Tags

xpath

Evaluate the specified XPath function on the tag content and write the result in place of the tag content. The tag content is referenced by the variable $bodyContent.


Tag Summary
required <f:xpath select="value">
    content consumed by tag evaluation
</f:xpath>
full tag <f:xpath select="value">
    content consumed by tag evaluation
</f:xpath>

Required Attributes
select
The XPath expression to evaluate. The result is automatically converted to a a string. The tags content is refered to by the variable $bodyContent.

Example
<f:xpath select="normalize-space($bodyContent)">
    My content with
lots of whitespace
</f:xpath>


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