The content of an element after a nested sub-element not parsed
---------------------------------------------------------------

                 Key: JIBX-351
                 URL: http://jira.codehaus.org/browse/JIBX-351
             Project: JiBX
          Issue Type: Bug
          Components: core
    Affects Versions: JiBX 1.2.1
            Reporter: Laurentiu Soica


Having the following XML structure:

<rootelement>
<subelement> Some content for sub-element</subelement>
Some content for root element
</rootelement>

While binding it to corresponding Java objects the content for 
<rootelement> (Some content for root element) is interpreted as null.

If we are moving the <rootelement>'s content before <subelement>, e.g.

<rootelement>
Some content for root element
<subelement> Some content for sub-element</subelement>
</rootelement>


the <rootelement>'s content is interpreted alright ("Some content for root 
element")

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
jibx-devs mailing list
jibx-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-devs

Reply via email to