insight-topic:fqname
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:fqname

Purpose : Retrieves full-qualified name of defined Topic as String.

Examples

Example 1

Creates a /one/two Topic hierarchy under the root Topic, and display the fqname of Topic named 'two'.

<insight:operations>

  <insight-topic:create parent-id="0" name="one" >

  <insight-topic:create parent-fqname="/one" name="two" >
    <p>
      Topic FQName : <insight-topic:fqname/>
    </p>
  </insight-topic:create>
</insight:operations>

This produces following XHTML output :

<p>
  Topic fqname : /one/two
</p>



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