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

Put the command in a node (not an attribute) and use CDATA:
<theNode><![CDATA[gTools.mMethod(Here's your string.)]]></theNode

Attributes are best for things like ids, names, etc. Not recommended for something like this. If your string commands really are simple, you might try multiple attributes:

<theNode object="gTools" method="mMethod" param1="someParam" param2="someOtherParam" />

John Mathis
component lingo is crazy :: inplicitytoolkit.com


[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