Purpose:
The dataset feed must provide contact information about the individual or organisation responsible for the feed. The author name and email address must be provided.
Test method
- the author name must be non-empty text; the text content must include at least one alpha-numeric letter.
- the email address must be non-empty text; the text content must be a correclty formatted email address.
Reference(s):
Test type: Automated
Notes
[1] A regular expression could be used to validate the email address. Several regular expressions are available; the workgroup could choose one.
The namespace prefixes used as described in README.md.
Abbreviation | XPath expression |
---|---|
author name | /atom:feed/atom:author/atom:name |
email address | /atom:feed/atom:author/atom:email |