IBM Computer, Laptops and Servers

Back Homepage Content Directory Resource Guide Blog

MSXML 4.0 SP2 Release Notes

Laptop Battery

Computer memory is the quickest, cheapest, and easiest way to improve the performance of your system. Find RAM memory upgrades for desktops, laptops, servers, and printers all backed by a lifetime warranty and guaranteed compatible with your computer. Shipping is an everyday low price of $1.99! Computer Memory Outlet sells memory compatible with all leading computer manufacturers like Dell, Apple, Compaq, HP, Sony, IBM, Lenovo, and many more.”

Thinkpad MSXML 4.0 SP2 Release Notes

You searched for information on battery and laptop computer. Your new compaq laptop battery comes in a discharged condition and must be charged before use (refer to your computer manual for charging instructions). Of course, once you decide on the laptop computer battery you need, you will want to receive it right away. Plug battery pack into DC input of your laptop computer which is located in backside of laptop usually. Toshiba laptop battery laptop batteries, laptop battery, toshiba laptop battery, batteries for laptop computer.

Microsoft The following release notes contain documentation updates to the Microsoft?

As a rental organization ICC has kept strong focus on service by following strict quality control procedures and providing 24 hour a day, 7 day a week technical support on every computer rental. Feel secure when renting a computer from iccrents.com. Rent Laptops from Quick, 1000 laptops in stock, HP, CPQ, Dell, IBM, 24x7 Support, Same Day deliveries available nationwide. 20 years of experience.

Laptop Computers XML Core Services (MSXML) 4.0 Service Pack 2 (SP2) Software Development Kit

"Computer industry analysts estimate that some 60 percent of all corporate data exists only on desktop and laptop computers, " said Walter Scott, CEO of Acronis. "Incorporating Acronis True Image with New Mexico Software backup server is the ideal solution to capture that corporate data and ensure that it is not lost. While traditional server backups are effective for protecting server data, every company should have a combination of server and workstation backup plans."

Laptop Computer (SDK). Use the headings below to locate the updated topic in the MSXML 4.0 SP2

Description Have a friend with a laptop Do they always complain about the heat Cool them down with HandStands' Cool Lift. Designed to help promote air flow and reduce heat, the Cool Lift is perfect for notebook computers with the latest hot processors from Intel, AMD, Motorola, or IBM. Proof Shields for Laptops help prevent scratches from normal laptop use. Proof Shield. It even completely disappears when applied!

Desktop Computer SDK table of contents.

Notebooks Note   These release

Lenovo notes update but do not replace the documentation found in the SDK.

Hard Drive Upgrading to the MSXML 4.0 SP2 SDK

Travelstar The following are important notes about proper installation of the SDK for

Gateway MSXML 4.0 SP2:

Laptop Parts The MSXML 4.0 SP2 SDK is not installed or upgraded by default.

Software To properly install or upgrade to the MSXML 4.0 SP2 SDK, uninstall the

Hard Drives previous version of MSXML 4.0 and then install MSXML 4.0 SP2 with the custom

Electronics option to install the SDK selected.

Canon If you do not uninstall previous versions of the MSXML4.0 SDK, the existing

Desktop Pc SDK shortcut on the desktop and start menu will refer to the previous version of

Desktop Computers the SDK.

Think Pad The file names of the MSXML 4.0 SP2 SDK have been changed to xmlsdk4.chm and

Repair xmlsdk4.chi.

Data Recovery To uninstall previous versions of MSXML 4.0 quietly, use the command line

Cisco option (this option will remove the desktop icon and SDK files):

Keyboard At the command prompt type "msiexec /qn /x" and then type the appropriate

Monitor product GUID. The product GUIDs are as follows:

Desktop MSXML 4.0 SP1 GUID = {35343FF7-939B-401A-87B3-FF90A5123D88}

Infosys MSXML 4.0 GUID = {2AEBE10C-D819-4EBF-BC60-03BF2327D340}

