Hi,
I have an XML file
that can appear in one of three ways:
1)
<a>
<b>
<c>some text</c>
</b>
</a>
2)
<a>
<b>some text</b>
</a>
3)
<a>
<c>some text</c>
</a>
As you can see,
"some text" can appear between either the <b> or the <c> tags.
I think the major hangup is the possibility that the <c> tag can appear as
a child of EITHER <a> or <b>.
Is something like
this even possible to bind? If so, can someone give me a sketch of the
binding code? I am writing/rewriting it as I keep getting
confused.... Really, all I care about is the "some text" part.
Nothing else is of importance to me.
Thanks,
Jeff
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ jibx-users mailing list jibx-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jibx-users