xml winrt printing
Windows 8 winrt .net printing is XAML based. You create a PrintDocument and AddPages which are rooted at UIElement.This would persume that all pages could be held in memory or is UIElement able to...
View Articleforms basics
hello friends, iam new to .net and i was to develop an application using only c# that creates an online quiz, the questions will be store in an xml file ,and the tag element names in that xml are...
View ArticleHow to query a node by its attribute ?
Hi,i have the following xml:<templates><template id="1"><node id="10"></node><node id="20"></node><node id="30"></node></template><template...
View ArticleDTD as Embedded Resource To Validate XML
I'm getting an error message of: HResult=-2146232000 Message=Cannot have multiple DTDs. Line 2, position 1. Source=System.Xml LineNumber=2When I try to use my embedded DTD to validate an XML file.I...
View ArticleValidate loops in XML using XSD
Hi,In my application i have a parent node which contains many child nodes. I want to validate the number of child nodes using another XML node elements just before the child nodes.In the example below,...
View ArticleWill .NET support semantic web standards?
Don't know if this is the right place to raise this question, but I haven't found a better one.We're interested in using semantic web standards (RDF/OWL) on a .NET platform. There are many open-source...
View ArticleC#/MVC XML Parsing
Hi All,I have an application which generates a URL based on user requirements and then submits it to a 3rd party for processing, which returns XML back to the client for manipulation and further...
View Articlehow to read and write to files on wcf?
Sorry but this is my first time doing anything with c#. I was wondering if anyone could help me or a sample code on how to connect to a wcf and how to read and write files on a wcf server? PleaseHELP...
View ArticleXSD Schema Error???? Due to machine crashing. HELP!!
Hi, I've been creating an XML schema for a proposed system I've been working on. After repeatedly saving every 10 minutes or so, my visual studio IDE crashed and i have since been unable to open the...
View ArticleC++ DOM object load() method: how to handle text mode files (with EOF...
The load() method of an IXMLDOMDocumentPtr object fails reading an XML text file containing an explicit end-of-file character (^Z). This could happen if the file was copied using "copy /a src.xml...
View ArticleAccess to XSD annotations from VBA
Hello,I'm currently using MSXML6 from VBA (Excel 2007), and I can't find a way to access the "annotation" nodes nor "appinfo" or "documentation" of an element for example:<xs:annotation>...
View ArticleConsole App Does not return XML Data when Calling an HTTP Webservice
Hi,I've written a C# console application to call a RESTful HTTP web service per below:class Program { static void Main(string[] args) { string URL = "https://sapiqa.overstock.com/api"; string APIMethod...
View ArticleXmlDsigExcC14NTransform Namespace Propogation
Hi All,I am using the System.Security.Cryptography.Xml.XmlDsigExcC14NTransform function to convert an XML document into C14N standard ready for applying hashes and digital signatures. I am having...
View ArticleMSXML causes virtual memory exhaustion eventually the app hangs forever
Hi, we are having issues with MSXML, we have an app (developed in c plus plus as isapi extension (which means multithreaded requests)) which is continously hit by requests to loads and parse xmls. (if...
View ArticleSignedXml CheckSignature: enable SignedXmlDebugLog
Hi,I'm trying to verify a digital signature using SignedXml.CheckSignature and the rsa-sha256 algorithm. No matter what I try it keeps returning false.I suspect that either the certificate, or the...
View ArticleArrange nodes under a closed element - XSLT
So I have this XML:<Main><TB> --> some elements - not relevant<Area><Type>A</Type><Street><Position>5</Position><House> --> some...
View ArticleWrite XML document to file - All Nodes are displayed in a single line
Hi,I am working on a .NET 4.0 windows application. I use the following code to save the XML document to a file.The XML file is saved and I am able to open the XML file. But when I open the file, the...
View ArticleSignedXml CheckSignature: enable SignedXmlDebugLog
Hi,I'm trying to verify a digital signature using SignedXml.CheckSignature and the rsa-sha256 algorithm. No matter what I try it keeps returning false.I suspect that either the certificate, or the...
View ArticleHow to recursive loop through cild elements?
Hi,i have the following xml structure:<?xml version="1.0" encoding="utf-8" ?><Templates><Template ID="100" Title="Contenttemplate-1"><Node ID="101">node101<Node...
View ArticleXmlDiffPatch.view problem
When i use the XMLDiffPatch tool to compare to xml files , in case of change a tag position , and this tag contains an attribute the dll doesnot display the attribute of the moved tag ,The image...
View Article