Refurbished Laptops Redistributing MSXML

Wipro The MSXML 4.0 merge module redistribution package allows you to distribute

Lap Top MSXML 4.0 with any Microsoft Windows?desktop application you build using

Refurbished Microsoft Visual Basic?6.0 or Visual C++?6.0.

Memory The following updates the "To create a Windows Installer package that

Intel installs MSXML 4.0 with your application" procedure.

As400 You are now required to include two merge modules, msxml4sys32.msm (installs

Averatec DLL files in the \Windows\system32\ directory on all supported versions of

Hardware Windows), and msxml4sxs32.msm (installs DLL files in the \Windows\WinSxS

Dual Xeon directory on Windows XP or later versions of Windows). When following this

Storage procedure, replace the msxml.msm merge module listed in the procedure with

Seagate msxml4sys32.msm and msxml4sxs32.msm.

Computer Sales DOM Reference

Computer Hardware The following are documentation updates for the Document Object Model

Printers (DOM).

Technology XML DOM Properties

Mainframe The following are documentation updates for the XML DOM properties.

Samsung dataType Property

Computer Repair nodeTypedValue Property

Used Computers dataType Property

Network The following statement in the remarks section for the dataType property is incorrect.

Digital Cameras "This property applies to DTDs only, not to XML-Data Reduced (XDR) schemas or

Desktops XML Schemas (XSD)."

Cognos The following updates the remarks section for the dataType property.

Hosting This property applies to Document Type Definition (DTD) and XDR schemas and

Netfinity it does not apply to XML Schemas (XSD).

Internet When an XML document is defined by an XSD schema, the dataType property for all nodes will have the value of VT_NULL. The dataType property is for XDR

Cheap Computer or DTD schemas. If you have an XSD schema, you find the type of a node by

Digital Camera calling getDeclaration and then getting the itemType. The dataType of elements defined

Printer in XSD schemas are not initialized and will return VT_NULL. In addition, the nodeTypedValue

Xseries property depends on the dataType to return the value

Maxtor information. If the dataType property is missing, it will

Data Storage return the variant as a VT_BSTR type.

Hitachi The reason for this behavior is that XSD schemas can define complicated

Rational custom types and there is no implementation in MSXML 4.0 to directly map between

Websphere XSD types and COM variant types.

Battery nodeTypedValue Property

It Support The following updates the remarks section for the nodeTypedValue property.

Western Digital This property applies to Document Type Definition (DTD) and XML-Data Reduced

Music (XDR) schemas and it does not apply to XML Schemas (XSD).

Networks When an XML document is defined by an XSD schema, the variant returned by

Toner calling the nodeTypedValue property is always of type

Cheap Laptops VT_BSTR. The dataType property is

Wholesale for XDR or DTD schemas. If you have an XSD schema, you find the type of a node

Brother by calling getDeclaration and then getting the itemType. The dataType of elements defined

Netvista in XSD schemas are not initialized and will return VT_NULL. In addition, the nodeTypedValue

Camera property depends on the dataType to return the value

Networking information. If the dataType property is missing, it will

Sharp return the variant as a VT_BSTR type.

Cheap The reason for this behavior is that XSD schemas can define complicated

Windows custom types and there is no implementation in MSXML 4.0 to directly map between

Monitors XSD types and COM variant types.

Linux You can explicitly set the nodeTypedValue property with

Computer Support a particular data type in the variant. The set operation does not change the

Used Laptops data type. The value in the variant is converted to the data type specified in

Cameras the dataType property, and the set operation returns an

Scanners error if the type conversion is not possible.

Panasonic When working with an XSD schema, you can get the corresponding variant type

Workstation by setting the dataType property before calling the nodeTypedValue property. A data conversion will occur, but it

Iseries may not always be possible. If the data conversion is not possible, a COM

Backup exception will be thrown.

Information Technology XML DOM Methods

