Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by bapatla

  1. bapatla

    Python newbie question

    Thanks Bob, mikrom! Both these solutions work!! I have another regex question... The data looks like this: <Book_Data App="zBook" Name="Type" Value="title" /> <Book_Data App="zBook" Name="Title" Value="Romeo and Juliet" /> <Book_Data App="zBook" Name="Author" Value="William...
  2. bapatla

    Python newbie question

    Good Day, I need to parse the following string to extract the Name and Description field values: <Book_Data Name="LordOfTheRings" Edition="1" Published="1954" Description=" One Ring to rule the other Rings of Power" Publisher="Allen & Unwin "/> Any nice way to accomplish this? Maybe via a...

Part and Inventory Search

Back
Top