XML : Beautiful soup giving wrong result for number field

after finding all from soup , i am getting below item in my localhost

  <item><g:price>46450 INR</g:price></item>    

from server, I am getting below result,

  <item><g:price>728.10 INR</g:price></item>    

both bs4 and lxml version of my localhost and server are same.

bs4 version : 4.3.2 lxml version : 2.3.2

No comments:

Post a Comment