|
© 2000 Roxen Internet Software Suggestions, Comments or Complaints manuals@roxen.com |
||
|
<ldapoutput></ldapoutput>Insert the results of a LDAP search into HTML or RXML. The <ldapoutput> tag works like the old output tags. By default anything within #'s will be interpreted as a variable. Thus #attribute_name# will be replaced by the attribute value. ## will be replaced by a #.As the attribute can contains multiple values the #attribute_name# expression returns first value only. Second, third ... values can be specified by suffix before # (i.e second email value is written as #mail:2#). Obviously this isn't more often usable. Better solution is the subcontainer <ldapfor>. The <ldapoutput> tag will copy its contents and replace the named attribute for each row in the result. If the result is empty, the <ldapoutput> tag will not return anything. Attributes
|
||