justincase22332
New Member
I have issue with: When I'm using org.jdom parser to build xml from exciting source, it's inserting manual attributes with values which were marked as #FIXED in DTD file, but in the source xml these attributes are not specified. How can I prevent it from inserting these default #FIXED values into xml?Ex:Source XML\[code\]<head type="myhead">my table</head>\[/code\]Result XML after DOM parser:\[code\]<head type="myhead" is-search="true">my table</head>\[/code\]As you can see, \[code\]is-search\[/code\] attribute is missing