This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
org.gramar.base:index [2016/06/26 16:58] chrisgerken |
org.gramar.base:index [2016/06/27 20:35] (current) |
||
|---|---|---|---|
| Line 11: | Line 11: | ||
| </taglibs> | </taglibs> | ||
| - | ## Tags | + | ===== Tags ===== |
| The org.gramar.base extension provides the following production markup tags | The org.gramar.base extension provides the following production markup tags | ||
| Line 46: | Line 46: | ||
| * [[org.gramar.base:tag.when|when]] - acts as a single case clause for a containing choose tag. Within a choose tag's scope, the first when tag to test true will become the processing result of the entire choose tag. | * [[org.gramar.base:tag.when|when]] - acts as a single case clause for a containing choose tag. Within a choose tag's scope, the first when tag to test true will become the processing result of the entire choose tag. | ||
| - | ## XPath functions | + | ===== XPath functions ===== |
| * [[org.gramar.base:xfn.camelcase|camelCase]] - returns a single-token string from the given text where whitespace has been removed and the first character of each token has been upper-cased | * [[org.gramar.base:xfn.camelcase|camelCase]] - returns a single-token string from the given text where whitespace has been removed and the first character of each token has been upper-cased | ||
| Line 61: | Line 61: | ||
| * [[org.gramar.base:xfn.upper-case|upper-case]] - returns the given string value with every character appropriately upper-cased | * [[org.gramar.base:xfn.upper-case|upper-case]] - returns the given string value with every character appropriately upper-cased | ||
| - | Return to [[org.gramar.base index|org.gramar.base:index]] | + | Return to [[org.gramar.base:index|index]] |