| Thread | Last Post | Replies |
|
| How can I generate a user friendly error message when validating XML against a schema? | 30 Jun 2005 19:01 GMT | 2 |
When validating xml against a schema, the most frequent error I get is something like "The 'FOO' attribute has an invalid value according to its data type. An error occurred at , (25, 913)". That error message is not very user
|
| XML datasource | 30 Jun 2005 11:54 GMT | 1 |
I have a VS 2005 beta. How I can create a XML datasource in desugn-time?
 Signature Stanislaw Tristan
|
| XML, XSD & dataset | 30 Jun 2005 04:24 GMT | 2 |
I have a XSD file and a flat file (txt). My customer want that I create a XML (with XSD + file data). OK. 1) I open visual studio
|
| Web Service Timeout Parameter | 30 Jun 2005 04:17 GMT | 2 |
My question has to do with the process of calling web services. Typically when the client calls a web service they can specify the timeout for the call. My question is how the actual web service or individual method can police this parameter so as to maintain better control.
|
| Create a .net 2.0 settings file problem | 29 Jun 2005 22:50 GMT | 2 |
I am trying to create the following xml file with VS 2005: <?xml version='1.0' encoding='utf-8'?> <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings"
|
| xml element's schema context | 29 Jun 2005 21:12 GMT | 1 |
given a schmea and the currently selected element (via XPath) of a XmlDocument that uses this schema, I want to allow a xml editor to give the user a choice of possible ChildNode Elements. Pretty much the way Visual Studio's Xml intellisense works.
|
| skipping invalid nodes with XmlTextReader | 29 Jun 2005 08:55 GMT | 3 |
I want to do something like: bool bContinueReading=true; XmlTextReader Reader=new XmlTextReader("file.xml"); while(bContinueReading)
|
| XML Serialization and custom collections | 29 Jun 2005 08:43 GMT | 1 |
I am getting XML from a dataset that has been populated via a storedprocedure no schemas have been applied nor any relationships. But the correct table names have been given to match the table(s) equivalent business object(s). I have a custom collection that implements ...
|
| XSLT or define relations | 29 Jun 2005 07:55 GMT | 1 |
What do you think is the best design approach when your trying to get nested XML results from dataSet.GetXML. Define the relations in the dataset or apply an XSLT stylesheet to nest the results by syncing the dataset with an XMLdocument?
|
| Creating XML Element | 29 Jun 2005 02:05 GMT | 4 |
I'm trying to create Element as following name MyElement:InitialName XmlElement elem = doc.CreateElement("MyElement:InitialName"); when generate the XML the tag is truncated as ONLY "MyElement",why?
|
| XSL transform bug... | 28 Jun 2005 13:37 GMT | 6 |
I have a XSLT file that gives expected results when I transform using MSXML V4.0 in a simple vbs file. However when using XslTransform in dotnet, I do not get the same results. The part of the XSLT file that does not work correctly is:
|
| parse string with xml contents | 28 Jun 2005 12:49 GMT | 1 |
I have a string with the following contents: "<TR align=right ID=G><TD align=left><A HREF="/comun/fichaemp/fichavalor.asp?isin=ES0111845014"><IMG SRC="/images/arr-up9.gif" BORDER=0> ABERTIS
|
| '' is an invalid QName | 27 Jun 2005 17:45 GMT | 4 |
Help I'm trying to perform a transform and I keep on getting '' is invalid QName. The weird thing is, I can take the same code, stylesheet and XML, put into a Console app and it works okay. I've tested the stylesheet in Stylus Studio
|
| Retrieving values from XML file | 27 Jun 2005 13:27 GMT | 3 |
I want to be able access an xml file using an XPath? query to go to a specific node. Once I have that node I want to be able to retrieve the value of an attribute. Can't seem to get this working using the 2.0 Framework. Here's a sample of the XML
|
| XML - all its cracked up to be? | 27 Jun 2005 10:30 GMT | 5 |
This is an honest question, no sarcasm intended. I'm really curious, what -is- the big deal about XML? I'm heaing all sorts of things such as an open standard that can be read across all platforms, etc. But really, my colleagues are insisting that we transfer large chunks
|