Hi freethought78,
thanks for your answer.
It makes no difference...
newline & "Output: " & XML.StringValue("/test/text()")
newline & "Output: " & XML.StringValue("test/text()")
newline & "Output: " & XML.StringValue("/test")
newline & "Output: " & XML.StringValue("test")
newline & "Output: " & XML.StringValue("//*")
... nothing happens...
Hmm, is there an Bug? or i?m only stupid?
What can i do?
Can someone help please?
EDIT:
My Error was here:
You have to Select a Layout if you create an XML-Object!?
The XML Object is bound to a Layout.
So if you have no Layout selected / open - Construct2 cant bound the XML Object.
In the newest Version of Construct2 (Release 93 Beta) shows a hint if you create an XML-Object. This Message helps me to find the Solution.
Thanks :-)