Dealing with empty XML nodes in R
问题 I have the following XML file (I am missing the root node but the editor is not allowing me--please assume there is a root node here): <Indvls> <Indvl> <Info lastNm="HANSON" firstNm="LAURIE"/> <CrntEmps> <CrntEmp orgNm="ABC INCORPORATED" str1="FOURTY FOUR BRYANT PARK" city="NEW YORK" state="NY" cntry="UNITED STATES" postlCd="10036"> <BrnchOfLocs> <BrnchOfLoc str1="833 NE 55TH ST" city="BELLEVUE" state="WA" cntry="UNITED STATES" postlCd="98004"/> </BrnchOfLocs> </CrntEmp> </CrntEmps> </Indvl>