You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
I don't know if JMS already has the feature I'm looking for, and stackoverflow too (e.g. https://stackoverflow.com/questions/24389574/jms-serializer-to-read-xmllang-attribute) does not answer.
I mean, is there a way to handle xml:id or xml:lang attributes? I can't use XmlNamespace with attributes so I can't find the proper way to solve my problem.
Thanks!
A.
The text was updated successfully, but these errors were encountered:
Hi @goetas, I was taking a look to the code, in order to add the feature I need, and I realized that actually JMS already handles namespaces for attributes too. So I've probably put it badly when I asked for.
I solved it easily.
I had a tag like that <tag xml:lang="lang">data</tag>
and I only needed to register the namespace with its prefix and use it
Hi.
I don't know if JMS already has the feature I'm looking for, and stackoverflow too (e.g. https://stackoverflow.com/questions/24389574/jms-serializer-to-read-xmllang-attribute) does not answer.
I mean, is there a way to handle xml:id or xml:lang attributes? I can't use XmlNamespace with attributes so I can't find the proper way to solve my problem.
Thanks!
A.
The text was updated successfully, but these errors were encountered: