XTM topic map service module
From WandoraWiki
(Difference between revisions)
Line 1: | Line 1: | ||
− | Service module returns an XTM topic map. Topic map contains current topic and all associated topics. Service handle is '''xtm'''. An example request is | + | Service module returns an XTM 2.0 topic map. Topic map contains current topic and all associated topics. Service handle is '''xtm'''. An example request is |
http://127.0.0.1:8898/xtm | http://127.0.0.1:8898/xtm | ||
+ | |||
+ | Adding request an URL parameter '''topic''' with a subject identifiers or basename value returns addressed topic. URL parameter '''si''' and '''sl''' can be used to fetch a topic with a subject identifier or with a subject locator. | ||
+ | |||
+ | == See also == | ||
+ | |||
+ | * [[Embedded HTTP server]] |
Revision as of 21:17, 8 December 2011
Service module returns an XTM 2.0 topic map. Topic map contains current topic and all associated topics. Service handle is xtm. An example request is
http://127.0.0.1:8898/xtm
Adding request an URL parameter topic with a subject identifiers or basename value returns addressed topic. URL parameter si and sl can be used to fetch a topic with a subject identifier or with a subject locator.