Page 1 of 1

XmlReader.MoveToFirstAttribute

Posted: Sat Sep 05, 2015 1:27 am
by CyborgDE
Hello,

it is hard to find these errors :
Under C# this works and gives me a true (if there are attributes) :
bool lAttrib = xmlReader.MoveToFirstAttribute();
Under JavaScript I got a false !!!

Best regards
Uwe

Re: XmlReader.MoveToFirstAttribute

Posted: Sun Sep 06, 2015 10:37 am
by JS-Support @Userware
Thanks CyborgDE for reporting this. We have also experienced issues with the methods of the XmlReader class when translated to JS. We are going to work on them. I will keep you updated of the progress.

Regards,
JS-Support