We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d3d678 commit af4290bCopy full SHA for af4290b
1 file changed
previewers/betatest/js/refiqdacore.js
@@ -54,6 +54,9 @@ function parseData2(data) {
54
55
parser = new DOMParser();
56
xmlDoc = parser.parseFromString(data, "text/xml");
57
+
58
+ console.log("XML parsed successfully:", xmlDoc);
59
+ console.log("Sets element:", xmlDoc.getElementsByTagName("Sets")[0]);
60
61
// Add a method that filters results based on whether a GUID exists in the 'Related' hidden column.
62
// The idea is that each table puts the GUIDs of all related items (in other tables) in that column so this method
0 commit comments