Сотрудники диспансера
<div id="data-container"></div> <script> function loadXMLData() { const xhr = new XMLHttpRequest(); xhr.open("GET", "sotr.xml", true); xhr.onreadystatechange = function () { if (xhr.readyState === 4 && xhr.status === 200) { const xml…