namespace problem

2007-01-24 Thread register
Hi, I am working with some xml def standards that are not so well defined (life is hard sometimes). So to be able to accept several messages coming in different namespaces (they should be in the name ideally for the process I have to do, like automatic comparison to each other), I use the

RE: namespace problem

2007-01-24 Thread Cezar Andrei
Assuming that all your schema that you used to generate these Xbeans from is in urn:xsd:$pacs.002.002.02 namespace, it is strange that this happens. But there is MsgIdDoc:MsgId/MsgId in both messages, which looks like a QName. Maybe the schema you're using isn't free of namespace

Re: namespace problem

2007-01-24 Thread Bruno Delzant
It's indeed strange. Don't look at element values like Doc:MsgId. Those values are put by a plugin I have that generates xml from xsd. The value itself has nothing to do with my namespace problem. Anyone has an hint on this issue ? Bruno - Original Message - From: Cezar Andrei [EMAIL