Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: MSXML


  
  Cover Pages: Microsoft Releases Microsoft XML Core Services (MSXML) 4 SP 1.
MSXML 4.0 SP1 is a complete replacement for MSXML 4.0 RTM and provides a number of bug fixes.
MSXML 4.0 installs side by side with MSXML 3.0 and earlier, without any interference." MSXML 4 SP 1 is available for Windows 95 and 98, NT 4.0 and 2000, Windows Me, and Win XP.
I cannot be positive enough about MSXML 4: the XSLT is great, the transcoding works nice and strictly, and the Schema implementation seems good, at least for conservatively written schemas.
xml.coverpages.org /ni2002-03-21-b.html   (520 words)

  
 MSXML Tutorial
MSXML is an application program interface that contains features that enable you to interact with XML from within an application written in one of the commonly used programming languages.
MSXML consists of preprogrammed classes and functions that contain code to access and manipulate information in an XML document.
MSXML is designed for a variety of programming languages, including C, C++, Visual Basic, VBScript, Jscript, and JavaScript.
www.aspfree.com /c/a/XML/MSXML-Tutorial   (1249 words)

  
 Microsoft XML Team's WebLog : Using the right version of MSXML in Internet Explorer
MSXML 5.0 for Microsoft Office Applications is purpose-built for Office applications and isn’t intended for broad deployment.
MSXML 3 is set as the default in the registry.
It's not bound to anything greater than MSXML 3, per this blog entry, and if it weren't bound to anything less than MSXML 3, either, it would seem that it is, in fact, quite "version dependent".
blogs.msdn.com /xmlteam/archive/2006/10/23/using-the-right-version-of-msxml-in-internet-explorer.aspx   (4265 words)

  
 Windows CE MSXML FAQ Articles. Pocket PC Developer Network
Since MSXML is a port of the desktop's MSXML and most of the changes in it were to get it running on the WinCE Platform, MSXML code written for the desktop (assuming that it will run on desktop MSXML2 SP1) should be applicable to WinCE.
MSXML internally raises exception 0xE0000001 when it encounters any type of error (invalid XML, out of memory,...) but it also catches this error internally and handles it.
MSXML configures itself not to have the debugger stop processing if an exception is hit, so you should never notice this except in the debugout.
www.pocketpcdn.com /articles/xmlfaq.html   (946 words)

  
 ONDotnet.com: XSLT Performance in .NET
The MSXML parser transformed the 100-node file in 3.0 to 3.5ms, depending on the complexity of the operation, with sorting being the most complex.
Word on the street is that MS have the original author of MSXML working on refactoring it all big-time for.Net 2.0, which is an implilcit admission of just how bad it is. We shall see...
MSXML always ends up being handled either by a script engine or a separate binary, just to be able to talk to the rest of the world.
www.ondotnet.com /pub/a/dotnet/2003/07/14/xsltperf.html   (3213 words)

  
 MSXML 3.0 SP5 Web Release Notes
For earlier releases, it was possible to redistribute MSXML 3.0 by having your Windows Installer package consume a single merge module (.msm) file.
This is possible when MSXML 3.0 appears to no longer be installed or available, but its assembly files still remain in the Windows system folder.
If you experience problems attempting to use MSXML 3.0 SP5 after removing an application that might have been using it, you can fix this issue by repeating the registration of msxml3.dll on your system.
download.microsoft.com /download/A/5/E/A5E03798-2454-4D4B-89A3-4A47579891D8/MSXML3SP_RelNote.htm   (746 words)

  
 Using the MSXML Parser
The MSXML parser is based upon the XML document object model, and it's important to review the various document objects.
The trick is then to retrieve the appropriate DOM object from the MSXML parser, the concrete implementation of which is a COM object.
The basic mode of operations is then first to instantiate a copy of the MSXML COM object itself, and from it request or otherwise obtain pointers to additional XML DOM objects (which are themselves COM objects).
www.endurasoft.com /vcd/msxml1.htm   (2145 words)

  
 [No title]
