| Thread | Last Post | Replies |
|
| limiting access to files with asp.net | 18 Oct 2005 14:16 GMT | 3 |
limiting access to files with asp.net is there any way i can make a file only accessible to certain users of my website? my files are to large to copy to a temp directory and they are of many types, .exe .xsl .xml etc. i want an href to each file but only allow
|
| Deep Copy of XmlDocument | 18 Oct 2005 06:48 GMT | 1 |
What is an easy way of making a deep copy of an XmlDocument object? Right now I'm doing something like this: XmlDocument inputDoc; XmlDocument copyDoc;
|
| Putting an XML document in a TreeView. | 17 Oct 2005 23:26 GMT | 5 |
I would like to put an XML document into a Windows TreeView. I have started with XmlTextReader and seem to get stuck with all of the different Read/Move commands available. I was wondering if someone else has already gone through the pain of descending through an XML document ...
|
| xml utf-8 String to XPathDocument | 17 Oct 2005 21:55 GMT | 8 |
Hi; I have a string that is an xml file. It starts with <?xml encoding='utf-8'... and it has the utf-8 2-byte sequences as 2 chars. How do I get that into an XPathDocument where the 2-char sequences are not treated
|
| XPathNavigator.getUniquePath() | 17 Oct 2005 21:42 GMT | 7 |
Hi; Is there a way from an XPathNavigator object to get an xpath string that will, when used in a Select(xpath) on the underlying base/root XPathNavigator return the same XPathNavigator?
|
| One or more rows contain values violating non-null, unique, or foreign-key constraints | 17 Oct 2005 18:57 GMT | 2 |
Populating a typed dataset from xml document: I created an xml schema (attached below), generated a typed dataset from it, and then programatically I tried to populate the typed dataset by calling its ReadXml method. I keep getting a constraint exception. I have
|
| XML query | 17 Oct 2005 14:38 GMT | 3 |
I need to have a small, easy and portable database and i'm thinking of having a simple XML file (without using DTD, etc). Can you please let me know, as to how I can read/write into different attributes.
|
| 1 space node returns as empty | 16 Oct 2005 18:29 GMT | 7 |
Hi; This code is in J# so it looks a little weird but you could change it to C# in a couple of seconds. The problem here is a single space node returns as an empty node:
|
| Index of using XPATH? | 15 Oct 2005 22:04 GMT | 4 |
Hi. I have an xml file in this format: <strings> <string>Item1</string> <string>Item2</string>
|
| Invalid character in XML | 14 Oct 2005 20:18 GMT | 2 |
Hi there, I have a 600MB xml file that I am trying to pull a small amount of data from, using an XMLTextReader in C#. All works well, until I get an exception thrown in linw 4,277,905
|
| XSD -- ref | 14 Oct 2005 19:57 GMT | 2 |
Am writing an XSD where I have a complex type element. I would like to put restrictions on some of the attributes of the contained element. For e.g., "Options" element can contain 0 or more "Option" elements which have their "type" attribute set to "N". Will I be able to use xs ...
|
| XmlValidatingReader and xs:import support | 14 Oct 2005 18:55 GMT | 3 |
Hi all. I have an XML schema that has a couple of <xs:import> tags that reference (using schemaLocation) schemas as embedded resources in a DLL. For example: <xs:import namespace=http://www.my.com/my.xsd
|
| How to send a null value for a float variable? | 14 Oct 2005 18:35 GMT | 3 |
We have a C#.NET app which is calling a Java webservice. We use the wsdl file exportted from the java webservice to create our web-reference in Visual Studio. We are able to create the parameter classes and call the webservice just fine.
|
| New ti xml database | 14 Oct 2005 17:40 GMT | 1 |
I need to use a file that is in xml format in vb.net. I'm new here. I have MSSql 2000 and vb.net 2003. I have accessed SQL files before. What is best. 1. Access the XML file directly?
|
| XmlDocument with URL | 14 Oct 2005 17:31 GMT | 1 |
My goal is to load an xml document from a remote url, make some changes to it, and then display it in a webpage. Say my codebehind looks like this private void Page_Load(Object sender, EventArgs e) { XmlTextWriter writer = new
|