What version of MsXml is used as default by MsXsl.exe
Hi Team,We currently have MsXml versions 3.0, 4.0 and 7.0 on our Windows 2012 server. We use MsXsl.exe to process xslt files into csv in our application. MsXml version 4.0 has been flagged by our infra...
View ArticleHow do you filter an XML - with the following query?
Not really sure how to put it, but I can not seem to filter when I used the following clause: and c:SampleNumber not like 'NPR%'Any ideas? What am I doing wrong? Any pointers in the right direction?...
View ArticleGetting node values separately using msxml parser in vc++?
In the below example how can i get the text values separately like : { {i am parent text}, {i am child1}, {i am child2}, {with above childs} } using {get_nodeValue} property in MSXML using c++ :...
View ArticleRetrieving Text strings in a mixed-content XmlElement
I have an XML Element that may contain elements, text or both. For example: Code Block<testvalue="-360.0"> <testlogic="OR"> fcs/heading-error-1 gt 180 fcs/heading-error-2 gt 180...
View ArticleHow to parse mixed content in xml using msxml parser?
How to parse mixed content in xml using msxml parser. please show with example
View ArticleFormatting Paragraphs to same length
Hi, the below xml is formatting the paragraph strange. the very first line is double the length of all the other lines. I have only included a portion of the text and rather than manually editing the...
View ArticleHow to avoid omitted namespace on OuterXml
When trying to build SOAP request using XmlDocument when calling myXmlDocument.OuterXml - it omits the "tns:" which breaks the SOAP request Simplest code to show the problem follows: var doc = new...
View Articlehow to keep the same background color in ambient mode
Hi everyone, I am creating a digital watch face where you can edit the background image, the problem is that in ambient mode it does not keep the same chosen background. Anyone know where I am going...
View ArticleHow to add the xmlElement from one xsd file within the xmlElement of another...
Hi,I'm using XmlSampleGenerator to generate the xml file from xsd. I'm able to generate the xml file from single xsd file directly using bellow code.using (var stream = new...
View ArticleXpath syntax for SelectNodes (and/or)
I have the following XML and I am trying to determine the correct XPath syntax to return the count of records where the "Division" node text = "Contracting" and the "Age" node text > 34.I would like...
View ArticleIs there any way to enter errors/Warnings in the XML file which I am...
Hello Everyone, I am validating my XML file with some DTD using some C# logic. I have to provide error details to my client in the same XML file which I am validating against DTD without using...
View ArticleInternet Explorer 11 MSXML Standard Support for XML Transformation
Hi, I have read through few Microsoft documentation website about MSXML Standard Support, specifically "https://docs.microsoft.com/en-us/previous-versions/windows/desktop/jj152146(v=vs.85)" but seems...
View ArticleHow can i compress\uncompress (zip\unzip) multiple files using ADF.?
Hello Team,I want to unzip and uoload in Blob storage/Lake storage i was referring the below mentioned link...
View ArticleStartindex cannot be less than zero when trying to create a sample xml file...
Using Visual studio pro 2015I have a xsd file and need to generate a xml sample file from it. Ive opened the file with the XML editor. When i Try to "Generate Sample XML", I'm met with the...
View ArticleXml reader for special character
I have a below xml file.<?xml version="1.0" encoding="iso-8859-1"?><bcreport created="20-Jun-2020 6:28:13 PM"><filecomparison created="20-Jun-2020 6:28:12...
View ArticleSignedXML.CheckSignature Always Fails
I don't think I posted my original question in the correct forum, so I'm going to close that one and post here.I'm currently working on a project which requires the XML posts to be digitally signed. I...
View ArticleI need to upload media content (video or image) storage in SQL Azure to Azure...
Actually the information is stored in BASE64 in a varchar field. I've created a stored procedure to convert that field into VARBINARY. With the following code: cast(N'' as...
View ArticleCosmos DB - Database level Access
How can I Prevent a user to not access a database in a Cosmos DB Account?Scenario - There are 5 databases and I don't want User 1 to access the data for Database 2, how this can be achieved?
View ArticleHyphen getting saved as illegal character in xml file
My input has Hyphen like Cloud license and on-premise license but it is saved in xml like below screen shot. a illegal character is there. when saving this text in xml then a illegal character is...
View ArticleHow to validate is number is valid year or not by RegEx
suppose number is 2009 or 2019 and it is a valid year but 19 is not valid year. so how could i validate a number is valid year not by RegEx. i found a code and it is working but i am not being able to...
View Article