I am having a slight problem with attempting to parse a partial XML document. What I mean is, I have defined a binding for the overall document, and now I am trying to restore a small fragment. When I do this, I get an error that says: No unmarshaller for element "g" (line 1, col 1). I know there is a mapping for it in the file, it just doesn't work. I have not been able to reproduce this in a simplified test case, so I am not sure what do to with it now. Is there some reason why restoring this element would work fine when it is a child of some other element, but it can not be restored as the root? My binding looks like (massively simplified, I hope this helps):
<binding> <mapping name="root" ...> ... </mapping> <mapping name="g" ...> ... </mapping> ... other elements </binding> Any thoughts? Kendall ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ jibx-users mailing list jibx-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jibx-users