Load HTML-formatted document
Retrieves an XML document styled as an HTML page. This is the usual way of interacting with documents within LiveContent. The XSL styles that create this HTML are determined by the publication, document type, and DTD or schema of the document.
Example API call
/servlets3/wietmsd?id=1460447126210&book=s1000d_bike_41&collection=default&target=text&action=text&eid=4
Parameters
| Parameter | Description |
|---|---|
target | text |
action | text |
eid | The element level ID on the <DOCUMENT/> envelope tag that wraps all documents in LiveContent, such as "4". |
id | A session ID that is valid for this collection and publication combination. |
collection | The name of the collection that the publication is registered in, such as default. |
book | The name of the publication, such as s1000d_bike_41. |
Returns
- On success
- Formatted, HTML version of the document after passing through XSL styles. The HTML that is returned is filtered and prepared to be loaded into a tabbed interface.
- On failure
- Nothing.