Routers The following are documentation updates for the XML DOM methods.

180gxp This section contains updates for the following topic:

Notebook Battery setOption Method

Security setOption Method

Lotus The following updates the remarks section for the SXH_OPTION_SELECT_CLIENT_SSL_CERT option.

Virus With MSXML 4.0, the client certificate can be installed in the local machine

Thinkpad T42 certificate store, whereas in the previous release the certificate was installed

Thinkpad 600 in the user's personal store. After the certificate has been installed, you can

Thinkpad 600e use the Certificates MMC snap-in to view the certificate. If you have multiple

Thinkpad 570 certificates installed, you can use the setOption method to specify

Thinkpad 600x the name of the certificate with a full path to the certificate.const SXH_OPTION_SELECT_CLIENT_SSL_CERT = 3

Thinkpad 390x http.setOption SXH_OPTION_SELECT_CLIENT_SSL_CERT, "LOCAL_MACHINE\My\my certificate"

Thinkpad A31 The path specified refers to the registry key:

Thinkpad X20 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SystemCertificates\My\Certificates.

Bios Update SAX2 Reference

Laptops The following are documentation updates for the Simple API for XML (SAX)

Toshiba interfaces.

Laptop Battery This section contains updates for the following topic:

Thinkpad ISAXXMLReader Interface

Microsoft ISAXXMLReader Interface

Laptop Computers The following are documentation updates for the ISAXXMLReader interface.

Laptop Computer This section contains updates for the following topics:

Desktop Computer getFeature Method

Notebooks putFeature Method

Lenovo putProperty Method

Hard Drive getFeature Method

Travelstar Returns the Boolean value of a feature.

Gateway In addition to the features listed in the MSXML 4.0 SP2 SDK, the following

Laptop Parts feature is also supported:"use-schema-location"

Software putFeature Method

Hard Drives Sets the value of a feature.

Electronics In addition to the features listed in the MSXML 4.0 SP2 SDK, the

Canon ISAXXMLReader interface recognizes the following feature:"use-schema-location"

Desktop Pc True ?(default) Use xsi:schemaLocation to load external

Desktop Computers schemas.

Think Pad False ?External schemas will not be loaded.

Repair Access ?(parsing) read-only; (not parsing) read/write.

Data Recovery putProperty Method

Cisco The xml-string property in the putProperty method

Keyboard does not exist and should be disregarded.

Monitor List Of Known Breaking Changes In MSXML 4.0 SP2

Desktop Disclaimer   This

Infosys following section of this document describes changes made in MSXML 4.0 SP2 that

Refurbished Laptops break with compatibility to earlier versions of MSXML 4.0. While the list has

Wipro been reviewed for technical accuracy by the Microsoft XML team, it should not be

Lap Top interpreted as a complete or final list of any such changes. Potentially,

Refurbished additional breaking changes might exist in some usage cases. If you suspect you

Memory have come across a breaking change in MSXML 4.0 not documented here, please

Intel contact Microsoft Product Support Services (PSS) to report it and receive

As400 further technical support.

Averatec XSD validation will enforce <xsd:restriction> on a base

Hardware <xsd:simpleType> rule

Dual Xeon In MSXML 4.0 RTM and SP1, XML schema validation does not enforce restrictions

Storage that are defined on base simpleTypes.

Seagate For example, in either of these prior versions of MSXML 4.0, no validation

Computer Sales errors occur if you validate the data in the following sample XML document

Computer Hardware (Restriction.xml) against the sample schema (Restriction.xsd).

Printers Restriction.xml<?xml version="1.0"?>

Technology <AlphaTestValue>ABCDE-</AlphaTestValue>

Mainframe Restriction.xsd<?xml version="1.0" encoding="UTF-8"?>

Samsung <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"

Computer Repair elementFormDefault="unqualified">

Used Computers <xsd:element name="AlphaTestValue" type="AlphaTypeMaxLength6"/>

