MSXML 4.0 SP3
While the closing end of lifecycle of the above dll is here...... Which is the more efficient or secure way to uninstall this dll?Is there a way to find the application or applications that depends on...
View ArticleMXXMLWriter output in Excel
I'm trying to create an XML file based on some cell content in excel. Fairly new to VB, and this is the first thing I've tried writing as an excel macro. I was able to get a file that was structured...
View ArticleHow do I encypt/decrypt whole XML fille?
How do I encrypt/decrypt an entire XML file in C#/XML? This is not web.config. This is a separate XML file used for storing information about the application. It needs to be encrypted by a...
View ArticleVS 2010, XSD, Database change
Using Visual Studio 2010 and an XSD to handle data sets and table adapters.I am moving the application's database objects to a new server (SQL 2005 to 2012). Along with moving to a new server I am...
View ArticleSchema 'http://schemas.microsoft.com/ws/2005/05/envelope/none' offline?
Does anybody know why this schema file is offline:http://schemas.microsoft.com/ws/2005/05/envelope/noneI always get:The resource you are looking for has been removed, had its name changed, or is...
View Articlereading x and y attribute from XML File and plot the points on a bitmap. the...
I am trying to visualize some eye tracking data stored in XML FILE. i want to plot the gaze point (x,y) for each fixation on a bitmap <StimulusSegments> <StimulusSegment name="Task01"...
View Articlexsd.exe 'path is too long after being fully qualified'
Hello all,I am attempting to use xml schemas to generate a class. Is there a way to name the output file?For example:When I run the following:c:\xsd /classes /language:vb...
View ArticleCreate Excel Spreadsheet from XML, loop through child nodes
I am working with the XML below trying to generate an Excel spreadsheet from it. It is mostly working fine but I am having issues with a loop inside a loop....
View ArticleXML
I have create a playlist web service. I want to give a track score of 1 for each unique title "string" that appears in a playlis and add one to the track score for each additional playlist this track...
View ArticleXML serialization of a base class property
I need to serialize a class called "NodeCollection", which is a list of "Node" objects. "Node" is an abstract class from which I derive "NodeA" and "NodeB". I can successfully serialize the nodes in...
View ArticleHow do I use an XML Schema document in the serialization/deserialization of...
so far I have an XML file and it's XML schema definition, I also was able to use xsd.exe to create the classes from the XSD documentHow do I use the generated classes for the XSD document to work with...
View ArticleConverting .zip file into binary equivalent & embedding the same in Xml using C#
I am working on a project wherein i need to send a .zip file containing multiple folders and files over from server to client side using C#. But the constraint is that i need to send it using XML...
View ArticleXML to Dictionary
Hi, I have an object.InnerXml that returns an XML that I would like to transform in a Dictionary, does anyone has an idea how to do it please?object.InnerXml<GetAllSiteCollResponse...
View ArticleXSLT Issue - Donot need XML Namespace at Element Level. Please Help
Inpput XML:<MT_Superior_invoice xmlns=’abc.com' xmlns:soapenv='http://schemas.xmlsoap.org/soap/envelope/'...
View ArticleLinq to XML
Could any one help me to find the below heighted in bold, italic and underline key from below XML? As I am new to Linq to XML.It will be good if any one can provide me any hit so that I can work in...
View ArticleHow i can transform hierarchy Xml to flat presentation
Hi All , May be someone knows , how i can transform hierarchy Xml like as "<node><node></node></node>" to flat...
View ArticleXml Attribute in Xml Array
Hi,Im trying to serialize a xml document with an array element also have attributes like below:<HotelList d1="4" d2="3"...
View ArticleHow to ignore DTD when applying stylesheet to an html document
Hi,i'm trying to ignore DTD/DOCTYPE , when applying stylesheet to an HTML document. (JAVA side).Transformer transformer = factory.newTransformer(new StreamSource(new StringReader(xslContent)));where...
View ArticleXSLT transform takes lots of time in console application(more than 5 minutes)...
Hi In console application when we are trying to transform XSLT , its taking lots of times to translate.<o:p></o:p>transform.Transform(xmlReader,outputXmlWriter);Code given below:::protected...
View ArticleHow to ignore DTD when loading XML document
Hi,I am trying to load an XMLdocument from a URL that returns XML with an embedded DTD directive that points to a folder on the external web site with a relative path. The XMLDom thinks this is a...
View Article