How to combine 2 XMl nodes from the same document when they have child node...
-<NewDataSet> -<Header><BankName>SAMA</BankName><CashCenterName>SAMA Riyadh</CashCenterName></Header>...
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 ArticleHeap corruption during schema validation with MSXML6
I believe that I've discovered a validation scenario that causes a Heap corruption in MSXML6. I've been using the MSXML6 ISAXXMLReader to validate xml against an xsd schema in my application. The...
View ArticleXsd Schema
Good Morning, Can anyone give me the xsd file Sepa C2B Version 03.00 from 2016-11-21 with the tag NbOfTxsPerSts inside the OrgnlPmtInfAndSts tag. Any help would be appreciated, Iber Costa
View ArticleModify XSLT file according to output xml
I would like to modify my existing xslt file to get the xml in the output formInput XML is: -<NewDataSet> -<Header><BankName>SAMA</BankName><CashCenterName>SAMA...
View ArticleModify Xslt according to xml
I want to modify xslt file according to output xmlMy input xml is-<NewDataSet><Header><BankName>SAMA</BankName><CashCenterName>SAMA...
View ArticleLimit for tag size?
Is there a limited size for a tag?I Create an XElement and add several XAttributes. What I considered is, I've got a crash. After redusing the amount of attributes by one, doesn't matter which, it...
View Articleskip nodes that exceed certain length
I'm reading an xml file. Is there a way to skip certain nodes that have a value that exceeds a certain length?
View ArticleTo remove character from string using xsl and having a hyperlink
Here my testing results so far:Original:Results: But how can i make them as an hyperlink e.g <ahref="mailto:{@Users}"><xslvalues-ofselect=@Users/><a/>My template...
View Articlehow to find closing tags in xml file using c# example(i know.we can use...
i have an xml file and sometimes closing tags are missed(i know we can use schema) and just wanna know how to find missing tags using c#( an sample example would be enough)yogi
View Articleunexpected token. The expected token is '='.
Hi I am running below code and I am getting below error,'ID' is an unexpected token. The expected token is '='. Line 1, position 15.MY code is below. string ss = "<item product ID='124390'>" +...
View Articletrying to post to a rest url and get a response in C#.NET
ok here is my code , I get no errors so I am hoping that I am actually receiving a response back , it should be json like this below what I am wondering is how do I now parse it out IE get...
View ArticleHow do I add one xml document into another xml document?
I am having trouble adding CitationDocumentBatch element that is in this object objXMLInputDoc. I want to add it to this object objXMLCopyOfOriginalInputDoc. It should be added as a child of...
View ArticleHow do I check the first 3 characters in an element?
I have the node below. I would like to check if the first 3 characters are not equal to 169.How do I do it using xslt if test? e.g. substring(StatuteCode,1,4)="169") I think is is wrong.<StatuteCode...
View Articleignore/remove Namespace URI
I have a xml file with NameSpace on the root node let say xmlns="http://www.mysite.com/"i.e. <?xml version="1.0" ?><customers xmlns="http://www.mysite.com/"> <customer job > ....I...
View ArticleWhen checked using the W3C Validation Service there are some errors. How do I...
checked website is https://www.sebahotnews.orgLine 1, Column 16: Attribute “xmlns:b” not allowed here. TYPE html>↩<html dir='ltr' itemscope='' itemtype='https://schema.org/Blog'...
View Article3D effects in tiles in xaml
I am using MahApps.metro a third party library for creating tiles in wpf xaml but I need these tiles to give a 3D effect.Can anyone provide me piece of code for 3D effects on these tiles.My code...
View ArticleSorting xml nodes in c#
How to sort the below xml based on DOB<recentData> <info> <Name>Vivek</Name> <DOB>20-07-2018</DOB> <Salary>6,458</Salary> </info>...
View ArticleNeed help creating component and sending post
We host two sites on a typical Windows Server 2016 shared-hosting provider. We use ASP Classic writing in javascript. We post credit card transactions to Authorize.net using the...
View ArticleSorting xml nodes using elements in c#
Hi, I have the below XML element that need to sorted based on date of birth <Info><EmployeeDetail> <field fieldKey="Employee Name" name="EMPLOYEE NAME"...
View Article