微软 XML 解析服务器其他源代码列表:
StdAfx.h Main location for include files
XmlServerDoc.{h,cpp,rgs} Main logic for stylesheet selection and XSL processin
g.
PreProcess.{h,cpp} Convert PASP file into ASP file
ASPPreProcessor.{h,cpp,rgs} Request broker for preprocessing tasks, also deter
mines whether preprocessing is necessary.
ProcessingStream.h Post-processing
Xmlcache.{h,cpp}, hashtable.{h,cpp} Implements simple in-memory cache for XML
documents (and IXSLTemplates)
Utils.{h,cpp} Utilities for: XML, ASP, error handling, string operations, debu
gging
Charset.{h,cpp} Utilities for character set and encoding issues.
PIParse.{h,cpp} Simple class for parsing XML processing instructions.
IncludeFile*.{h,cpp} Support for the PASP include file functionality.
Msxml3.tlb Type-library information extracted from msxml3.dll. Referenced by S
tdAfx.h.
Global.{h,cpp} Global state
【 在 AdamGet (兴之) 的大作中提到: 】
:
: 为了共同讨论微软的XML解析服务器内部机制,现贴出一段微软提供的源代码供同好..
: 习研究使用。
:
: // =======================================================================..
: =
: // Implementation of server-side object that gathers XML data and
: // processes it by combining with the appropriate XSL transform.
: //
: // Copyright (c) Microsoft Corporation. All rights reserved.
: ...................
--
FROM 61.48.32.*