On Mon, 06 Dec 2010 10:04:12 +0100, Bruno Dusausoy <[email protected]> wrote:
[...] > Well, you were right, kinda ;). > My XPath expression was ok, but I had to add a child condition to it, > like this : > > <jaxb:bindings > schemaLocation="xml/schema/Loopbaan/B2BExchanges_V1.xsd" > > node="//xs:complexty...@name='Response74LSignalStruct']//xs:eleme...@name='Activities']/xs:complexType"> > <jaxb:class name="ResponseActivities"/> > </jaxb:bindings> > > The "/xs:complexType" at the end is what was missing. > > Everything's ok now. > > Thanks. By the way, can someone tell me why the aforementioned solution works ? Why must I add "/xs:complexType" at the end of the XPath expression ? I like to know the why's :). -- Bruno Dusausoy YP5 Software -- Pensez environnement : limitez l'impression de ce mail. Please don't print this e-mail unless you really need to.
