hi,
i'm trying to parse a amazon aws response, but i get the following error:
COM Error with DOM!
err.discription is: An dieser Stelle wird ein Knotentest erwartet (translated by me: a node test is suggested)
/ItemSearchResponse/Items/Item/<-
err.windescription: Ubekannter Fehler (unkonown error)
err.Number: 800200009
err.lastdllerror is: 0
err.scriptline is: 1198
err.helpfile is:
err.helpcontext is: 0
here an example :
<ItemSearchResponse>
<Items>
<Item></Item>
<Item></Item>
<Item></Item>
</Items>
</ItemSearchResponse>
$xmlResultSet = _Funktion_1($request); gets the aws response
ConsoleWrite(@CRLF & "ini::" & _XMLLoadXML($xmlResultSet) & @CRLF)
ConsoleWrite(@CRLF &"_XmlGetNodeCount::"& _XMLGetNodeCount ("/ItemSearchResponse/Items/Item/") & @CRLF)