The following file, I only want the taxpayer identification number and the taxpayer name, and nothing else. How to achieve it?
The system is WINXP SP2, the file is a text file SFHR.txt, and the style is as follows:
<RECORD 纳税人识别号="111111111111111" 纳税人名称="测试测试测试测试" 状态="0" 地址="" 邮编="" 联系人="" 联系电话="" />
<RECORD 纳税人识别号="111111111111112" 纳税人名称="杭州技术有限公司" 状态="0" 地址="" 邮编="" 联系人="" 联系电话="" />
Now I just want to keep:
111111111111111 测试测试测试测试
111111111111112 杭州技术有限公司
[ Last edited by namejm on 2007-1-6 at 08:57 PM ]
The system is WINXP SP2, the file is a text file SFHR.txt, and the style is as follows:
<RECORD 纳税人识别号="111111111111111" 纳税人名称="测试测试测试测试" 状态="0" 地址="" 邮编="" 联系人="" 联系电话="" />
<RECORD 纳税人识别号="111111111111112" 纳税人名称="杭州技术有限公司" 状态="0" 地址="" 邮编="" 联系人="" 联系电话="" />
Now I just want to keep:
111111111111111 测试测试测试测试
111111111111112 杭州技术有限公司
[ Last edited by namejm on 2007-1-6 at 08:57 PM ]
