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

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re^3: perl script that genarate xml file.
by runrig (Abbot) on Nov 15, 2011 at 17:53 UTC
    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.

      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.