프로그래밍/델파이

XML 파일에 CDATA 노드 만들기

채윤아빠 2010. 7. 25. 18:13
728x90
반응형
XML 파일에 CDATA 노드 만드는 방법입니다.

            xnCaption := xnTextInfo.AddChild('Caption');
            xnCaptionData   := AXMLDocument.CreateNode(strCaption, ntCData);
            xnCaption.ChildNodes.Add(xnCaptionData);