| Thread | Last Post | Replies |
|
| XML Merge/Diff tool? | 24 Nov 2005 15:36 GMT | 2 |
Is there a tool that will merge XML documents? We also need the reverse, we need to be able to create a Diff of two documents. What we're trying to do is just store differences of documents at different levels of hierarchy in our configuration store.
|
| How to convert an xml file to another ? | 24 Nov 2005 11:34 GMT | 5 |
I have to convert an xml file to another xml file that is very similar, but some content are different, and the names of some nodes are different. In fact it's a response to a message : while in the original file there is <XXX>, the response file should contain <XXXResponse> with ...
|
| Xslt/Xpath help | 24 Nov 2005 00:25 GMT | 6 |
I have an xml and i'm trying to loop each node... When i do FOR EACH i seem not to get my desired result I want to loop through and get only the values that matches the question i specified with the corresponding answers? I don't want to retrieve all the
|
| XPath Problem | 23 Nov 2005 04:03 GMT | 1 |
What does dotnet keep throwing a error here? This is a valid xpath expression but the error says "Expression must evaluate to a node-set." XmlNode feedNode = channelsXml.SelectSingleNode
|
| Sign Xml | 23 Nov 2005 02:10 GMT | 1 |
I would like send an user a license certificate which is in xml file. It is ok that they can read it they are just not allowed to change it. I have tried to sign my xml document using the SignedXml class and the RSACryptoServiceProvider to create the key and that works fine.
|
| XmlValidatingReader not working with key constraint of type base64Binary | 23 Nov 2005 01:35 GMT | 3 |
I have this particular problem. I have to use a base64Binary attribute as a key for one element in my schema. Everything is validating ok in XmlSpy, but when using the .Net XmlValidatingReader to validate my Xml file, the duplicate key doesn't seem to be checked. When using a
|
| XSD tool's class generation for <xs:list>: bug or not ? | 22 Nov 2005 19:05 GMT | 1 |
Hi, People I'd like to restrict the contents of an element to a list of string values delimited by a space such as the one below: <tables>summary positions trades</tables>
|
| Validating XML fragment with single namespace schema spread into multiple schema files using include. | 22 Nov 2005 17:55 GMT | 1 |
I have a problem on validating a xml fragment using a single namespace schema which spread across multiple schema files using include in the master schema file. No matter how I change the xml fragment (to include default namespace xmlns='urn:xxx:yy' and any other namespace it may
|
| How to call aspx page from C# | 22 Nov 2005 16:53 GMT | 1 |
I am forming a aspx url with query string parameters as variables. sUrl = "http://abcd.com/getresults.aspx?zipcode=" + zipcode + "&areaCode=" + areacode + "&Landmark=" + landmark; When this url formed is run in IE, it returns an xml in the browser.
|
| Showing a XmlDocument | 22 Nov 2005 15:05 GMT | 7 |
Hi, this is maybe very easy and there's something I'm sure missing here but I can't find how to show an Xmldocument object in f.ex. ie without save document as xml first. Is this possible?
|
| XPath expression help | 22 Nov 2005 10:15 GMT | 3 |
I'd like to write an XPath expression that gets all nodes with a given local-name, say 'Customer', within a given namespace. From a prior response I got the following to get nodes with a specific local-name: //*[local-name() = 'thenamehere']
|
| Passing XML around in an app | 22 Nov 2005 09:41 GMT | 1 |
I'm writing a simple .NET 2.0 application and I'm writing a DLL for this app. I want to pass an XML document into a public function of the dll and read it's nodes and then pass the document around to other functions and subs in the dll.
|
| appending elements to existing xml | 22 Nov 2005 06:10 GMT | 1 |
hi guys... I hav this problem, I am planning to write html form values to xml file and... the problem is... When I am entering data... its recording only the latest entry.. by
|
| Importing nodes without namespace | 21 Nov 2005 15:26 GMT | 5 |
Hi, I'm having trouble with namespaces when importing nodes. I'd like to get this output: <exampleRoot xmlns="http://mynamespace"> <row Lsm_Info="ABC123" />
|
| XML Security | 21 Nov 2005 02:04 GMT | 1 |
I have a web hosting service I am paying for. I dont have privilages to change read/write permissions on XML files (or any other on a network level for that matter). Security best practice?
|