Build the DOCEO XML URL for a given date and document type.
Date string in YYYY-MM-DD format
Document type: 'RCV' for roll-call votes, 'VOT' for vote results
Parliamentary term number (defaults to current term 10)
Language code (defaults to 'EN')
Full URL to the XML document
buildDoceoUrl('2026-04-27', 'RCV')// => 'https://www.europarl.europa.eu/doceo/document/PV-10-2026-04-27-RCV_EN.xml' Copy
buildDoceoUrl('2026-04-27', 'RCV')// => 'https://www.europarl.europa.eu/doceo/document/PV-10-2026-04-27-RCV_EN.xml'
Build the DOCEO XML URL for a given date and document type.