| mogha (10) | |
|
Hi, I need information how to handle comments in xml using expat library. We have comment handler but i don't know the exact use of this.If anybody worked on expat library and works on skipping the comments from file can help me. | |
|
|
|
| writetonsharma (1181) | |
|
They will automatically be skipped by the library. You can just override startelement endelement character //is this the name of method or something else, i am forgetting. this will be enough. | |
|
|
|