fomr xml cleanup

This commit is contained in:
2022-07-25 16:18:28 +01:00
parent 3b27176868
commit e2970a06e6
34 changed files with 9169 additions and 13116 deletions
+1 -1
View File
@@ -183,7 +183,7 @@ export const getProgressObj = (
var sectionXML = xpath.select(
"//tabs/tab[" +
(index + 1) +
"]//rows/row/*/control[not(@parentField)]/../..",
"]//rows/row/control[not(@parentField)]/..",
doc
);