hey all just downloaded this when trying to run im getting this error is it something stupid im doing, I have altered any of the files in anyway!!
Use of default namespace declaration attribute in DTD not supported. Error processing resource 'file:///C:/Documents and Settings/GraemeC/Desktop/resume-1_5_1/examples/example2.xml'. Line 39, Position 24
<resume id="x9281cp35">
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hey all just downloaded this when trying to run im getting this error is it something stupid im doing, I have altered any of the files in anyway!!
Use of default namespace declaration attribute in DTD not supported. Error processing resource 'file:///C:/Documents and Settings/GraemeC/Desktop/resume-1_5_1/examples/example2.xml'. Line 39, Position 24
<resume id="x9281cp35">
Try removing the id attribute from the resume element. In other words, change it to "<resume>".
If that doesn't work, make sure you are using the included build.xml to process example2.xml. It seems to work fine for me.