Unable to read values from the XML which is passed as a parameter to the XSLT
I need a help with the below situation.I have two sources of XML which I am passing to the XSLT and read the values from both the XMLs by mapping the common field and derive the output, but I am not...
View ArticleHow can I 1)read & 2)parse the XML file and 3) put the parsed data into...
Actually I can find these things with C#,VB.net but i need to be done this in " C++ ".I am doing these operations on XML file using PUGIXML but I need to do this without using these PUGIXML,RAPIDXML...
View ArticleThe processing instruction target matching "[xX][mM][lL]" is not allowed
Error WS Betha NFSe: <?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?><ConsultarLoteRpsResposta xmlns="http://www.betha.com.br/e-nota-contribuinte-ws">...
View ArticleHow to add attribute to an XMLNode
Hi I have XML document which has following structure <Item> <Type>Tyre</Type> <Level>10</Level> </Item> <Item>...
View ArticleXElement InnerText
How is this set? For example, if I have this XmlElement code:XmlElement element = MethodToBuildElement(); element["something"].InnerText = "stuff"; How is this done with the XElement class as opposed...
View ArticleDifferent behaviour of XSD validation on Windows8
Good morning, I found that XSD validation on Windows8 (probably because of different MSXML6 version?) behaves differently from previous OSes with respect to fixed attributes defined in XSD.If you...
View Article.XML needs fixing - missmatched tag
can someone help me figure this XML out, getting incorrect tags and i cant seem to fix it on line 17.<?xml version="1.0" encoding="utf-8"?><PreferenceScreen...
View ArticleUsing a ECDSA Certifcate to Digtially Sign a XML Request
Hi,I have been trying to work out how to create the following xml structure via the SignedXml class provided by the framework. The issue that I have is that the certificate type is an ECDSA one and...
View ArticleChange the xml processing instructions using msxml (c++)
Hi All,Please help to change the xml processing instruction using msxml. c++<?xml-stylesheet type="text/xsl" href="D:\SAMPLE.xsl"?> This href="D:\SAMPLE.xsl" need to change to...
View ArticleHow do I display correct output using xslt code
I would like to get correct output but my template is returning wrong output.Correct output should...
View ArticleHow do I add one more condition to my when count statement?
I have a when statement that I would like to add one more condition. I would like to add CaseParty with an Op='A' to my existing count. How do I do that?Here is my xslt when test count...
View Articlexml validation issue
Hi,below is the sample code i am using,xsd:<?xml version="1.0" encoding="UTF-8"?><xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"><xs:element...
View ArticleMultiple text with same tag XSL
How do i write XSL for the following<ti><a>00732094000375</a><ati code="XYZ">122</ati><ati code="ABC">165</ati></ti>can you help me get the value of only...
View Articleconditional based validation
Hi, Assume, i have following two fields IsFixed, Reason IsFixed will have have enum value like "Y" or "N" So if IsFixed has "N" in the xml then "Reason" element should have value. If not then it can...
View ArticleXSD help
<item>3<abc>375</abc>4<source>5<id agency="vendor1">901223</id>6<id agency="vendor2">5079</id>7</source>8</item>i have an xml of this...
View ArticleAdding button to a custom tab in excel
<?xml version="1.0"?><customUI xmlns="http://schemas.microsoft.com/office/2009/07/customui"><ribbon><tabs><tab insertBeforeMso="TabHome" label="T-K"...
View Articlevalidation questions
Hi,I have below elements in my xml<UserName></UserName><Age></Age><BirthTime></BirthTime><Description></Description>User name value should not be...
View ArticleEmpty Elements with self closing tags
I will like to add a self-closing tag to an empty elements using DOM C# Example: <tag test"ttt"> </tag> <tag test"ttt"/>
View ArticleNewbie - How to communicate a non .asmx SOAP Web service
I need to access a pre-existing SOAP web service, but it has a .dll extension, not asmx.The intention is to connect it with xamarin forms in C#, but the problem is that I can't really even get started...
View Article