Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-incubator-dev] [XQDT] Bugs in XQDTTypeFactory.buildType

Dear XQDT developers,

XQDTTypeFactory.buildType is not working properly, for instance when the type is of the form "xs:simpleType". It also uses Arrays.binarySearch on a non-sorted array (which contains some misspelled type names).

Before submitted a patch, I'd like to discuss about what type syntax this method should accept. Is the intend to parse a subset of the SequenceType syntax? I'm thinking that KindTest might not be critical to pretty print values. What do you think?

Regards,
Lionel


Back to the top