With MSXML 4.0, the client certificate can be installed in the local machine certificate store, whereas in the previous release the certificate was installed in the user's personal store.
In MSXML 4.0 SP2, you must explicitly import schemas that are imported in included schemas so that the including parent schema can use/reference schema definitions that they contain.
MSXML 4.0 SP2 prohibits the use of the XSD all element in a complex type extension when the base type is not empty.
download.microsoft.com /download/9/6/5/9657c01e-107f-409c-baac-7d249561629c/MSXML4SP_RelNote.htm   (2145 words)

  
 PerfectXML.com - MSXML :: Basics
MSXML, now known as Microsoft XML Core Services, is the COM based API to parse and process XML documents.
MSXML is also available in languages other than English, such as Chinese (Traditional and Simplified), German, French, Italian, Japanese, Spanish and Korean.
MSXML 4.0 does not support replace mode and can only be installed in side-by-side mode.
www.perfectxml.com /msxml.asp   (669 words)

  
 Conformance and Security Changes in MSXML 4.0 SP2
In MSXML 4.0 SP2, you must explicitly import schemas that are imported in included schemas so that the including parent schema can use or can reference schema definitions that they contain.
MSXML 4.0 SP2 prevents the use of the particle in a complex type extension when the base type is not empty.
The original release of MSXML 4.0 and MSXML 4.0 SP1 contained a bug where uniqueness identity constraints on elements were not validated when the types of the elements were changed by using the XML schema instance xsi:type attribute.
support.microsoft.com /default.aspx?scid=kb;en-us;820882   (1587 words)

  
 XML.com: An Overview of MSXML 4.0
However, MSXML 4.0 is a strong attempt by Microsoft to adopt W3C standards.
The MSXML DOM implementation exposes an API containing a set of interfaces for loading and parsing documents, working with document nodes, selecting document fragments, as well as dynamic validation against XML Schemas.
This allows previous versions of MSXML to work side by side and not be affected by the installation of the new parser.
www.xml.com /pub/a/2002/06/05/msxml4.html   (1063 words)

  
 Unofficial MSXML XSLT FAQ   (Site not responding. Last check: 2007-10-15)
Although there have been updates to the MSXML parser to make it more current, many people are not aware that they can download these and do not realize that they are using the older, less compliant processor.
Each of the new releases of the MSXML parsers have a bug listing page which describes all known problems with that version.
It is possible that there are bugs which have not been discovered with the current MSXML parsers, and it is also possible that some un-implemented part of the specification is not clearly documented.
www.netcrucible.com /xslt/msxml-faq.htm   (3165 words)

  
 kbAlertz: With Microsoft XML Core Services (MSXML), formerly known as the Microsoft XML Parser, customers can build ...
MSXML 4.0 provides such advantages as a faster XML parser, enhanced XSLT engine, and extensive support for the W3C XML Schema (XSD) recommendation compared to the previous versions of the parser.
MSXML 4.0 and later installs only in side-by-side mode and will not affect the installation of the previous versions of the parser such as MSXML 2.6 and MSXML 3.0.
Also, the MSXML parser versions are stand-alone and independent of each other; for example, installation of MSXML 4.0 does not require the previous versions of the parser to be present on the system.
www.kbalertz.com /kb_Q324460.aspx   (1303 words)

  
 MSDN Template for Authoring
If you experience problems attempting to use MSXML 3.0 SP4 after removing an application that might have been using it, you can fix this issue by repeating the registration of msxml3.dll on your system.
Additionally, when you install MSXML 3.0 SP4 for Windows 2000, Windows XP, or Windows Server 2003, you might notice in your deployment testing that your setup requires a reboot.
The MSXML 3.0 SP4 distribution does not directly support uninstall or reinstallation for different languages.
www.summation.com /scripting/msxml3/SP4RelNote.htm   (537 words)

  
 MSXML Wrapper CMarkupMSXML
This is great if you want to use MSXML but want to avoid the initial learning curve of programming to the COM interface, or if you are accustomed to CMarkup methods but want to take advantage of specific MSXML features.
Because of its dependency on the MSXML component installed on the machine, there is the deployment issue to consider.
MSXML is a fully compliant validating parser, so when a document is loaded it is checked for all aspects of well-formedness including character encoding, and validated if there is a DTD or XML Schema associated with the document.
www.firstobject.com /dn_markmsxml.htm   (511 words)

  
 Essentials - XPath in MSXML   (Site not responding. Last check: 2007-10-15)
