Hi;
I have a node where it is "<w:t> </w:t>" and what I get from XmlTextReader
is Element, SignificantWhitespace, EndElement instead of Element, Text,
EndElement.
Question 1 is why? The text of that node is a space.
Question 2 is how do I handle this. Do I watch for a SignificantWhitesp...
more >>
Hi,
I have following schema saved in new.xsd
<?xml version="1.0" encoding="utf-8"?>
<xs:schema
targetNamespace="http://www.smpte-ra.org/schemas/429.7/2006/CPL"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
xmlns:cpl="http://www.smpte-ra.org/sche...
more >>
Is there any class or wrapper or support in .NET of any version for
Microsoft.XML components. XMLHttpRequest is an object from MSXML component.
If i'm not mistaken MSXML is designed preior to .NET. Is there any related
objects in .NET namespaces?
One of our client exposed an XMLInterface ...
more >>
Given an XML stream as below, is there any possibility to convert the same
into any treditional class style with . (dots) as seperator of the nodes of
the xml file...
for instance
bank.code.tostring() should reslut me "5070" and
bank.description.tostring() should result "ICICI - Banga...
more >>