Special Characters Restriction Rule in XSD
- by Himanshu
hello how do i,restrict special characters in my XSD validation , i am able to handle , some characters with this pattern "([a-zA-Z0-9_.' !@#$%^*()_+={}|/:;,?/`~ ])+"
but not able to handle below :
"
&
'
<
\
®
™
any ideas ?
also not able to handle them with [^] pattern