Network <xsd:simpleType name="AlphaType">

Digital Cameras <xsd:restriction base="xsd:string">

Desktops <xsd:pattern value="[A-Z]*"/>

Cognos </xsd:restriction>

Hosting </xsd:simpleType>

Netfinity <xsd:simpleType name="AlphaTypeMaxLength6">

Internet <xsd:restriction base="AlphaType">

Cheap Computer <xsd:maxLength value="6"/>

Digital Camera </xsd:restriction>

Printer </xsd:simpleType>

Xseries </xsd:schema>

Maxtor In these earlier versions of MSXML 4.0, no validation error would be reported

Data Storage even though the value of the <AlphaTestValue/>

Hitachi element contains a character (the "-" character) restricted by the schema, as

Rational indicated by the base type restriction in the <xsd:simpleType

Websphere name="AlphaType"/> schema rule (highlighted above).

Battery In MSXML 4.0 SP2, however, any XML data that violates restrictions defined on

It Support base simpleTypes fail validation. For example, MSXML 4.0 SP2 will raise a

Western Digital validation error when validating Restriction.xml against the

Music Restriction.xsd schema. This breaking change was implemented to enhance

Networks compliancy with the World Wide Web Consortium (W3C) XML Schema

Toner specification.

Cheap Laptops SetAttribute Method Raises Error When Attribute Value Contains

Wholesale Invalid XML Characters

Brother In MSXML 4.0 RTM and SP1, the IXMLDOMElement.setAttribute() method

Netvista would not report errors if the attribute value specified with this method

Camera contained invalid XML characters.

Networking For MSXML 4.0 SP2, only valid XML characters and character ranges are allowed

Sharp for use with the setAttribute method. Valid ranges for XML character data

Cheap are defined by the W3C XML language specifications 1.0 as characters within the

Windows following ranges of hexadecimal values:#x9 | #xA | #xD | [#x20-#xD7FF] | [#xE000-#xFFFD] |[#x10000-#x10FFFF]

Monitors If you upgrade to MSXML 4.0 SP2 and then attempt to use setAttribute

Linux to set attribute values that contain invalid XML characters, you will receive a

Computer Support runtime error message.

Used Laptops This is a breaking change that has been implemented to enhance compliancy

Cameras with the W3C XML specification. To resolve this, you must change your code so

Scanners that you do not permit the use of invalid XML characters when setting attribute

Panasonic values.

Workstation Schemas imported in included schemas must be explicitly imported

Iseries in including parent schema

Backup In MSXML 4.0 SP2, you must explicitly import schemas that are imported in

Information Technology included schemas so that the including parent schema can use/reference schema

Routers definitions that they contain.

180gxp For example, if the following dependencies between three separate XML schemas

Notebook Battery is in effect:

Security Schema A (a.xsd) uses an XSD include element to include schema B

Lotus (b.xsd)

Virus Schema B uses an XSD import element to import Schema C (c.xsd)

Thinkpad T42 If Schema A (a.xsd) then attempts to use schema components defined in Schema

Thinkpad 600 C, the following error message might be generated when Schema A is compiled:'<Namespace URI>' is an invalid targetNamespace URI.

Thinkpad 600e To resolve this error, Schema A needs to contain an XSD import element

Thinkpad 570 with corresponding namespace and schemaLocation attributes that

Thinkpad 600x explicitly import Schema C. Both attributes are required. An import element with

Thinkpad 390x just the namespace attribute alone will not suffice. The

Thinkpad A31 schemaLocation must also be included and it must specify the location of

Thinkpad X20 Schema C.

Bios Update This change was made in MSXML 4.0 SP2 to achieve further compliancy with the

Laptops W3C XML Schema specification.

Toshiba <xsd:all> not permitted in an <xsd:extension> when

Laptop Battery base type is not empty

Thinkpad MSXML 4.0 SP2 prohibits the use of the XSD all element in a complex

