[
Lists Home |
Date Index |
Thread Index
]
> Here I want "VehicleType" shoould be case insensitive. So "nEw" or "neW"
> should be valid.
Best bet is probably to use the string type and the pattern facet,
[Nn][Ee][Ww]
--
Rich Salz Chief Security Architect
DataPower Technology http://www.datapower.com
XS40 XML Security Gateway http://www.datapower.com/products/xs40.html
XML Security Overview http://www.datapower.com/xmldev/xmlsecurity.html
|