I'm using the DirXML LDAP driver provided by Novell and using XSLT style sheets would like to perform an operation on some LDAP attributes.
I've got an LDAP attribute that holds several values. Basically I'd like to test that a certain value exists in the attribute then either take and put that single value in another attribute, or possibly perform some operation such as...
If value A exists in attribute1 do X
else if value B exists in attribute1 do Y
How can I do this in XML/XSLT?
Thanks,
Matt
I've got an LDAP attribute that holds several values. Basically I'd like to test that a certain value exists in the attribute then either take and put that single value in another attribute, or possibly perform some operation such as...
If value A exists in attribute1 do X
else if value B exists in attribute1 do Y
How can I do this in XML/XSLT?
Thanks,
Matt