Large XML file break up
Hi, I want to write data to a xml file by breaking it into two sections. One section will be xml data and other section will be in the form of binary data so as to minimize file size. What could be the...
View ArticleException during msxml6 FreeObjects
Hi, I have a relatively complicated test written in VB.NET. This test invokes COM objects through interops. Those COM objects intern invoke functionality in the MSXML6.dll. My test finishes...
View ArticleXSD generated code with string restrictions
Hello all,In my application, i am generating .cs code file using XSD.exe tool. I have added few restrictions in my XSD for string data types. These restrictions are nothing but the length of the string...
View Articlehow to deserialize xml with structure of abitrary nested layers of base class?
let say i want to represent arithmetic expression using xml:<?xml version="1.0" encoding="utf-8"...
View ArticleXML-DSIG URI digest calculation?
I am analyzing an XML-DSIG file in order to know how to write my piece of software code that generates XML-DSIGnatures. I am having this trouble and desperately need help... I am trying to understand...
View Articleerror when implementing "IXMLDOMNode" from MSXML2
Dear all,in VBA I've been creating a new class implementing "IXMLDOMNode" from MSXML2. The result of genarating the Property "get" and "let" functions für "dataType" is the following:Private Property...
View ArticleUnable to traverse back in xslt
Hi,I have an issue; I know that we cannot traverse back in xslt. The problem is.I have the sample xml like this.<SalesInvoices> <Invoice>...
View ArticleRemoving node from xml file?
When a user clicks a "Check Out" button, their name is supposed to be removed from an xml file, and subsequently removed from a list box, indicating they left a meeting. However,I have encountered Null...
View ArticleMSXML2.ServerXMLHTTP problem, moved from server 2003/IIS6 to 2008/IIS7,...
Final update>>>Update: I moved the target to the production server/URL and it works fine(calling from new server, target on production). So I reversed(calling from production server and...
View ArticleGet the output in List from the XML
I want the following output in form of List:TOCNumTOCDescriptionToc4094548241.1 AluminaAluminum oxideToc4094548251.1.1 AntipersperantAluminum chlorohydrateToc4094548261.1.1.1 Aqua regia1:3 mixture of...
View ArticleUnable to export an xml from excel 2003
Hi. First of all sorry for my English. Today they come in my hands an xml file (I am as rookie as possible in xml). In this file we want to make some changes and after this export it again in xml. I...
View ArticleIXMLDOMDocumentPtr save method is saving the tags in single row.
When i am trying to create a IXMLDOMDocumentPtr and using appendchild populating the domdocument object and finally saving it to the xmlfile the appended rows comes in a single row if we open in...
View ArticleXSLT producing different results via debugger and xslt.Transform()
I'm producing the body of an email via an xsl. I've been having a problem with the html nested inside a <table> tag not displaying correctly. With a bit of help from the good folks over at the...
View ArticleImporting complex xml into a DataSet
(A prolific PowerShell poster suggested I come over here....)I have a schema but it doesn't import correctly into a DataSet with the expected table names.There is more but I think if this gets solved...
View ArticleGrouping within a group in XSLT 1.0
Hi,I have the below XML, from which I need to generate multiple groups within groups.My sample XML:<XmlContent><SalesInvoices2><NewDataSet><Table> <F1>ID</F1>...
View ArticleXMLDocument.Validate works on some machines but not on others
Hi All I have a problem which I cannot Solve , I have a routine that Validates a node in a document against a XSD file using the XmlDocument.Validate method. This works fine on several machines but...
View Articlenested for-each not working
Hello all. I am studying XSLT in school and need some help.Display the following: Software titles for each operating system sorted by category. Sorting is not the problem. I am having an issue with...
View ArticleLocating data in my XML file using C#
Hi !I have a XML file. Here is a snippet:<Layers Count="9"><Layer Name="layer0" Type="Polygon"><OverlapNames Count="2"><OverlapName Name="layer1"/><OverlapName...
View ArticleFinding an entry where I have two values each in different nodes
HiCan I do this with one XPath? If I have "layer1" and "layer2" ....Layers/Layer[@Name=\"layer1\"] <---- This has to be true. But also ....Layers/Layer/SnapNames/SnapName[@Name=\"layer2\"] <----...
View ArticleXSLT - Selecting Min, Max, and Avg Attribute Values - Need Data from...
Hello all. I thing my problem is that the attribute is on a couple of nodes down from the node that I need to select. Also, I need to pull values from different levels. Not sure how to construct the...
View Article