Microsoft type extension when the base type is not empty. This change was made in MSXML

Laptop Computers 4.0 SP2 to achieve further compliancy with the W3C XML Schema specification. Any

Laptop Computer attempt to use the XSD all element in this context will result in the

Desktop Computer following error when the schema is compiled:<all> is not the only particle in a <group> or being used as an extension.

Notebooks The following is a sample schema that features an invalid use of XSD

Lenovo all element in a complexContent type extension.<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">

Hard Drive <xs:complexType name="DataReader">

Travelstar <xs:sequence>

Gateway <xs:element name="PacketSize" type="xs:integer"/>

Laptop Parts <xs:element name="Encrypt" type="xs:Boolean"/>

Software </xs:sequence>

Hard Drives </xs:complexType>

Electronics <xs:complexType name="NetworkReader">

Canon <xs:complexContent>

Desktop Pc <xs:extension base="DataReader">

Desktop Computers <xs:all>

Think Pad <xs:element name="ServerAddress" type="xs:string"/>

Repair <xs:element name="ServerPort">

Data Recovery <xs:simpleType>

Cisco <xs:restriction base="xs:integer">

Keyboard <xs:minInclusive value="0"/>

Monitor <xs:maxInclusive value="65535"/>

Desktop </xs:restriction>

Infosys </xs:simpleType>

Refurbished Laptops </xs:element>

Wipro <xs:element name="RecvTimeoutMS" type="xs:nonNegativeInteger" minOccurs="0"/>

Lap Top </xs:all>

Refurbished </xs:extension>

Memory </xs:complexContent>

Intel </xs:complexType>

As400 </xs:schema>

Averatec The W3C XML Schema specification does not permit the use of the XSD

Hardware all element when extending a non-empty base complexType. In this specific

Dual Xeon sample for instance, an XSD schema sequence element could be used instead

Storage of the all element to define the complex content extension. For more

Seagate information on what is permitted in complexType extension rules, refer directly

Computer Sales to the XML Schema specification.

Computer Hardware XSD uniqueness identity constraints now checked when using XSI

Printers type attribute

Technology In MSXML 4.0 RTM and SP1, if an element's type was changed using the XML

Mainframe schema instance xsi:type attribute, any uniqueness identity contraints on

Samsung those elements were not performed as part of validation. This was a bug that has

Computer Repair been fixed in MSXML 4.0 SP2.

Used Computers For instance, in MSXML 4.0 SP2 an attempt to validate the following

Network Products.xml document against the Products.xsd schema will generate a validation

Digital Cameras error message reflecting the presence of a duplicate Product Id in the data.

Desktops Products.xml<?xml version="1.0"?>

Cognos <Catalog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

Hosting <products>

Netfinity <product>

Internet <productID xsi:type="ProductIdType">Prod1</productID>

Cheap Computer </product>

Digital Camera <product>

Printer <productID xsi:type="ProductIdType">Prod1</productID>

Xseries </product>

Maxtor </products>

Data Storage </Catalog>

Hitachi Products.xsd<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">

Rational <xsd:element name="Catalog" type="catalogType" />

Websphere <xsd:complexType name="catalogType">

Battery <xsd:choice>

It Support <xsd:element name="products">

Western Digital <xsd:complexType>

Music <xsd:choice maxOccurs="100">

Networks <xsd:element name="product" maxOccurs="unbounded">

Toner <xsd:complexType>

Cheap Laptops <xsd:sequence>

Wholesale <xsd:element name="productID" type="xsd:string"/>

Brother </xsd:sequence>

Netvista </xsd:complexType>

Camera </xsd:element>

Networking </xsd:choice>

Sharp </xsd:complexType>

Cheap <xsd:unique name="unique_part">

Windows <xsd:selector xpath="./product" />

Monitors <xsd:field xpath="productID" />

Linux </xsd:unique>

