Ugo Cei wrote:
<rule context="/password2">
  <assert test="string(.) = string(//password1)">
    Passwords do not match.
  </assert>
</rule>
Got it! Apparently it looks like I should do the following instead:

<rule context="/">
  <assert test="string(password1) = string(password2)">
    Passwords do not match.
  </assert>
</rule>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to