How do I ignore xml elements that I am not interested in mapping to my objects. 
--------------------------------------------------------------------------------

         Key: JIBX-116
         URL: http://jira.codehaus.org/browse/JIBX-116
     Project: JiBX
        Type: Bug

    Reporter: Yeshwant


I get an xml from an external source and has way too many data elements than I 
need. I should be allowed to plug-in whatever xml I wish to ?
<person>
    <name>Yesh</name>
    <age>24</age>
    <address>New York</address>
</person>
I wish to only include <name> and <age> in my binding xml ?
Who do I do that

-- 
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



_______________________________________________
jibx-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jibx-devs

Reply via email to