<text> (Template Tag)


Description


The <text> tag enables you to display any string of characters.


Example


 <?xml version="1.0" encoding="utf-8"?>

 <assembly id="nxm.tests.basic.pl">

. . .

 #1

. . .

 <text>any text determined in the template permanently</text>

. . .


 #2

. . .

 <text input="seller_name"></text>

. . .


 #3

. . .

 <text input="this.name"></text>

. . .


 #4

. . .

 <text input="this.address.street"></text>

. . .


 #5

. . .

<text input="$collection.page.unique_id"></text>

. . .


 #6

. . .

 <text input="$collection.unique_id"></text>

. . .

 </assembly>


Attributes



Attribute

Description

input

The input attribute inputs data from database, file, memory or collectors.

formatting

This attribute defines the formatting of text.



Child elements permitted


No child elements are permitted i.e. the <text> tag must not have other child elements.


Parent elements permitted


Like in the <content> tag