I have a requirement to read and parse CCD xml in my application. It gave me error initially for id
attribute which I solved by renaming ID attribute.
But when I try to unmarshal CCD xml to java obj from generated Java classes I am not getting the value for the java object
As CCD xml is quite complex. So what's the best way to parse CCD xml? I am open to use Java. Please suggest.