Getting access to XML Node
Hi,This could be the wrong forum, but it is a follow on to an earlier question I posted here about the WordOpenXML string defined by a Word rich text content control.I am basically trying to get access...
View ArticlePurging unwanted attribute nodes using XSLT
I am not even a novice with XML, so please be gentle. If I have an XML string with undesirable attribute notes, how could I define and use an XSLT to purge those nodes from the string. Here is an...
View ArticleUninstalling MSXML 4.0
Hey folks,Vulnerability scans done on servers (in this case Win2008 Server) in our environment is reporting multiple issues due to MSXML 4.0 still being installed. As you know, installing SP3 doesn't...
View ArticleTo write custom xslt for avoiding French Characters in Request XML
There is a requirement where we are asked to identify French Characters in the request xml and either replace it with English character or reject the request. Is there any easy way to implement this in...
View ArticleExtract single node from XML using XSLT
I have the following code with a small snippet of XML. How can I use XSLT to extract a single node from the XML:Option Explicit Const strXSLT As String = "<xsl:stylesheet version=""1.0""...
View ArticleMSXML 6.0 Behaving differently on Windows 7 to Windows 8.1
HiI have, over the past 6 months, been maintaining VBA code based in an Excel 2010 workbook that references the MSXML library with no issues. Recently colleagues have upgraded from Windows 7 to...
View ArticleUse XSLT to a) extract a single node from XML and b) purge that node of...
I have received assistance in other posts in this forum to achieve each of the subject goals as separate processes, but I just can't work out how to combine those into a single process. The following...
View ArticleTransform one XML format to another XML format using XSLT
Hi ,Need help to write XSLT can translate one XML format to another XML format.INPUT-----------------------<Response><RItemList><Items><ItemName>...
View ArticleSerializing xs:dateTime vs. xs:time UTC issue
Serializing a DateTime using the code below produces some unexpected results. If I specify type as xs:dateTime the result is as expected, i.e. "2009-12-24T08:30:00Z". Now, if I change the type to...
View ArticlePublisher name with " Borva " intentionally gave my mail id for support of...
The publisher with name " Borva " gave my mail id intentionally for his app support and i am recieving lot of mails regarding the refund of the money for the purchased app and this is becoming a big nu...
View ArticleLinq to XML get distinct
I am pretty new to LINQ and hence having difficuilty in writing Linq to xml query for foloowing xml<?xml version="1.0" encoding="UTF-8" standalone="true"?>...
View Articleread pdf content into text file using c#.net
Dear all,Im trying to read pdf content into text file using c#.net.when i trying to read pdf, its returning content as a unicode characters .so how can i read the characters form pdf.Thanks,ram krishna
View ArticleUMDH, Windbg Dump show leaks for MSXML, Task manager show Memory is increased
I notice a large leak in my program when using MSXML CoCreateInstance. I do not see memory being released after the CoUninitialize() is called. What should I do to make sure that memory gets released?...
View ArticleXML Notepad: Where can I get it? What can it do for the new XML users?
Hi all,I am new in using XML in the Microsoft Windows 7 Enterprise - Network Computer System. I have Microsoft Office 2007, SQL Server 2012 Management Studio and Visual Studio 2012 Express in my PC...
View Articlebuild error: invalid Resx file. Resx input is not valid. Cannot find valid...
I get the error in the title when I go to run my program. I don't understand the error since my Resx file does have a reader and a writer field. I have copied the text of my Resources.resx file below...
View ArticleElements Duplicated and Declared Twice Validation Bug/Error Issue..?
I'm looking for a thread which can point me in the right direction regarding xml elements being duplicated and declared twice. I.E. when I open a .xsd file I get errors stating ,e.g., The complexType...
View ArticleLarge Amount of Data Retrieving using XElement in C# Windows Application
Hello Everyone,'m developing software Customer Management System in C# windows application based on XML Database. In my database near by 1,00,000 entries. i have a trouble in retrieving 1,00,000...
View ArticleQuestion regarding processing XML files
I want to compare 2 xml files and generate 3<sup>rd</sup> xml with below format.XML files size can be greater than 1GB.In this scenario what is the best approach to compare the two xml and...
View ArticleFor testing purposes I need a XML source that refers to a schema.
For testing purposes I need a XML source that refers to a schema.Can anybody please provide me with such?Thanks in advance for any replies.
View ArticleInvalidOperationException when serializing clasess generated by xsd.exe
HI,I have a source XML file then with xsd.exe I generate the *.xsd then the *.cs file where i have these classes//------------------------------------------------------------------------------ //...
View Article