The text of this article is not in this database — only its details are. Read it on the old site: How to Generate an XML Document Rogrammatically Using DOM: Part I
2 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.

Vanadana PPosted Sep 26, 2017, 2:27 AM
Hi, i need following tag please help me how do i write it in c# -- "<?xml version="1.0" encoding="UTF-8"?><package xmlns="http://apple.com/itunes/importer" version="film5.2"><provider>applemusic</provider><language>en-US</language> <video> <type>film</type> <subtype>feature</subtype>"
Former memberPosted May 21, 2009, 3:15 PM
Hello; i have some difficult to create a Xml file with CDATA section; Exactly, my problem, is to retreive all label of my form and create xml file with this format <MarkUp name="label1"><![CDATA[Cdata1]]></MarkUp> Can you help me ? best regard