Rename node, XSLT 1.0
Hello,I have an XML like this:<Temp_Node_A>data</Temp_Node_A><Temp_Node_B>data</Temp_Node_B> ... etc ...I want it converted to...
View Articlexml Reading issue
Hi,Below is the xml,<?xml version="1.0" encoding="utf-8"?><UsersList><User><Name>sam&Tim</Name><Address>21, bills street,...
View ArticlePowershell - Read XML with multiple nodes - missing nested multiple nodes
I have this following XML file that is read with the Powershell script below. It reads all the elements to the screen except for the nested Filename:param([string]...
View ArticleHow to create a multi-level XML file
VBScript:CreateObject("Msxml2.DOMDocument"), How can I get the result like:<?xml version="1.0"?><HOWTOS> <TOPIC> <Language>...
View Articlehow to XMLDOM createElement("Record index="1")
XMLDOMhow to createElement("Record index="1")
View ArticleFind specific XML Nodes in httpwebresponse
Hello Guys,http://s000.tinyupload.com/?file_id=07672783697545510627I want to loop through the attached Httpwebresponse document to find below mentioned nodes in each <d:element/>...
View ArticleschemaLocation problem with Serialization.
I am using serialization in c# 3.0 (trying to serialize). I want to use the schemaLocation xml attribute as that is what is in an example i need to stick to. I cannot work out what c# attribute i need...
View Articlexsd.exe and attribute group
Hello, I have a problem, maybe it is a duplicate, in this case my apologies.I have a xsd like this:<?xml version="1.0" encoding="utf-8"?><xs:schema xmlns:pi="TestNested"...
View ArticleUnable to debug xsl in Visual Studio 2015RC Community
Hope someone can help,The options to either debug/start/stop an xsl file are greyed out in the xml editor toolbar - I was following this approach Walkthrough: Debug an XSLT Style Sheet. This works fine...
View ArticleProblem using XmlTextWriter export to excel
Hi everybody, Having problem getting the desired result of xml file. Can you guys help me with this? The function is exporting data from database to an excel file, and then importing the changes in...
View ArticleMSXML2 error on Windows 8 with Visual Studio 2010
Hi,On compiling my project in Visual Studio 2010 on Windows 8, it gives the following MSXML errors:error C2065: 'DOMDocument60' : undeclared identifier ..\somepath\myfile1.cpperror C2039:...
View ArticleXML saved as xls
Can someone show me the steps, including references and namespaces required, to open an XML file and save it as an Excel spreadsheet WITH AN .XLS extension programatically using VB.net (VS 2003)?The...
View ArticleUnable to parse CSDL
I'm using CsdlReader in C# to parse a csdl. Part of the XML file is as...
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 ArticleList error: "List datatype must be derived from an atomic datatype"
I've read that List and Union are not well supported in MSXML and I'm finding this issue perplexing beyond my ability to resolve it and would appreciate some help. I've tried every permutation of...
View ArticleHow does XSL process
I'm new to XSL and having difficulty in understanding how/when patterns match/process. I understand that it is declarative, not procedural, and am at the disadvantage of trying to process XML ->...
View ArticleChange Size With GPO of Temporary Internet Files IE 11
I'm looking to change the default settings of IE 11 for Temporary Internet Files I need to do this with a GPO on a Windows Server 2012 R2 Do you have any ideas? Thanks for the help
View ArticleSorting XML -> XML using XSL
I'm new to XSL and having difficulty in understanding how/when patterns match/process. I understand that it is declarative, not procedural, and am at the disadvantage of trying to process XML ->...
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 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 Article