@@ -24,14 +24,14 @@ parameters:
2424
2525| parameter | [ navigation] ( https://distributed-text-services.github.io/specifications/versions/1.0rc1/#uri-for-navigation-endpoint-requests ) | [ document] ( https://distributed-text-services.github.io/specifications/versions/1.0rc1/#query-parameters-2 ) |
2626| -------------| --------------------------------------------------------------------------------------------------------------------------------| ------------------------------------------------------------------------------------------------------------|
27- | ` resource ` | ✅ | ✅ |
27+ | ` resource ` | ✅ [ ³ ] ( #resource ) | ✅ [ ³ ] ( #resource ) |
2828| ` ref ` | ✅ | ✅ |
2929| ` start ` | ✅ | ✅ |
3030| ` end ` | ✅ | ✅ |
3131| ` down ` | ✅ | not used |
3232| ` tree ` | ✅ | ✅ |
3333| ` page ` | ❌ | not used |
34- | ` mediaType ` | not used | ✅[ ¹] ( #mediatype ) |
34+ | ` mediaType ` | not used | ✅[ ¹] ( #mediatype ) |
3535
3636Evaluated TEI elements:
3737
@@ -45,6 +45,8 @@ Evaluated TEI elements:
4545
46461 . see section about [ mediaType] ( #mediatype )
47472 . supported, but ` dcterms ` do not yet come out as a map as shown in the specification's examples
48+ 3 . for mapping of the values of ` resource ` to document URIs see the
49+ [ ` resource ` ] ( #resource ) section
4850
4951
5052## XSLT for Endpoints
@@ -177,6 +179,16 @@ soon.
177179
178180## Customization
179181
182+ ### ` resource `
183+
184+ The value coming in via the ` resource ` parameter must somehow be
185+ mapped to a document URI (at least when calling the initial
186+ template). There is a mapping function, that can easily be
187+ replaced. It's called ` dts:resource-uri#1 ` and defined in
188+ [ ` xsl/resource.xsl ` ] ( xsl/resource.xsl ) . This package can be replaced
189+ with one that suits your needs by the Saxon configuration file.
190+
191+
180192### Citation Trees
181193
182194To add custom citation tree constructions not based on
0 commit comments