| Thread | Last Post | Replies |
|
| SelectSingleNode fires NodeInserted event? | 29 Oct 2003 13:37 GMT | 1 |
I have run into a strange situation with the NodeInserted event handler: This seems to get called each time I use the SelectSingleNode method to select a node? Does this make sense? Am I missing something?
|
| starting with XML | 29 Oct 2003 11:14 GMT | 2 |
I've never used XML and I'd like to do it. Could you tell me where to find a good XML tutorial for begginers? Thanks in advance Regards!
|
| Removing the default root attributes when serializing | 28 Oct 2003 20:38 GMT | 1 |
In an application I'm making I've got a config object which I would like to serialize to the XML format in a .config file which would then be loaded the next time the application starts up using Configuration class. I've got all the elements and attributes correctly named but the ...
|
| How do I define nested relationship in an XSD | 28 Oct 2003 17:49 GMT | 4 |
I am trying to define a schema for the folder/file hierarchy just as in a normal directory/file system. I don't seem to be able to get the right way to define a nested relationship between a folder and its subfolders.
|
| Creating XML from a DB | 28 Oct 2003 17:23 GMT | 4 |
I have two simple tables in my DB: "person" and "phone". Person has 3 fields: id, fistname and lastname. Phone has two fields: id and phonenumber. Each person can have many phonenumbers. I wish to create an xml file out of the two tables. Something like this:
|
| Generating XML schemas from an SQL database | 27 Oct 2003 02:22 GMT | 1 |
Do anyone know of a tool for generating XML schemas from an SQL database without using the Visual Studio .net ? The reason is to try to automate the process when changes occur to the SQL database. best regards
|
| SAX equivalent in .NET | 27 Oct 2003 02:12 GMT | 1 |
Do we have equivalent of "Simple API for XML (SAX)" in .NET environment?
|
| setting timeout in XML controls | 24 Oct 2003 21:57 GMT | 3 |
Is there a way to set a timeout in either MSXML or in .NET's XML classes? --Buddy
|
| assembly xml representation standard | 24 Oct 2003 19:28 GMT | 1 |
Is there a standard way to represent an .net assembly in XML (something like assembly xml scheme)? What I need is an XML grammar, not serialization mechanism. Tnx :)
|
| How to serialize a component? | 24 Oct 2003 19:07 GMT | 1 |
how can I serialize (some public properties of) a class derived from System.ComponentModel.Component? Creating a new XmlSerializer throws an exception with the message that property "Site" cannot be serialized because it is an interface. I tried to override the Site property and ...
|
| Managing XmlDocument Lifetime | 24 Oct 2003 15:46 GMT | 4 |
I'm currently writing a class to manage per-user configuration files, using the same format as the app.config file. This will be used in a Winforms app to manage user options, window positions, etc. When instantiated, the object will be available as a service at the
|
| Ordering xml using xsl in c# | 24 Oct 2003 11:29 GMT | 1 |
I have a xml dataset I'd like to order, and save in that order. I've written an xsl to do the transformation, but because the xml file has a xsd namespace, it doesn't work. A cutdown version of the xml file looks like this:
|
| Modular schemas | 23 Oct 2003 18:49 GMT | 2 |
I'm working with the w3c's "Modular Xhtml schema". The problem I have is that when I try to add the Schema Driver File to my schema collection, I get the following error: "Cannot resolve schemaLocation attribute."
|
| XmlResolver parameter entity problem | 23 Oct 2003 06:33 GMT | 7 |
Trying to validate a document with a reference to a DTD ("PUBLIC" identifier): <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE systems-description PUBLIC "-//foo/nono" "">
|
| XML encoding problems | 23 Oct 2003 05:51 GMT | 4 |
I'm tryin to read an XML file created by Oracle into SQL Server. Oracle creates a file using the "WE8ISO8859P1" character set : ISO-8859-1. I need to read the file using UTF-8. The code I'm using to read the file is:
|