User Tools

Site Tools


org.gramar.base:tag.addtextelement

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

org.gramar.base:tag.addtextelement [2016/06/27 20:35]
org.gramar.base:tag.addtextelement [2016/06/27 20:35] (current)
Line 1: Line 1:
 +
 +==== addTextElement Tag ====
 +
 +The addTextElement tag adds a new child text node with a given name to a given node in the model.
 +
 +The content of the addTextElement tag becomes the text content of the new text node.
 +
 +
 +^ Attribute ​     ^ Kind   ^ Required ​   ^ Purpose ​         ^
 +|**select** ​ |node  |yes  |An XPath expression resolving to the node to which a new child text node is to be added  |
 +|**name** ​ |string ​ |yes  |The element name of the new child text node  |
 +
 +=== Full Form ===
 +
 +<​**c:​addTextElement** ​ **select**="" ​ **name**=""​ >
 +
 +
 +=== Usage and Samples ===
 +
 +
 +
 +
 +Return to [[org.gramar.base:​index|index]]
 +
 +
  
org.gramar.base/tag.addtextelement.txt ยท Last modified: 2016/06/27 20:35 (external edit)