*: The wiki code for the individual calls is available in /p/condor/workspaces/nleroy/OldClassAdWiki -- the summary and detail files above are in there, as well as the code for each of the above, each in it's own file.
 
+{subsection: Additional conversion info}
 {subsubsection: Direct use of ExprTree}
 Many parts of the code do the following to evaluate an expression in the context of a {quote:ClassAd}:
-*: Parse() to create an ExprTree
+*: Parse() to create an {quote:ExprTree}
 *: ExprTree::EvalTree() to evaluate it against an ad
 *: Examine the resulting {quote:ExprResult} object