• 您的位置我爱Aspx >> VC.Net >> vc++中使用xml
  • vc++中使用xml

  • 作者:aspxer  来源:internet  日期:2007-5-21 23:49:13  关键字:xml
  • vc++中使用xml

    >

    By Richard Anderson

    Introduction

    The Extensible Markup Language (XML) is one of those technologies that you just know you should start supporting in your applications sooner rather than later. Since it´s official ratification in February 1998, it is fast becoming the de-facto way of exchanging and representing structured documents for many reasons ?suitability, easy of use, availability of tools, media coverage etc.

    In this article I´ll give you a flying start on how to add XML support to your application using the IE5 XML object model, in conjunction with the Visual C++ 6.0 compiler ?and (of course) COM.

    In this first article I´ll cover how to create a couple of XML documents from scratch. In subsequent articles I´ll show you how to load and manipulate existing XML documents, as well as transforming XML documents into HTML (XHTML to be precise) by using the Extensible Stylesheet Language (XSL).

    我对这篇文章有话说?
  • 广告位招租,广告代号:content_468_15
  • 上一篇:Serialization入门读物---PART1
    下一篇:vc++中使用xml