i am getting the error i stated in the subject when i pass my xml file to sql server here is a sample of of it
i still get the same error even after i change the first line to <?xml version="1.0" encoding="windows-1251"?> am i missing something?
<?xml version="1.0" encoding="UTF-8"?><ORDINARY_SHARE>
<ORDINARY_SHARES>
<FiftyTwo_Week_High>65.00</FiftyTwo_Week_High>
<FiftyTwo_Week_Low> 20.00</FiftyTwo_Week_Low>
<Security>BNSJ</Security>
<Prev_Yr_Div>2.13</Prev_Yr_Div>
<Current_Yr_Div> 1.25</Current_Yr_Div>
<Volume_non_block> 1,077,063</Volume_non_block>
<Todays_High> 20.50</Todays_High>
<Todays_Low> 20.00</Todays_Low>
<Last_Sale> 20.50</Last_Sale>
<Change> 0.50</Change>
<Closing_Bid> 20.00</Closing_Bid>
<Closing_Ask> 20.50</Closing_Ask>
</ORDINARY_SHARES>
</ORDINARY_SHARE>
i still get the same error even after i change the first line to <?xml version="1.0" encoding="windows-1251"?> am i missing something?
<?xml version="1.0" encoding="UTF-8"?><ORDINARY_SHARE>
<ORDINARY_SHARES>
<FiftyTwo_Week_High>65.00</FiftyTwo_Week_High>
<FiftyTwo_Week_Low> 20.00</FiftyTwo_Week_Low>
<Security>BNSJ</Security>
<Prev_Yr_Div>2.13</Prev_Yr_Div>
<Current_Yr_Div> 1.25</Current_Yr_Div>
<Volume_non_block> 1,077,063</Volume_non_block>
<Todays_High> 20.50</Todays_High>
<Todays_Low> 20.00</Todays_Low>
<Last_Sale> 20.50</Last_Sale>
<Change> 0.50</Change>
<Closing_Bid> 20.00</Closing_Bid>
<Closing_Ask> 20.50</Closing_Ask>
</ORDINARY_SHARES>
</ORDINARY_SHARE>