I want to prohibit the use of leading and trailing whitespace in an element but besides that all other content is allowed.
For examble < word? > should give a validation error.
I do not want to use
<whiteSpace value="collapse"/>
Because it doesn't give a validation error.
Is it possible to make a pattern og in some other way solve my problem?
Thanks in advance, Martin
For examble < word? > should give a validation error.
I do not want to use
<whiteSpace value="collapse"/>
Because it doesn't give a validation error.
Is it possible to make a pattern og in some other way solve my problem?
Thanks in advance, Martin