Error in XMLNode last example

http://developer.xojo.com/xmlnode (also in 2015r1):

the last example have an error:

[code]Dim xml As New XmlDocument(kXML)

xml.DocumentElement.Name = “AmericanLeague”

MsgBox("Name of root node: " + xml.DocumentElement.Name) // League[/code]

Since that name have been modifid above, the returned xml.DocumentElement.Name is AmericanLeague.

Edits: typo removals.

Edit: while searching for data (or HowTo), I noticed that the current XML was released on 20 October 2003, Expat (1.95.7) and…
on 21 June 2016, Expat 2.2.0 was released.

FWIW.

It looks like you meant this page: http://documentation.xojo.com/index.php/XMLNode.Name

I’ve corrected the comment.

Yes.

Thank you.

(If I was right that means that today is a good day !)