<?xml version="1.0" encoding="windows-1252"?>
<node id="1006559" title="Re^2: Illogical logic statement" created="2012-11-30 21:41:42" updated="2012-11-30 21:41:42">
<type id="11">
note</type>
<author id="1006553">
fkento</author>
<data>
<field name="doctext">
Thanks Athanasius. But I'm just trying to compare two strings. Here is a simpler case:

&lt;code&gt;
  if ( 'f' == 't' ) {
    print "f equals t\n";
  } else {
    print "f does not equal t\n";
  }
&lt;/code&gt;

Output:
&lt;p&gt;
&lt;code&gt;
f equals t
&lt;/code&gt;
&lt;/p&gt;
How does one compare strings?
</field>
<field name="root_node">
1006555</field>
<field name="parent_node">
1006557</field>
</data>
</node>
