insight-topic:name
Index
Main
Spirit
Logicsheet
insight:
operations
insight-topic:
create
rename
fetch
fetch-tree
fetch-list
current
get-id
get-name
get-fqname
insight-publication:
create
make-default
fetch
fetch-list
get-id
get-state
get-format
get-topic
fetch-fragments
get-fragment-path
get-fragment-locator

Description

Namespace : insight-topic="http://shaman.paris5.fr/xsp/insight-topic"

Element name : insight-topic:name

Purpose : Retrieves name of defined Topic as String.

Examples

Example 1

Creates a Topic 'one' under the root Topic, and display its id since it is the current Topic. Id value may vary.

<insight:operations>

  <insight-topic:create parent-id="0" name="one" >
    <p>
      Topic name : <insight-topic:name/>
    </p>
  </insight-topic:create>
</insight:operations>

This produces following XHTML output :

<p>
  Topic name : one
</p>



Copyright 2002 Laurent Caillette and l'Université René Descartes, Paris 5.
All rights reserved.