SignedXML.ComputeSignature Performance
Hello! I´m facing some performance issues using the ComputeSignature method . I need do sign a huge volume of xml files, about 10000 files in a row. To sign these files i used SignedXML class , but it...
View ArticleXML serialize
I am trying to generate an xml by serializing and facing some issues. There is a part of xml which is dynamic. the section "person" is dynamic i.e the sub sections person can increase or decrease. I am...
View ArticleHow to build element path to query 2 nodes in XML
I have a sample xml which I am trying to query to show on SSRS report I want to show all the values from ELEMENT1 AND ELEMENT2.I am not getting my element path rightMy current query is like this...
View ArticleXML deserializer
Hello,I created an .xsd schema to deserialize an XML stream (see below).The deserialzation works perfectly right now.My issue is, I would like to use the template to deserialize other objects in...
View Articlecustom xmlreader and try to remove xmls=
hello. I have created with the xsd.exe any classes from a huge xsd.. Then i load a my custom xmlreader I would create a custom xmlreader for make some little adjustment on the fly like sax to some xml...
View ArticleConverting XML to JSON using XSLT
Hi All,Iam a newbie using XSLT and I wanted to convert an XML to JSON using XSLT. Below is the Xml file that i wanted to convert to JSON file usinf XSLT :"<mbs MsgType='1'><msg mid="6545"...
View ArticleVBA - parsing XML namespace problem
Hi,I've spent the guts of a week trying to resolve this ....I haven't yet.My goal is simply extracting a value from the xml below (the value I wish to extract is "Amount"...which I've bolded.)But the...
View ArticleProcess an object graph as opposed to an XML file- using XSLT
I'm trying to find out if I can feed an object graph into an XSLT transformer rather than an XML file/stream. I could of course XML serialize the object graph and use the resulting XML but this seems...
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 ArticleXmlSerializer "hookup" when deserializing
Many times I have an object graph (root Object with properties which are collections of objects which in turn have... a.s.o.). Often these are represented as xml files with a structure similar...
View ArticleRemove node from xml document
How can I remove Node 4 from the following document<?xml version="1.0"...
View Articleget the value out of my XML
Hi all ,I have a below XML structure, <Products> <Product> <Item quality="good">GW001</Item> <Item quality="bad">BW001</Item>...
View ArticleXmlSerializer constructors and pre-generated serializers
Hi, I have a pre-generated serializer assembly loaded in the GAC.When I haveXmlSerializer serializer = new XmlSerializer(typeof("myType"));Then the pre-generated assembly is loaded and used. However,...
View ArticlePre-built XmlSerializer with sgen
I have a class library that makes use of XmlSerializer. I was getting an error in another assembly that uses this class library (see further information here). So, I am trying to use sgen to create...
View ArticleRead xml tags containing search term.
I have xml file and I want to read it as following ruleCheck for a string in xml file.Read the nearest tag with name <queryItem>...............</queryItem> that encloses the stringn in...
View Articlexsd.exe Bug (Constraints on Attribute Declaration Schema Components)
I'm trying to use xsd.exe to generate a schema for this class. Code SnippetpublicclassTest{ [XmlAttribute(AttributeName = "noNamespaceSchemaLocation", Namespace =...
View ArticleHow to get all text in xml tag through regex using c#?
Hi,Can you please help me?Which Regex pattern is useful.Description:For example,this is xml tag...
View ArticleXmlDocumento to string c#
Hi everyone, can help me, I have a xml document, y use the load function and I working whit it, and after i need the string of this XmlDocument, I use OuterXML function but in my string I obtain...
View ArticleWorking with XML
Hi, I'm trying to read in some XML from an online source but not having much luck. What I don't know how to do is structure the .Element, I've tried different combinations using "Report_Data" and...
View Article