I want to generate a Java bean (by means of WebSphere) to read and update a given XML file necessary to deal with the Internal Revenue Service of my country.
Unfortunately, there are a few duplicate tags and the WebSphere tool can't figure out how to deal with them properly.
What can I do ?
Can I rename the tags ?
If I put
<city_birth> instead of <city>
<city_of_residence> instead of <city>
will the IRS be able to read the file properly ?
Thanks
Roberto
Unfortunately, there are a few duplicate tags and the WebSphere tool can't figure out how to deal with them properly.
What can I do ?
Can I rename the tags ?
If I put
<city_birth> instead of <city>
<city_of_residence> instead of <city>
will the IRS be able to read the file properly ?
Thanks
Roberto