简体   繁体   中英

C# Get nodes inside CDATA of an xml file

xml I have an xml file which has a CDATA section, which has again xml data. I would need to get a specific node from the xml within CDATA and create one more node of the same type and save the xml.

The replace and save functionality works for 1 input. but i want the tag to be appended in the same file. I hope i am clear!

看看这个线程XML 解析:读取 CDATA您可能需要读取CDATA值,转换,创建节点并将其写回

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