| Thread | Last Post | Replies |
|
| XmlConvert.ToDateTime question | 14 Jun 2004 21:34 GMT | 1 |
I have a question and I think I know the answer, but I am looking for confirmation (and maybe a link to some documentation) I have an input string of: "2004-08-01T00:00:00-00:00"
|
| Bad XML formatting from XmlTextWriter | 14 Jun 2004 20:48 GMT | 1 |
Here is a function more or less exactly as I found it from somewhere on the internet. static string BeautifyXML(string sXML) {
|
| An unhandled exception of type 'System.Xml.Xsl.XsltException' occu | 14 Jun 2004 10:26 GMT | 1 |
Hi, can some experts out there tell me why I am getting: An unhandled exception of type 'System.Xml.Xsl.XsltException' occurred in system.xml.dll... (No details in the error dialog box) FileStream fs = new FileStream("test.xml",FileMode.OpenOrCreate); StreamReader sr = new ...
|
| Parsing custom tag in XML node ?? | 13 Jun 2004 11:42 GMT | 1 |
I have a piece of HTML stored in a CDATA xml node, and would like a way to provide the content-editor who's enters the text a friendly way to specify a search query, something like: <ROOT>
|
| Insert XML into a XmlDocument object | 13 Jun 2004 01:16 GMT | 1 |
I'm trying to inset XML into a XmlDocument that already has data in it. Does anyone have and c# examples (vb.net will work) or ideas on how to do this? Thx...sonny
|
| XSLT write output to different files | 12 Jun 2004 14:25 GMT | 1 |
I want to transform an xml file to several html pages. Is that possible? There is an extension in Java Xalan which allows that and I'm looking for a similar solution in .NET: http://xml.apache.org/xalan-j/apidocs/org/apache/xalan/lib/Redirect.html
|
| XSLT transform gives invalid XML | 12 Jun 2004 12:19 GMT | 1 |
I just tried to run a piece of code working with .Net 1.0 after compiling it with 1.1. It failed and I tracked it down to the XSLT transform method outputting invalid XML. The problem only seems to occur if the XML has an html node. When it does so the transform method seems to take ...
|
| Append new data to existing XML for output? | 11 Jun 2004 16:28 GMT | 5 |
I'm sure there's a very weasy way to do this, I've been running hard and fast on several things at once and just may be at the point of overthinking this... I receive an incoming XML document via a string feed within a web service:
|
| Prefixes in Web services (XML/.NET newbie) | 11 Jun 2004 15:56 GMT | 7 |
I am trying to create a webservice that is to return some XML following some schemas. I have successfully created a webservice and can get it to return attributes and properties as applicable. But I just can't get it to add namespace
|
| Suppress "Missing XML comment" warning during compile? | 11 Jun 2004 14:27 GMT | 3 |
I use XML comments around most of my class libraries public property and methods, for example: /// <summary> /// blah blah
|
| Distinguishing empty elements | 11 Jun 2004 10:56 GMT | 3 |
Here's the sample XML: <sample1></sample1> <sample2/> From many XML books and online documentations, it is said to be just
|
| how to add or remove entity to a xml file | 11 Jun 2004 03:55 GMT | 2 |
could someone tell me how to add or remove entity to a xml file when i dim xmlentity as new xmlentity it's say it's sube new is private thks
|
| Using XML Schemas to create a database? | 10 Jun 2004 20:34 GMT | 1 |
Is there a way in Visual Studio to use an XML schema to generate a database in SQL Server or Access? My schema looks great and it creates a wonderful DataSet! But do I really need to create my data storage manually?
|
| repost-.Net XmlValidatingReader should fail on complextypes with whitespace? | 10 Jun 2004 19:55 GMT | 1 |
Reposting due to lack of response - I believe the .Net XmlValidatingReader should fail when validating XML that contains a ComplexType element with white space when the ComplexType element has the mixed attribute set to false in the XSD used for validation.
|
| XSD validation | 10 Jun 2004 19:39 GMT | 2 |
When I edit a XSD in Visual Studio.NET 2003, I get the schema of the XSD in case the XSD is in the correct format....else an error message is displayed with the problematic line number and location etc. Is there any way to perform such checks through some .NET library in System ...
|