MSXMLXSLT

所属分类:xml/soap/webservice
开发工具:Visual C++
文件大小:66KB
下载次数:25
上传日期:2007-08-31 13:28:32
上 传 者ws07
说明:  Sample code to illustrate using MSXML 4.0 (SP1) basic XSLT (Extensible Stylesheet Language Transformation) implementation in C++.

文件列表:
Elem2Attrib.xsl (476, 2002-06-01)
GlobalDefs.h (668, 2002-07-10)
MSXML4XSLT.cpp (2628, 2002-07-10)
MSXML4XSLT.dsp (4703, 2002-07-04)
MSXML4XSLT.dsw (543, 2002-06-01)
MSXML4XSLT.ncb (197632, 2002-07-10)
MSXML4XSLT.opt (53760, 2002-07-10)
MSXML4XSLT.plg (1212, 2002-07-10)
SalesRankNPrice.xml (377, 2002-06-01)
StdAfx.cpp (297, 2002-06-01)
StdAfx.h (1379, 2002-07-04)
Utils.h (2441, 2002-07-10)

======================================================================== CONSOLE APPLICATION : MSXML4XSLT ======================================================================== MSXML4XSLT.cpp Sample code to illustrate using MSXML 4.0 (SP1) basic XSLT (Extensible Stylesheet Language Transformation) implementation in C++. This application creates a.) loads an XML document from an HTTP location ( actually, sends a HTTP GET request to a Web service (SalesRankNPrice, http://www.PerfectXML.net/WebServices/SalesRankNPrice/BookService.asmx). ) b.) Loads the stylesheet file (g_szXSLTFile) from local hard drive ( that transforms elements into attributes ) c.) Applies the transformation (converting elements to attributes) d.) Saves the transformed XML as a file on local hard drive After the program finishes, open the C:\SalesRankNPrice2.xml (g_szLocalFile) file using Internet Explorer to see the results. -------------------------------------------------------------- Copyright (C) 2002 http://www.PerfectXML.com Created: July 11, 2002 Author: PerfectXML.com Team (msxml@PerfectXML.com) --------------------------------------------------------------

近期下载者

相关文件


收藏者