Hi list...

I have a projector that's told what to do via XML.  Each node has a
command parameter like so:

<theNode command="gTools.mMethod(want_a_string_here)"/>

...where my main engine reads the value of the command attribute and
does a do(whatsInsideCommandQuotes).  The question is, I'd like to pass
a string there, but that breaks the XML.  Escaping quotes won't work
(\"), and neither will single quotes.  Must I resort to passing
integers?

Thanks,
- Michael M.


[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email 
[email protected]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]

Reply via email to