| Thread | Last Post | Replies |
|
| Deserializing xml into an object using xsl:copy-of | 31 Oct 2006 09:21 GMT | 1 |
Sample input XML... <Publication> <FilingMetadata> <Id>38EA51240E6643208DB1B6D52F779A82</Id>
|
| what is best way to talk to https webpages within .net? any good librarys for talking to https websites? | 31 Oct 2006 09:18 GMT | 1 |
what is best way to talk to https webpages within .net? any good librarys for talking to https websites?
|
| Schemas, imports and namespaces | 30 Oct 2006 22:48 GMT | 2 |
I'm a real XML novice, but my ultimate goal here is to get a workable schema for the GEDCOM XML format as spec'ed out here: http://www.familysearch.org/GEDCOM/GedXML60.pdf It's a proposed XML format for genealogical records. They include a DTD in
|
| Cant uninstall Visual Studio 2003 | 30 Oct 2006 19:39 GMT | 1 |
I have this really weird pop message everytime i m trying to uninstall Visual Studio 2003. The message said "Set up is unable to determine the valid order for installation. See the error log for the details"
|
| XML, XSL and ASP.NET | 30 Oct 2006 14:47 GMT | 4 |
My problem is this... I am having an issue with whitespace between XML tags that occurs when I transform the XSL output to the browser via ASP.NET leaving me with unexpected results.
|
| Attribute targetNamespace does not match the designated namespace | 30 Oct 2006 10:02 GMT | 4 |
Hi you all. I've got a problem validating an XML file using the following Schema (I'll post only the beginning of this): ----------------------------------------------------------------------------
|
| Can I fake a parent element in a serializable class | 29 Oct 2006 23:31 GMT | 1 |
I suspect the answer is going to be no, but... I have a class that contains a property defined as an abstract class. I would like to control the format of the generated XML to include a container element that isn't actually implemented in my class.
|
| Special Characters not resolving | 29 Oct 2006 04:14 GMT | 7 |
When I load XML from a file into a dotNet XMLDataDocument, the UTF-8 codes are resolved but the 5 special XML entities are not. How can I force those 5 special character types to be translated?
|
| XML Schema?? | 27 Oct 2006 16:51 GMT | 3 |
i can't crete a dataset in .NET starting from XML file above: <?xml version="1.0" encoding="UTF-8" ?> <msg Name="Status"> <section Name="Header">
|
| How do I find the MSXML version? | 26 Oct 2006 19:09 GMT | 3 |
How can I find what MSXML version I have installed?
 Signature Thanks Sharon
|
| transforming attributes into elements | 26 Oct 2006 08:57 GMT | 6 |
Hallo everybody I have the problem with getting attributes values and also attributes names. I am reading an xml file with DOM. Lets see an example: file I read
|
| Inheritied Serializable Classes (OOP Design) | 25 Oct 2006 16:19 GMT | 8 |
I have base classes defined in a hierarchy structure which all have XMLElementAttributes on them and marked as Serializable. I then have classes which inherit from the base classes and hide some of the base class properties using the "new" keyword in order to redefine the schema ...
|
| use XmlDataDocument load from an URL with username password | 24 Oct 2006 16:04 GMT | 1 |
I have a piece of code to read a xml file from the web and put it into a variable in SSIS, but i don't know how to get it if it's username and password protected: URL = "http://www.mysite.com/setup.xml"
|
| Newbie Writing XML File Using datasets C# | 24 Oct 2006 15:57 GMT | 1 |
As a newbie to c# .net I' after some advice on how to write an xml file in a specific format from a dataset. I have successfully written a file but the structure is wrong. Essentially I have two datasets one containing Batch Data and another
|
| XmlWriter / XmlTextWriter corrupt chars... | 24 Oct 2006 13:24 GMT | 3 |
I can't understand the problem with my code... I wrote a simple test function to write an XML document and in the resulting file I find 3 strange chars before the document starting. === CODE ===
|