mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
https://github.com/itplr-kosit/validator/issues/56 trim namespaces and other strings when reading the scenarios
This commit is contained in:
parent
9838508f41
commit
ef1ce56f2a
4 changed files with 42 additions and 5 deletions
|
|
@ -26,7 +26,12 @@
|
|||
jaxb:extensionBindingPrefixes="inheritance"
|
||||
version="2.1">
|
||||
<jaxb:globalBindings>
|
||||
<xjc:serializable uid="-1"/>
|
||||
<xjc:serializable uid="-1" />
|
||||
<xjc:javaType
|
||||
name="java.lang.String"
|
||||
xmlType="xs:string"
|
||||
adapter="de.kosit.validationtool.impl.xml.StringTrimAdapter" />
|
||||
|
||||
</jaxb:globalBindings>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue