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 › Client_write misses a "\"
Page Index Toggle Pages: 1
Client_write misses a "\" (Read 713 times)
Client_write misses a "\"
Nov 25th, 2007, 10:16am
 
here:
http://processing.org/reference/libraries/net/Client_write_.html

in the code there seems to be a "\" missing at "times.n", should be "times.\n" ...

F
Re: Client_write misses a "\"
Reply #1 - Nov 25th, 2007, 6:38pm
 
Fixed. It was being parsed out in the XML > HTML conversion. I used the HTML version: &#92; to fix it. It's necessary to do this for other elements in the reference, such as < and >, which show up frequently.
Re: Client_write misses a "\"
Reply #2 - Nov 25th, 2007, 7:51pm
 
ok, already guessed that it's related to that.
i just looked at the generate-files and seems like it's nothing i can fix there. the domit-xml parser strips these as far as i can tell ... adding a <[CDATA[ .. ]]> tag to the xml might help but i'd need to test that first.

F
Page Index Toggle Pages: 1