|
Author |
Topic: nanoxml (Read 8636 times) |
|
fjen
|
Re: nanoxml
« Reply #15 on: Nov 18th, 2004, 4:08pm » |
|
in the fake weather demo write every XMLElement as nanoxml.XMLElement .. then it should work. that's the way i use it. /F ah! forgot the subfolder, sorry. make sure the .class files are in a subfolder like this: Code: sketch folder + sketch.pde + code + nanoxml + XMLElement.class + XMLException.class + data + blah.gif |
| /F
|
« Last Edit: Nov 18th, 2004, 4:10pm by fjen » |
|
|
|
|
katapulp
|
Re: nanoxml
« Reply #16 on: Nov 19th, 2004, 6:54pm » |
|
It works with the /code/nanoxml directory! thx a lot
|
|
|
|
eskimoblood
|
Re: nanoxml
« Reply #17 on: Dec 13th, 2004, 2:43pm » |
|
Hi I've got a applet that use nanoxml to parse a string from the param() methode. It works in processing (with loadStrings) and in Netscape 7 and Firefox but it crashed in IE 6 with these failure: classNotFoundException: nanoXML.XMLElement. Why http://www.eskimoblood.de/test/applet/
|
|
|
|
|