Computer Support </xsd:element>

Used Laptops </xsd:choice>

Cameras </xsd:complexType>

Scanners <xsd:simpleType name="ProductIdType">

Panasonic <xsd:restriction base="xsd:string">

Workstation <xsd:maxLength value="5"/>

Iseries </xsd:restriction>

Backup </xsd:simpleType>

Information Technology </xsd:schema>

Routers Security tightened when posting data using the ServerXmlHttp

180gxp object

Notebook Battery Security in the implementation of the MSXML 4.0 SP2 ServerXmlHttp

Security object has been enhanced to check the Internet Explorer security policy setting

Lotus for submitting non-encrypted form data. A security policy setting of "Disable"

Virus or "Prompt" for the "Submit nonencrypted form data" option will result in an

Thinkpad T42 "Access Denied" error message when attempting to post form data using the

Thinkpad 600 ServerXmlHttp object. This is a change that can potentially break

Thinkpad 600e existing code that uses earlier versions of the ServerXmlHttp object

Thinkpad 570 (such as prior released versions of both MSXML 3.0 and MSXML 4.0) to post form

Thinkpad 600x data when the Internet Explorer security policy setting for submitting

Thinkpad 390x non-encrypted form data is not enabled.

Thinkpad A31 To configure Internet Explorer security to allow submitting nonencrypted form

Thinkpad X20 data for all users on a computer, do the following in Windows 2000 and later:

Bios Update From the Start menu, click Run, type "mmc" and then press

Laptops ENTER.

Toshiba From the File menu, select Add/Remove Snap-In.

Laptop Battery In Add/Remove Snap-In, click Add.

Thinkpad In Add Standalone Snap-In, from the list of available snap-ins, scroll to

Microsoft Resultant Set of Policy and select it, and then click Add.

Laptop Computers The Resultant Set of Policy Wizard appears.

Laptop Computer Complete the Resultant Set of Policy Wizard using the following settings:

Desktop Computer For Mode Selection, select Logging mode

Notebooks For Compute Selection, select this computer.

Lenovo For User Selection, select Display policy settings for and

Hard Drive Current user.

Travelstar In the Resultant Set of Policy snap-in, expand the treeview in the action

Gateway pane and browse to Security.

Laptop Parts Tip   The path in the

Software treeview is as follows:Console Root

Hard Drives [username] on [machinename] - RSoP

Electronics User Configuration

Canon Windows Settings

Desktop Pc Internet Explorer Maintenance

Desktop Computers Security

Think Pad In the details pane, select Security Zones and Content Ratings.

Repair From the Action menu, select Properties.

Data Recovery In Security Zones and Content Ratings, select Import the current

Cisco security zones and privacy settings.

Keyboard Click View Settings.

Monitor In View Settings, modify the settings to enable the "Submit

Desktop nonencrypted form data" option for the appropriate zone.

Infosys The zone for which the setting should be enabled is determined by the zone

Refurbished Laptops under which the target URL of the POST operation is classified. For instance,

Wipro when posting to an Internet URL you will need to enable this option for the

Lap Top Internet zone.

Share this:

Add To Yahoo MyWeb Add To Google Bookmarks Add To Furl Fav This With Technorati Add To Newsvine Add To Bloglines Add To Ask Add To Windows Live Add To Slashdot Stumble This Digg This Add To Del.icio.us Add To Reddit

More about:

Aug September 2008 Oct
Sun Mon Tue Wed Thu Fri Sat
  1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30        

IBM Computer, Laptops and Servers Blog on Technorati Related Blog of IBM Computer, Laptops and Servers on Sphere
Content Directory
Resource Guide


JBO Solutions PCs Computer Parts and Accessories

Website Links
IBM Computer, Laptops and Servers Copyright © 2008 www.ibmfans.com. All rights reserved. Site Map
Homepage | Blog | Advertise | Privacy Policy | Disclaimer | Contact Us | Links