Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.06 KB

A.30.TGR32.downloadMultipleFiles.md

File metadata and controls

28 lines (16 loc) · 1.06 KB

Multiple links for multiple physical files

Purpose:

Where a dataset is provided in multiple physical files: each file must be linked to via a separate link element. Each of these link elements shall have a "rel" value equal to "section".

Test method

  • If links with a rel attribute of "section" are provided, then there must be multiple links. So the number of section links must not be exactly 1.

Reference(s):

Test type:

Automated

Notes

Contextual XPath references

The namespace prefixes used as described in README.md.

Abbreviation XPath expression
link //atom:entry/atom:link[@rel='section']
number of section links //atom:entry[count(./atom:link[@rel='section'])