J
Janne
Has anybody else noticed the following bug (?) in JAXB (Sun reference
implementation):
If you use the type "xs:token" in the xml schema that specifies the element,
all white spaces inside the corresponding element of the instance document
(*.xml) are condensed into one space-character from the parsed XML file,
_even if_ you use the CDATA[ ...] -section inside the element. I tried to
use the xs:normalizedString -type instead of xs:token, but after the change
the white spaces are not condensed at all (even when I do not use
CDATA-element).
implementation):
If you use the type "xs:token" in the xml schema that specifies the element,
all white spaces inside the corresponding element of the instance document
(*.xml) are condensed into one space-character from the parsed XML file,
_even if_ you use the CDATA[ ...] -section inside the element. I tried to
use the xs:normalizedString -type instead of xs:token, but after the change
the white spaces are not condensed at all (even when I do not use
CDATA-element).