This would allow for better integration with upstream publishing systems that don't want to support HTML.
An XML payload version could look to be a 'pro' version of the content that meets a more structured document use case. For example, citations:
(in HTML documentContent) <cite><a href="https://www.legislation.gov.uk/uksi/1992/3004/contents/made">Work at Height Regulations 2005 (WAHR)</a></cite>
(in XML documentContent) legal style citation markup, e.g. legalCiteM goes here
We could change
documentContent
to be achoice
, e.g.This would allow for better integration with upstream publishing systems that don't want to support
HTML
. AnXML
payload version could look to be a 'pro' version of the content that meets a more structured document use case. For example, citations:(in
HTML
documentContent)<cite><a href="https://www.legislation.gov.uk/uksi/1992/3004/contents/made">Work at Height Regulations 2005 (WAHR)</a></cite>
(in
XML
documentContent)legal style citation markup, e.g. legalCiteM goes here