简体   繁体   中英

Read the different element value in CDATA

<![CDATA[BEGIN:VCARD
VERSION:3.0
FN:D Formatted Name
N:D Surname;D Given name;D Additional names;D Name prefix;D Name Suffix
ORG:D Organization Unit;D Org Unit
END:VCARD
]]>

How can I read all the values which are present in this CDATA and store them in separate variables like FN: value, N: value?

Maybe you can try this parser: http://www.codeproject.com/KB/dotnet/vCardReader.aspx

I didn't test it but it seems to meet your needs

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM