treblereel / mapper-xml

j2cl/gwt compatible XML marshallers
Apache License 2.0
3 stars 3 forks source link

Namespaces when deserilizing #110

Closed aeromac closed 1 year ago

aeromac commented 1 year ago

I'm trying to deserialize Word Docx XML, which has the namespace of "w" , etc, but not having much luck. @XmlSchema values set in package-info.java seem to be used in the generated serializers but not the deserializers or mappers. Could this be the issue?

aeromac commented 1 year ago

Sorry, my bad - the issue I had was unrelated to namespaces (using XmlElements instead of XmlElementRefs). Although the generated deserializer code doesn't contain the namespace, it deserializes fine

treblereel commented 1 year ago

@aeromac In case you have any issues, just ping me

aeromac commented 1 year ago

Much appreciated, thank you! 😊