Forcing 2 elements to contain the same info

wxdqz

New Member
Right now, I am working on a project to help my development in XML and other XML based languages. I ran accross something, and for the life of me I just can't figure out how to make it work.

Here is what I am trying to do.
I am making a mock up company database, I want to force the user inputting information viva XML to be force to enter the same information in 2 different locations. Like in HTML when your forcing them to enter their e-mail address and then repeat it and check if they are the same or it throws up an error. Thats, what I am trying to get it to do. I was thinking of using Xpath, but I don't fully understand how to tell it that said element must equal the other.
 
Back
Top