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.
IndexProgramming Questions & HelpSyntax Questions › xml loadElementFrom (string)
Page Index Toggle Pages: 1
xml loadElementFrom (string)? (Read 567 times)
xml loadElementFrom (string)?
Jan 29th, 2006, 1:15pm
 
is there a possibility to load the xmlElement with proxml from a String?
the concrete problem is: I want to load a xml-server response as XMLElement without having it stored inbetween
and don't know how to do it otherwise...
Re: xml loadElementFrom (string)?
Reply #1 - Feb 3rd, 2006, 11:55am
 
How do you get the String of the xml document? Can't you give proXML the url you load the string with? I could easily include loading XML from Strings.
Re: xml loadElementFrom (string)?
Reply #2 - Feb 15th, 2006, 4:46pm
 
I get the string from the server response, sign by sign.
is it possible to load it directly this way (without the xml-file being complete when first loaded?)
it would solve my problem, if not, loading from string would make it a lot easier.
Page Index Toggle Pages: 1