in reply to Re^2: perl script that genarate xml file.
in thread perl script that genarate xml file.

Required white space was missing.

You have the error message, you have the line of data with the error. Insert the missing whitespace. Whatever is generating your "XML" is sometimes failing to put any space between the "number" and "subjects" attributes.

  • Comment on Re^3: perl script that genarate xml file.

Replies are listed 'Best First'.
Re^4: perl script that genarate xml file.
by veerubiji (Sexton) on Nov 16, 2011 at 07:59 UTC

    Thank you very much fro your help to solve my problem, Now its working, Its totally my fault, My XML data is not well formatted.Sorry for posting this type of question, because I am beginner.