| Thread | Last Post | Replies |
|
| (Beginner) XsdObjectGen and null dates | 24 May 2005 09:53 GMT | 1 |
I've used XsdObjectGen (1.36) to create some C# classes, all seemed fine Deserialized some test XML into the class, again seemed to work Ok, but then I noticed that any of the DateTime properties of the class which
|
| xsd.exe generated classnames? | 24 May 2005 09:37 GMT | 6 |
Is there a way to control generated classnames when generating classes from an XSD using xsd.exe? When generating typed datasets it's possible to provide some direction via the "codegen" namespace by adding attributes to the XSD itself. These same attributes don't seem to work for ...
|
| SignedXML | 24 May 2005 09:19 GMT | 4 |
I'm trying to create signed XML document with SignedXml class. As a SigningKey I'd like to use key pair obtained from user certificate stored in current user certificate store. I'm using WSE 2 SP 2 to get certificate, but when I'm invoking ComputeSignature() method of
|
| Rendering questions | 24 May 2005 00:00 GMT | 3 |
I have an xml file: <bio> <title>zzzzz</title> <body>blah blah blah</body>
|
| Removing xmlns="" from XmlTextWriter output | 23 May 2005 22:18 GMT | 3 |
I am creating an XmlDocument in code and then using XmlTextWriter via doc.WriteTo(xwriter) to output the result to a text box. I have a root element that defines a default namespace. However, the sub-elements are created without any namespaces like so:
|
| xsd challenge? | 23 May 2005 19:31 GMT | 1 |
I've got an xml-document (instance document) that contains configurationsettings for my system. Now - I would like to create an xsd-schema to validate this document before I use it in my system. The strucure of the xmldoc is this: <?xml version="1.0" encoding="utf-8" ?>
|
| SQL to well formatted XML file via .NET | 23 May 2005 01:31 GMT | 2 |
I am trying to create several .xml files, mirrored from my SQL database that are shaped according to an XSD schema. However, I have hit a brick wall! Droving through several materials on how to perform this function has resulted in some slightly jarring results!
|
| Using XPath with namespaces | 22 May 2005 19:30 GMT | 2 |
I have been trying to get data from an xml file with a namespace. I have followed the example in the MSDN, but I get no data in t he XPathNodeIterator, but the file has the data I am trying to extract. ..
|
| Creating hyperlinks | 22 May 2005 10:21 GMT | 2 |
I am wondering if you can transform 2 xml nodes that is a web address in to a <a href> tag in a transformed xml/xslt. Using below as the reference: <bios> <bio>
|
| Accessing multiple xml files and transforming them in to a master listing | 22 May 2005 04:54 GMT | 1 |
I have serveral xml files that will have the same formatting, like this: <bio> <title>xxxxx</title> <info>yadayadayada</info>
|
| How to disable automatic dtd validation in XmlDocument? | 21 May 2005 17:36 GMT | 1 |
I am getting an xml response from some server which I need to parse. Problem is the xml data contains DTD declaration and the XmlDocument.LoadXml() tries to find the dtd under C:\WINNT\System32 and throws an error. How could i disable this automatic validation?
|
| Appending Node to Large XML File | 20 May 2005 23:21 GMT | 1 |
I have a large XML file, that is too large to read in to XmlDocument. I need to append data to this XML file without creating a new file, since I don't want to have two copies of the large file on the server. I've not seen any example that works so far, even with google. Can ...
|
| XML TreeNode.Parent property when using 2.0 TreeView? | 20 May 2005 22:00 GMT | 1 |
How do I get a TreeNode.Parent property when using the 2.0 TreeView control? When the data source is an XML file there may be redundant names in the tree. For example, when a child node with the value of 'name' is selected I don't have a clue how to get the name of its parent which ...
|
| Reading the value of an "xsi:type" attribute [unfortunate, but necessary cross-posting] | 20 May 2005 13:59 GMT | 3 |
*Cross-posting from microsoft.public.dotnet.languages.csharp, since I believe the question is better suited in this XML group* Hello all, I'm having some problems understanding all the ins and outs with datasets
|
| Serializing of inherited Classes | 20 May 2005 02:36 GMT | 6 |
I'm trying to serialize an inherited Class by a Webservice. Here ist a Code-Snippet of the Classes I try to serialize: // Base-Class public class Test
|