<html><head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"></head><body
 bgcolor="#FFFFFF" text="#000000">
  <br>
Hi -<br>
  <br>
I'm struggling with a simple evaluation (I've removed namespace 
declarations for readability) :<br>
  <br>
                <attribute><br>
                    <ref><span style="font-weight: bold;">ri:orgdesc</span></ref><br>
                    <inbound><br>
                        <expression><br>
                            <script><br>
                                
<language><a class="moz-txt-link-freetext" href="http://www.w3.org/TR/xpath/">http://www.w3.org/TR/xpath/</a></language><br>
                                <code ...><br>
                                    
tokenize($account/attributes/ri:orgdesc,"/")[last()]<br>
                                </code><br>
                            </script><br>
                        </expression><br>
                        <target><br>
                            
<path>$user/extension/apos:aposUnitAttributes</path><br>
                        </target><br>
                    </inbound><br>
                </attribute><br>
  <br>
I've tried everything, but the variable passed to the XPath tokenize 
function is always nil (I know the function works correctly, since I use
 it elsewhere, and using a literal string above produces the correct 
results)<br>
  <br>
I've tried including a <source> before the expression with an 
explicit <name> but that doesn't seem to work either.<br>
  <br>
Thanks for any input! - I'm using build <span><meta 
http-equiv="content-type" content="text/html; charset=ISO-8859-1">Version:
 2.3-SNAPSHOT, describe: git-v2.3devel-383-g6ef8f72 </span><br>
  <br>
BR/Deepak<br>
  <br>
</body>
</html>