Hello all.

Trying to get rebol to write to a window with Javascript.

Problem is, the syntax... the XML uses curlys, double quotes and single quotes that 
collide with the javascript.

eg;

the-xml: rejoin [
<v:rect coordsize="21600,21600" style='width:80pt;height:80pt'>
<v:textbox> {1} </v:textbox>
</v:rect>
 ]

 java: rejoin [{parent.lower.document.write ('} the-xml {');}]

The required single quotes between the brackets of the javascript collide with the 
single quotes of the-xml.. same if you use double quotes in the java.

Very frustrating.

Terry Brownell




-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to