MSXML 3.0 implements XPath 1.0, however XPath is not the default path language.
First, to set the path language to XPath the setProperty method of the IXMLDOMDocument2 interface must be called, passing the string SelectionLanguage as the first parameter and XPath as the second.
Last, the selectNodes method of the IXMLDOMNode interface is used to evaluate any XPath expression using any node in the MSXML DOM as the current context.
www.dnjonline.com /articles/essentials/iss25_essentials_xpath6.asp   (201 words)

  
 [No title]
Our integrated XML tools support for MSXML, means that Microsoft developers can be assured that the XML code that they develop will be 100% compatible with their production environments, unlike the approach favored by other XML tool vendors, who force you to use proprietary XML components.
Any XML parsing or validation errors reported by Microsoft MSXML will be reported to the XML output window, and using back-mapping, you can click on the error in the output window, and Stylus Studio will highlight the error in the XML editor.
The same support for MSXML 3.0 and MSXML 4.0 is offered, with the exception for XSLT profiling, however these features are planned for a future release and will be made available as a free upgrade to current AUP subscribers.
www.stylusstudio.com /microsoft/msxml.html   (616 words)

  
 Microsoft XSLT
The page is really just meant to be a guide for people with MSXML about approaching xslt-list; how to troubleshoot, what problems are common, etc. before coming to the list with questions.
I suspect that MSXML is being lenient when it allows you to have a reference to an undeclared entity in your source XML/XHTML, or perhaps you're just not using the method properly.
MSXML (msxml*.dll) is the library that provides the XML processing functionality, including parsing and XSLT processing.
www.dpawson.co.uk /xsl/sect2/microsoft.html   (1484 words)

  
 Download details: MSXML 4.0 Service Pack 2 (Microsoft XML Core Services)
MSXML 4.0 Service Pack 2 (SP2) is a complete replacement of MSXML 4.0 and MSXML 4.0 Service Pack 1 (SP1).
MSXML 4.0 SP2 does not replace MSXML 3.0.
MSXML 4.0 SP2 does not replace MSXML 3.0 because some obsolete and non-conformant features are no longer supported.
www.microsoft.com /downloads/details.aspx?familyid=3144B72B-B4F2-46DA-B4B6-C5D7485F2B42&displaylang=en   (399 words)

  
 MSXML and the Schema Object Model (SOM)   (Site not responding. Last check: 2007-10-15)
For those who have not worked with MSXML in the past, it might help to understand what MSXML is and what it can be used for.
Be aware that a preview version of MSXML 4.0 was released, and that version must be uninstalled prior to installing this final release.
MSXML 4.0 contains a variety of components and interfaces that can be used to work with XML.
www.informit.com /articles/article.asp?p=31360   (596 words)

  
 MSXML 4 SP 1 (Microsoft XML Core Services)   (Site not responding. Last check: 2007-10-15)
MSXML 4.0 SP1 offers a number of new features and improvements over the MSXML 3.0, including support for the XML Schema language and substantially faster parser and XSLT engine.
It can not replace MSXML 3.0, because some obsolete and non-conformant features are no longer supported.
MSXML 4.0 installs side by side with MSXML 3.0 and earlier, without any interference.
www.ntcompatible.com /MSXML_4_SP_1_Microsoft_XML_Core_Services_p9122.html   (104 words)

  
 Amazon.co.uk: Books: XML Application Development with MSXML 4.0   (Site not responding. Last check: 2007-10-15)
MSXML (Microsoft XML Core Services) version 4.0 is a free, feature-rich server component for all types of XML processing, including XML, XSLT, and Schemas.
This makes MSXML 4.0 a useful and robust tool that can be used as the processing engine behind a wide range of XML-based applications.
The first is a reference to the support for XML standards and proprietary extensions within MSXML.
www.amazon.co.uk /exec/obidos/ASIN/186100589X   (696 words)

  
 MSXML 5.0?
