331) 9/27/2007 Q251145 PRB: XML/XSL Render Tags as Empty-Element Tag When an Attribute Is Added with No Content (Q251145)
When you use XSL to add an attribute without any content between the start tag and the end tag, the Microsoft XML parser, MSXML, will render it as empty-element tag. 332) 9/27/2007 Q252339 HOWTO: Acquire Descriptive Information on an XML Error in Visual Basic (Q252339)
The XML Object Model provides several ways to handle errors when they occur as a result of the XML document. One of these is the document object's 333) 9/28/2007 Q254643 PRB: loadXML Method Fails to Process DTD or Schema with Relative Path at the Server Side (Q254643)
When you use the 334) 9/27/2007 Q252514 HOWTO: Select a Single Node in an XML Document from a TreeView in Visual Basic (Q252514)
One of the methods added to the 335) 8/21/2006 Q252675 INFO: Use String Parameters to Handle XML Documents Across Tiers (Q252675)
When you send information between component tiers in Extensible Markup Language (XML), you may want to use strings rather than instances of the MSXML DOMDocument object. 336) 8/18/2006 Q255947 FIX: XML: HTTP Redirect Permits Cross-Domain Access to Data (Q255947)
When you perform an HTTP redirect with XML, no security check is performed when the redirect references data at a location on a different domain. 337) 9/28/2007 Q255950 PRB: XML: LoadXML Incorrectly Stores Space-Only Field Values (Q255950)
When XML stores an element that contains only spaces (blanks), LoadXML incorrectly trims the spaces when it reads the data in, so that an empty string is returned. 338) 9/27/2007 Q246230 SAMPLE: XMLTree Uses XML DOM from C++ (Q246230)
XMLTree.exe is a sample that demonstrates how to use the MSXML XML DOM interfaces from a C++ application. 339) 10/1/2007 Q247708 PRB: Strings Passed to loadXML must be UTF-16 Encoded BSTRs (Q247708)
When you use the loadXML method of the MSXML parser, attempting to include non UTF-16 character sequences in the BSTR parameter passed to loadXML may result in the following error message: 340) 9/26/2007 Q249221 FIX: XML Parser Error if Datetime Datatype in Nanoseconds (Q249221)
The Microsoft MXL parser (MSXML) may return a parse error when it handles a dateTime field with a factional-second measurement of more than three digits. 341) 9/23/2007 Q251134 PRB: XML Parser Cannot Parse UTF-7 Documents (Q251134)
When attempting to load an XML file saved as UTF-7 (a transfer encoding format for Unicode), the XML parser in Internet Explorer generates the following error message: 342) 9/27/2007 Q251246 PRB: XML DOMDocuments Created in Separate Processes Cannot Be Combined (Q251246)
If you create an XML document in one process, pass that XMLDOMDocument to another process (say, for example, an Microsoft Transaction Server component), and try to create a new XML DOMDocument using a node or element from the first XML docu 343) 9/23/2007 Q251354 HOWTO: Locate and Replace Special Characters in an XML Document with Visual Basic (Q251354)
XML predefines five entity references for special characters that would otherwise be interpreted as part of markup language. These five are listed here: 344) 8/1/2007 Q251273 Sample: Create XMLDOM Document with #import (Q251273)
NewXMLDOC.exe is a Visual C++ sample that shows you how to create a new XMLDOM document from scratch when you use #import on Msxml.dll. 345) 10/13/2006 Q254388 HOWTO: Create XML Documents with Binary Data in Visual Basic (Q254388)
XML schema defines the ability to create an XML node as either bin.base64 or bin.hex, which are two forms of encoded binary.
1
2
.... .... 19
20
21
22
[ 23 ]
24
25
26
27
Previous Page
Page 23 of 27
Next Page
|