| Thread | Last Post | Replies |
|
| Appending XML to an existing XML file | 19 Sep 2004 12:14 GMT | 1 |
Hey all, I've read a few articles about speed and XML processing - so I just want to make sure that I'm using the right strategy for what I want to achieve. I have an XML file that I'm appending to every time a user submits their
|
| differences between MSXML and .Net XSL transformation | 19 Sep 2004 11:58 GMT | 3 |
Are the differences between MSXML and .Net XSL transformation documented online anywhere? Many of my XSL's work in MSXML but transform differently in .Net XSL transformation.
|
| help with Schema validation erroring out every single element | 19 Sep 2004 06:28 GMT | 2 |
The problem I am having is when I validate an xml file to a schema, it is erroring out every element. I think this has something to do with me defining/referencing the namespaces. I have searched on the net for a while, but am still confused. Thanks in advance for help. Below ...
|
| Newbie in XML with C# question | 18 Sep 2004 23:45 GMT | 2 |
I am learning how to using XML documents to store data. I get this error: Access to the path "c:\inetpub\wwwroot\Info.xml" is denied. I have tried with the full path of the file, with / infront of the file.
|
| XML to XML Using XSLT | 18 Sep 2004 19:53 GMT | 4 |
I need to transform one xml document into a second xml document. They both have many nodes so xslt works fine, but there is one node I have not figure out how to transform. Here it is:
|
| benefits of xml schemas in .net | 18 Sep 2004 15:50 GMT | 1 |
I have been asked to write xml schema files for some xml local datastores that we will be using. Being new to .net, I do not know if this will be of any benefit to our development efforts. So I am curious. Does an xml schema assist in .net development in anyway? Does it make the ...
|
| Saving XmlDocument with Danish Encoding???? | 18 Sep 2004 04:18 GMT | 1 |
I'm trying to update a vbproj xml file programatically, but when I try to open the updated vbproj file in Vs.Net, all entries ("Files") with danish chars are wrong. How do I force the XmlDocument.Save to encode to Danish chars
|
| XmlSerializer and MemoryStream | 18 Sep 2004 02:36 GMT | 3 |
I am using some Microsoft examples that: 1. Serialize an object using XmlSerializer and write a file out to the harddrive. 2. Read back in the file using XmlDocument.Load and populate a string.
|
| XmlSchema find element question/best practice solution. | 18 Sep 2004 02:12 GMT | 1 |
I have a simple XSD for example like this: <?xml version="1.0"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="qualified">
|
| Assembling a link to another document | 18 Sep 2004 02:08 GMT | 1 |
Hi all ... More help needed please. I'm trying to construct an anchor link to another document for my shopping cart web app.
|
| Confused About Validation | 18 Sep 2004 02:06 GMT | 4 |
I have an XML document and a corresponding xsd document I built. I want to validate the xml document against that Schema but when I use the MSDN validator it has no place to select the xsd document? It has a checkmark for "Validate" but I have no idea what it is using as the Schema?
|
| xml enveloped+exclusive canonical signing bug? | 17 Sep 2004 16:19 GMT | 2 |
I'm using .NET framework 1.1 + WSE10SP1.exe. I'm not able to merge transforms: enveloped signature and exclusive canonical to get something like that:
|
| AppendChild adds empty namespace declaration to node | 17 Sep 2004 13:11 GMT | 1 |
From an ASP.NET application I am loading an xml-file in order to modify it. This is part of the code I have produced so far: XmlDocument XMLDoc = new XmlDocument(); XmlNamespaceManager nsmanager = new XmlNamespaceManager(XMLDoc.NameTable);
|
| XMLSerializer cannot serialize an object that contains a Font obje | 17 Sep 2004 00:45 GMT | 1 |
I was trying to use an XML file to save some program settings. But cannot serialise the settings object if it contains a Font object (even though Font is maked [Serializable()] in the MS documentation.
|
| XML | 16 Sep 2004 23:51 GMT | 1 |
How does one generate a XML code?
|