| java.lang.Object org.mactor.extensions.xml.XPathIgnoreNsValidator
XPathIgnoreNsValidator | public class XPathIgnoreNsValidator implements ActionCommand(Code) | | Validates that a selected field from the last received message matches a specifed value.
The field to select and the value it must be equal to is specified as a single parameter on the form:
[XPath expression that selects the single attribute or element ]==[value that the selected field must be equal to]
Namespace information in the evaluated messages is ignored, so the XPath expressions must not include namespace prefixes
author: Lars Ivar Almli |
|
|