We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexSuggestions & BugsWebsite,  Documentation,  Book Bugs › Error on XML reference page
Page Index Toggle Pages: 1
Error on XML reference page (Read 892 times)
Error on XML reference page
Jan 3rd, 2007, 9:59pm
 
Just found this while working on an XML chapter:

http://processing.org/reference/libraries/xml/XMLElement.html

This line:

Code:

xml = new XMLElement("sites.xml", this);


should be:

Code:

xml = new XMLElement(this,"sites.xml");


Great new built-in library!!!
Re: Error on XML reference page
Reply #1 - Jan 3rd, 2007, 10:11pm
 
... and there's a link here to the developers reference. but XML-library is not in there yet.

F
Re: Error on XML reference page
Reply #2 - Jan 9th, 2007, 4:01pm
 
Great catch. Fixed in file now, will be up for next release.
Page Index Toggle Pages: 1