Skip to content

Commit af4290b

Browse files
committed
add debug
1 parent 4d3d678 commit af4290b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

previewers/betatest/js/refiqdacore.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ function parseData2(data) {
5454

5555
parser = new DOMParser();
5656
xmlDoc = parser.parseFromString(data, "text/xml");
57+
58+
console.log("XML parsed successfully:", xmlDoc);
59+
console.log("Sets element:", xmlDoc.getElementsByTagName("Sets")[0]);
5760

5861
// Add a method that filters results based on whether a GUID exists in the 'Related' hidden column.
5962
// 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

Comments
 (0)