I have scanned the Aadhar card QR code and the scanned data is like this:
<PrintLetterBarcodeData
uid="741647613082" name="Pasikanti Enosh Kumar" gender="M"
yob="1992" co="S/O Srinivas" house="SPLD-986" street="MALLARAM"
loc="P V COLONY" vtc="Manuguru" po="P.V.Township" dist="Khammam"
state="Andhra Pradesh" pc="507125">
I want to split the data and want get each attribute like name, id, dob etc. How can I do this?