Thread: Operators
View Single Post
  #8  
Unread 03-11-2011, 09:33 PM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

Quote:
Originally Posted by EQAditu View Post
Using XML entities is a mixed bag. I'm pretty sure you have to use & for an ampersand, but for greater than/less than, you do not use </> -- Just leave them as is, regardless of it being bad XML.
IIRC the entities for <> work fine in formulas, however the parse chokes when you start chaining expressions containing them like we are doing here since at one point it stops interpreting them before trying to resolve the expression. But a simple (1 &lt; 2) ? 'true' : 'false' should work.
__________________
P R O F I T U I ∙ R E B O R N [Auto-Updater] | [Portal] | [F.A.Q.] | [Support Forums]
~ Retired ~
If it does not work, you likely installed it incorrectly. Always try a clean install before reporting bugs.
Reply With Quote