You'll need to supply more information (such as what is the binding definition you've tried to use, and what problem occurred when you tried to use it) for anyone to be able to help.

That said, is the problem that the xs:schemaLocation value (which also appears to be the default namespace for your document) is part of the data being marshalled? JiBX doesn't currently support variable namespaces (those defined in data, rather than in the binding definition). I'm hoping to add something of this type for my own purposes within the next few days, though. If this is what you need, let me know so I can try to make sure that whatever I do will also handle your case.

- Dennis

Gia Ne wrote:

Hi,



I have problem marshalling the following namespace structure, please help.



<root xmlns="http://www.mymachine.com/2004/04";

xmlns:xs="http://www.w3.org/2001/XMLSchema-instance";

xs:schemaLocation="http://www.mymachine.com/2004/04";>





Thanks




------------------------------------------------------- This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek For a limited time only, get FREE Ground shipping on all orders of $35 or more. Hurry up and shop folks, this offer expires April 30th! http://www.thinkgeek.com/freeshipping/?cpg=12297 _______________________________________________ jibx-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to