Why is ServerXMLHTTP send method returning an Automation Error?
I am wondering if someone can reproduce this on their system: the function shown below works fine on Windows 7 running Office 2013 with IE11, but it generates an "Automation Error" atXMLhttp.send on...
View Articleusing XSLT in SSIS XML Task
I develop SSIS (SQL Server Integration Services) solutions in Visual Studio, so I think this is the right place to ask this question. (I posted something to the SSIS forum on Friday, but no one has...
View ArticleMSXML 3.0, 4.0 and 6.0 dll versions
I have been assigned to find-out what certain machines (7(32/64)/2008 R2(32/64) and 2003 R2(32) are reporting thru NESSUS Tool as outstanding for the MSXML 4.0 SP2. The article reference by Nessus is...
View ArticleInternet Version 11 for Windows 7
How can I find out the latest MSXML versions included when loading the above software? (msxml3,4msxml,6msxml)michael john ocasio
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 ArticleMerge multiple xml from same folder
Hello ..Can anyone give me code to merge multiple xml using dataset and xsl.Write now i am using this code.. but I am not getting proper result. private void Form1_Load(object sender, EventArgs e)...
View ArticleselectSingleNode
Hi,selectSingleNode("string") returns null in IE8, whereas the same code returns a value in IE6.What could be the reason in IE8?
View ArticleHow to traverse the WordProessing ML open XML document xml to get the fill...
How can I traverse the xml using linqToXML to get the <a:solidFill><a:srgbClr val="FFFF00" /></a:solidFill>attribute?<w:document...
View Article[C#]Validation error (XSD importing DTD)
Hi,I have a problem validating a XML file against the schema that is linked to it. I opened that file with XMLSpy and Liquid XML, and both have Problems validating it. The errors seem to center around...
View ArticleHow to extract XML data and put it into a dictionary?
Hi , This is turning out to be a nightmare. I have an XML file where I want to extract two pieces of data and put it into a dictionary. I have asked this question on other forums and nobody has given...
View Articlexmllite is unable to write a backspace character
I am using xmllite to write xml in the form of a DataSet The data contains a backspace character If I write it with the dataset itself, it writes this...
View Articlehow to change the node name in XML with XLST
I have the following xml file; I want to change the node name of Emp.location to Emp_location, Edu.location to Edu_location, Addr.location to Addr_location as it was not supported by SSIS. I have...
View ArticleMultiple Namespaces in XSD Generated Code
I am using Xsd.exe to generate C# classes from an XML schema. My "primary" schema imports a second schema containing simple type declarations in a different namespace than the primary schema. My...
View ArticleHow to compare XML schema programmatically
Hi all,I'm looking for the best way for comparing and generating changes between two XML sachems. Looking at this forums I saw the following recommendations :Use XML diff tool. Load the schema to...
View Articleno indentation and new lines after
Hi Forum,I use visual studio 2010 to create my xslt files. In some situation i have to replace some old tags from the source xml. I do it like this:<?xml version="1.0"...
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 ArticleXmlResolver implementation does not get called
Hello,I want to use images in XSLT trasnformation. These images are included in my project as EmbeddedResources. I'm trying to implement custom XmlResolver that will look for it in Resources, but...
View Articlexmllite is unable to write an escaped backspace character
I am using xmllite to write xml in the form of a DataSet The data contains a backspace character If I write it with DataSet->WriteXml(), it writes this...
View ArticleHow Do I Remove a Namespace from an XElement?
Dim root as XElement = <Root xmlns="http://services.pivot.rrd.com/US01_PVT9019WS/"> <Child1>1</Child1> <Child2>2</Child2>...
View Article