MSXML 5.0 now provides the ability to validate a single DOM node as an XML document fragment against the currently loaded DTD, schema, or schema collection.
Import DOM nodes MSXML 5.0 provides the means to clone a node from one DOM document, so it can be added later into another DOM document using the appendChild method.
For example, the section for MSXML 4.0 didn't talk about the better use of memory (over v 3.0), the faster dom parsing, or the considerable speed improvements in xsl processing.
www.forum4designers.com /message199862.html   (954 words)

  
 MSXML Blog: MSXML Download,MSXML Article,MSXML News,MSXML Archives
Download the latest MSXML 6.0, the full name is Microsoft Core XML Services (MSXML) 6.0, has improved reliability, security, conformance with the XML 1.0 and XML Schema 1.0 W3C Recommendations, and compatibility with System.Xml 2.0.
MSXML6 is also the first version of MSXML to provide a 64-bit redistributable package.
MSXML Blog is proudly powered by WordPress · XHTML· CSS · 17 queries.
www.msxml.cn   (410 words)

  
 MSXML Updates
MSXML is the software component of Microsoft Internet Explorer that provides it with its core XML functionality.
MSXML has been integrated into XMLwriter to perform validation and XSL transformation.
We chose to use MSXML as it is one of the fastest and most robust XML parsers available.
www.xmlwriter.net /download/msxml.shtml   (120 words)

  
 Principles and Frameworks Around MSXML   (Site not responding. Last check: 2007-10-15)
Microsoft's XML Toolkit (called MSXML or MSXML3 because of its current version), despite its proprietary nature, is one of the fastest, most robust, and most complete XML tools available.
In its latest incarnation (which is Version 3 at the time of this writing), it supports every major core XML technology, and it fixes the main characteristic that could have given it a bad reputation in the past--namely, the nonconformance to the latest XSLT standard, and the use of its own XSL dialect.
The names MSXML, MSXML3, and some capitalization variations such as msxml3 are common across the literature and Web content.
www.informit.com /articles/article.asp?p=23263   (387 words)

  
 Xml msxml xml validation xsd tool
Sometimes when you're looking for information on msxml xml validation xsd tool it's amazingly hard to sort out the the superior advice from the bad advice.
Finding the best msxml xml validation xsd tool information from millions of websites can be a major task.
The web grows and expands so msxml xml validation xsd tool online help and advice can't be beaten Possibly the best advantages that online msxml xml validation xsd tool e-commerce traders on their shopping mall msxml xml validation xsd tool organizations is their low running costs.
www.net-sightings.com /xml/msxml-xml-validation-xsd-tool.htm   (213 words)

  
 Using MSXML to read XML documents - The Code Project - SOAP and XML
I found it hard to find good example source code in C++ -- most of the code seemed written in an old-fashioned style without templates, or were aimed at C# or Visual Basic.
Parsing is done using MSXML, and I use ATL "smart pointers" to avoid the need to manually release everything.
Note that MSXML is Unicode, through and through.
www.codeproject.com /soap/ce_xml.asp   (771 words)

  
 Debugging Stylesheets Using Microsoft IE5 XSL Processing
The MSXML processor can be used from the MSDOS command line to emit transformations using the system character set:
The following is a simple script adapted from one posted to the XSL mail list.
This invokes the MSXML processor after loading two Document Object Model (DOM) objects.
www.cranesoftwrights.com /resources/debugmsxml   (579 words)

  
 Understanding the MSXML garbage collection mechanism   (Site not responding. Last check: 2007-10-15)
The MSXML parser internally uses a delayed freeing mechanism that is known as garbage collection to cause faster performance on multi-processor computers.
With MSXML 4.0 Service Pack 1 (SP1) and later, the parser implements a feature to turn off full garbage collection automatically when it detects too much contention.
Although turning full garbage collection off can increase speed, the result is that the MSXML parser cannot then interrupt activities such as the loading of large XML documents or long-running XSLT transformations to free memory.
support.microsoft.com /?kbid=304227   (719 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.