...
View a stand-alone example of a viewHeader response.
Some notes about the structure:
- The X/HTML must be valid
- There must be an X/HTML document header
- There must be a <head><title>
- The <body> markup can vary
viewChunk
Returns a logical chunk of a text, such as a chapter, as valid X/HTML. This assumes that a request parameter (chunkID) is passed. For example, the actionable URL for a viewChunk call might look as follows: http://repository01.lib.tufts.edu:8080/fedora/get/tufts:UA069.005.DO.00001/bdef:TuftsTextAssetDef/viewChunk?chunkID=num00001. A complete list of valid request parameters for a given text is available via the viewTOC action.
...