FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Topics & Contributions
   Tools
(Moderator: REAS)
   nanoxml
« Previous topic | Next topic »

Pages: 1 2 
   Author  Topic: nanoxml  (Read 8636 times)
fjen

WWW
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

222550793222550793 WWW
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/
 
Pages: 1 2 

« Previous topic | Next topic »