Parsing errror

hi ,

can anybody help me abut the error i am facing .I am parsing an xml file and then extracting the data from it but am unable to do for particular tags and is giving the error as the following manner ,

Parsing Error : Content is not allowed in prolog.

Line : 1

Column : 1

org.xml.sax.SAXException: Parsing Error : Content is not allowed in prolog.

Line : 1

Column : 1

Can anybody help me about that .

Thank u

[472 byte] By [Reply_mea] at [2007-11-26 21:02:13]
# 1
The usual answer given to this question is to make sure you don't have blank lines before or after the prolog.
DrClapa at 2007-7-10 2:34:23 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
what is that mean the prolog can u please say me
Reply_mea at 2007-7-10 2:34:23 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 3
Your google search for "xml prolog" should have led you here: http://www.w3.org/TR/REC-xml/You can use Control-F in your browser to simplify searching through a page you have displayed.
DrClapa at 2007-7-10 2:34:23 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...