This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Applying stylesheets externally


Grant-Kathryn@vikingfreight.com wrote:
> This works fine for our employees using MSXML 3.x.  But my boss's boss has
> MSXML 4.0.  I learned from an expert on another list that MSMXL 4 doesn't
> support "Microsoft.XMLDOM" but instead requires "MSXML2.DOMDocument.4.0."
> However, the latter generates an error for anyone using MSXML 3.x!

There are a number of code snippets out there which
"auto-detect" the environment and adapt. You could
start with creating a MSXML2.DOMDocument.4.0 object and
fall back to other means if you got an error.
Use google to find the examples and tutorials.


J.Pietschmann


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]