How to get the values from a XML file in vb.net and than this value put into...
I have to get the values from a XML file in vb.net and than this value put into a table in database. The values in XML file change each time so it means...each time we have a diff XML file. Please...
View ArticleHow do I add a condition to my vb.net code?
In the xml document below, I would like to check for 3 things 1. If Phone/@Current ='true' 2. If Type/@Word ='HOME' 3. If Invalid is not true I have done 1 and 2 but I am not sure how to do 3 in the...
View Articlexml message creation with default name space
Hi, I need to create xml message. I was trying to manually create xml message to make sure it is in valid format. I am getting error with below xml format<myRequest...
View ArticleEditing XML File through VP App
So, I'm making an App for my software class, it's an ATM. It starts off with a form, where you enter the PIN into the textbox, and it checks against the XML file, and if it's correct, it lets you...
View ArticleGetting error "The ':' character, hexadecimal value 0x3A, cannot be included...
Hi,Please help.I am getting the error "The ':' character, hexadecimal value 0x3A, cannot be included in a name" when i am creating a XElement.Like:XElement root = newXElement(nodeName, string.Empty);...
View Articlesearch pattern and extract from file using powershell
I have almost 400 .sql files where i need to search for a specific pattern and output the results. e.g *file1.sqlselect * from mydb.ops1_tbl from something1 <other n lines> *file2.sqlselect *...
View Article">About XSD.EXE - resolving xs:import...
Hello Folks,I was not able to find ready-to-use library for handling CSDL Schema v3.0 - need representation of collections, serialization and option to extend existing definition.I new that one...
View ArticleHow do I add a condition for notificationevents?
I need help to add a condition to my xslt. For all NotificationEvents, the HearingType/@Word='ACT' How do I do it? That is HearingType code must be ACT<?xml version="1.0"...
View ArticleSum of similar tag elements in XSLT
I'm already have write a XSLT for xml mapping for slimier tag, according to that out put coming with same tag repeating and few tagging, i want to summarize that similar tag including values sum.Can...
View ArticleLoad Multiple files Using SSIS
HI ,I have A probleme loading xml files into sql server 2008 using ssis .until now i didn't found a practical solution ; please guys i need hepl (soooo important)
View ArticleHow do I solve Cannot implicitly convert type 'uint' to 'int'. An implicit...
I need help solve Cannot implicitly convert type 'uint' to 'int'. An implicit conversion exists(are you missing a cast?)The following line of code is working fine, however a during code review, I was...
View ArticleAvoid duplicate using XSLT in XML transfrmation
My XML is <RxHistoryResponse> <Response> <Approved /> </Response> <Pharmacy>...
View ArticleHow to I check if string length equals zero in C#?
I have if statement if C# and I want to add a condition to check if string length equals zero for xml code <xsl:when test="(Cancelled='True') and...
View ArticleXML SpreadSheets StyleIDs Change upon saving?
I'm currently working on a little project where I write an XML Excel spreadsheet. So far i'm able to get everything down including the styles and populate the sheet with data. The main issue is that,...
View ArticleImplementation and performance of xsd.exe?
Hello, Is here any one who work on xsd.exe code?I do get "Circular reference" error on standard schema definition and try to find where is a problem.SchemaSet is for 3 schemas:- CSDL Schema v3.0.xsd-...
View Articlemsxsl.exe License/Distribution
Hello,I'm a software developer and I'm hoping that I can distribute msxsl.exehttps://www.microsoft.com/en-us/download/details.aspx?id=21714Can anybody provide me with licensing information for this...
View ArticleXML, Xsd, C#
hello every one,how can i deserelize an xsd generated class in order to use it?here is my class. I have to show the elements in a combo box.thanks for support :)...
View ArticleXML parsing help
Hi,I need to grab the "Quantity" value from the below xml code using C#:<td><content styleCode="xContentWrapping"><content ID="_42da39b0-83d2-4906-b8d9-531456d3220b">ALPRAZolam 0.25...
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 Article