deepak pal wrote:
> hi,,
> i have to insert whole xml file in database ,there is a text
> field for that.but it shows error parse error where there are
> attribute ..plz help me out.
I'm guessing you have a quoting problem. Try escaping the XML-data
before inserting it into the database, so that any single quotes doesn't
mess up your insert statements.
--
Tommy