Issues reading XML File UTF-8
Hello, I've been trying to read a xml file that is generated when I build my project, below is the xml<?xml version="1.0" encoding="utf-8" ?><configuration> <configSections>...
View ArticleAdding namespaces to xml doc.
using msMXL2 in VBA how can I add the following root element<edgarSubmission xsi:schemaLocation="http://www.sec.gov/edgar/thirteenffiler eis_13F_Filer.xsd"...
View ArticleGenerated serialization assembly is not signed:
I have gone into the properties of my project ad signed the assembly, but when i try and build the project i get the following error on the Post build eventcall...
View ArticleHow can I set the source of an Image by stating the XML “location” of said...
<xml encoding="utf-8" companyName="HP Store"> <Application appName="MercedesBenz" brandName="E Class Models"> <Season name="E CLASS Saloon" type="vfg:seasonfolder" modified="Mar 12,...
View Articleusing where clause in linq to XML
Dear all,I have the followinf code snipetpublic List<Answer> GetAnswers(System.Guid QuestionId,XDocument doc) { List<Answer> A = new List<Answer>(); var a = (from answer in...
View Articlewhat is the difference between XMLWriter and XMLStreamWriter
what is the difference between XMLWriter and XMLStreamWriter
View ArticleConcat using for each loop and string as 'and'
Hi, i'm a newbie to XSLT and trying to learn new things. recently I've encountered a case where in i should apply a for each loop and concat strings using 'and' keyword. Below is a part of my xml...
View ArticleSingleSelectNode with CustomXML in Word
I have some CustomXML data in a Word document that I'm trying to reference in VBA. I have got as far as loading the XML part, but can't get the specific value out.XML:<?xml...
View ArticleMSXML causes virtual memory exhaustion eventually the app hangs forever
Hi, we are having issues with MSXML, we have an app (developed in c plus plus as isapi extension (which means multithreaded requests)) which is continously hit by requests to loads and parse xmls. (if...
View ArticleXmlDsigExcC14NTransform Namespace Propogation
Hi All,I am using the System.Security.Cryptography.Xml.XmlDsigExcC14NTransform function to convert an XML document into C14N standard ready for applying hashes and digital signatures. I am having...
View ArticleXSLT-displaying the number followed by alphabets
<PassengerList><SeatNumber>1A</SeatNumber><SeatNumber>1B</SeatNumber><SeatNumber>1D</SeatNumber><SeatNumber>1E</SeatNumber><SeatNumber>1F<...
View ArticleHow to insert XML Data that is stored in a body of an email?
Hello Together,we have a order system which receives orders by email. The order is stored in xml code in the body of an email. I'm looking for an solution that writes the information from the xml body...
View ArticleXML File - trailing equal sign character
We have report generation application (VB.net) that generates an XML file and other data files that are emailed to our problem server. Using Outlook the incoming report is processed and the info is...
View ArticleHow to upload an XML file into our SQL database in SSIS?
I am a newbie with SSIS 2008 R2. I have an XML and XSD file with the following structure that I am trying to upload in SSIS. It's really basic what I'm trying to do, but I encountered a few problems....
View ArticleXml to Save TextBox, ComboBox, DatagridView input
I have written a program with approx 20 text boxes, 5 ComboBoxes, and 7 DatagridView boxes. I have been told to save the user input for reopening the file later, I should use Xml. I have never written...
View ArticleXml to Save TextBox, ComboBox, DatagridView input
I have written a program with approx 20 text boxes, 5 ComboBoxes, and 7 DatagridView boxes. I have been told to save the user input for reopening the file later, I should use Xml. I have never written...
View ArticleXML dynamic fields to LINQ
<PVdata> <dev> <pvname>bbharp1</pvname> <pvtype>harp</pvtype> <isactive>true</isactive> <beamline>J</beamline>...
View Articleconvert Datarow column algorithim to XmlNode or XML Reader from xml File in c#
Dear sir, the below algorithm is working fine. for the XML File as below. but according to requirement no use dataset.so i have created the above algorithm as follows but looping not...
View ArticleAccess XMLnode withtout prefix
Hi,I would like to access my xmlnode without prefix in vbscript using XMLDOMExample, below xml (c:\sample1.xml)<ns:bookid="bk101"> <ns:author>Gambardella, Matthew</ns:author>...
View ArticleNeed Unique Numbering based on XML Nodes
Hello Everyone,I am stuck in one requirement where i have to provide unique id for the corresponding xml nodes. Lets say, my XML looks like this:<?xml...
View Article