Hi, I am have read Xml docs at http://fantom.org/doc/xml/index.html and found mistake in Xml parse example. There is usage of InStream.makeForStr method at Parsing paragraph. I think that should be corrected to Str.in. And in Fantom source code, I can find method makeForStr only at .js peer classes. Have a nice day Ivos
bedla Fri 30 Nov 2012
Hi, I am have read Xml docs at http://fantom.org/doc/xml/index.html and found mistake in Xml parse example. There is usage of
InStream.makeForStr
method at Parsing paragraph. I think that should be corrected toStr.in
. And in Fantom source code, I can find methodmakeForStr
only at .js peer classes. Have a nice day Ivosbrian Fri 30 Nov 2012
thanks, pushed a fix