Special Characters Restriction Rule in XSD
Posted
by Himanshu
on Stack Overflow
See other posts from Stack Overflow
or by Himanshu
Published on 2010-05-15T20:54:17Z
Indexed on
2010/05/15
21:14 UTC
Read the original article
Hit count: 260
xsd
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
© Stack Overflow or respective owner