| Thread | Last Post | Replies |
|
| What's wrong | 13 Oct 2003 10:30 GMT | 3 |
I have down load some source codes from the internet and it wasn't worked right, but I'm really know what's wrong about it. May some expert help me please...I'm deeply appreciated for your help. Have a nice day... Kate
|
| overlapping mapping schemas | 13 Oct 2003 10:19 GMT | 1 |
I have a question about a general approach to mapping schemas for use with SQLXML . Suppose I have a product table, which has information that's related to two groups of otherwise unrelated tables: a group of inventory-related tables
|
| Value of type 'System.Data.DataRow' cannot be converted to '1-dimensional array of System.Data.DataRow' | 13 Oct 2003 06:07 GMT | 1 |
I got this example written by David J Gottlieb. Which will not compile. I have previously read in the xml doc with myDataSet.ReadXML(Server.MapPath("bills.xml"))
|
| writing an xml inside XmlReader or XPathDocument to a file.xml | 12 Oct 2003 18:37 GMT | 5 |
I believe this should be pretty elementary, but for some reason I cannot seem to think of how to write the an XML file from an incoming XML file. Basically this is what I do:
|
| XML Schema validation | 12 Oct 2003 17:54 GMT | 1 |
Datetime field validation failed on fields with null data, why is that? Should I use this nillable="true" tricks in Schema? Thanks, Lenny
|
| problem using xsl with hebrew | 12 Oct 2003 16:24 GMT | 1 |
Hi. i need help. i can`t use xsl to transform an xml to html using asp.net. when the xml and the xsl are in english it works fine. the problem began when the xml ans xsl have words in hebrew.
|
| Using XML and ADO.Net for Database creation with the Compact Framework | 11 Oct 2003 22:59 GMT | 1 |
Hey all Appologies for cross posting, but this post covers a few areas in one. I'm fairly new to XML and my ideas are over reaching my grasp (as well as possibly not fully understanding certain concepts). My basic
|
| How to use IE to display XML dynamically in an WinForm? | 11 Oct 2003 15:34 GMT | 7 |
I want to use the Webbrowser Control (the Internet Explorer Control) to display an XML-structure within a C# WinForm. The way the IE displays a XML-file in its native form is exactly what I need (as tree structure with plus/minus).
|
| Problem after I create a scheme for xml doc | 11 Oct 2003 03:31 GMT | 1 |
I have created a simple xml doc. then I created a simple xslt doc to transform so data. Im using a <asp:Xml> control to render the data on the page. Everything is working great....except...
|
| To read the last xmlNode immediately | 11 Oct 2003 03:06 GMT | 1 |
I have created a xml doc Dim xmlDoc As New XmlDocument xmlDoc.Load(ConfigurationSettings.AppSettings("RegistrazioneErroriXML")) The file.xml:
|
| issues with repopulating XPathDocument with new XmlReader or XmlTextReader | 10 Oct 2003 19:52 GMT | 2 |
Cant seem to solve this problem I need to be able to re-use XmlReader and XPathDocument for an XSLT Transform. Basically I have defined following interfaces:
|
| Constraint validation errors | 10 Oct 2003 17:51 GMT | 2 |
Is there a way to see constraint validation errors while loading xml into a DataSet ? I'm interested in the line number in the xml file which is causing the error. I've enclosed the relevant stack trace below. at System.Data.DataSet.FailedEnableConstraints()
|
| Shared Xml file problem when xsd.exe is used | 10 Oct 2003 04:45 GMT | 1 |
I am having three XML files. One called SimpleTypes.xsd from which ComplexTypes.xsd is constructed. Then, there is another file called InformationExchangeModel.xsd that uses types in complexTypes.xsd to construct messages.
|
| XmlSchemaElement | 09 Oct 2003 22:51 GMT | 1 |
OK, repost:
> I implemented a schema helper function GetDeclaration (similar to MSXML), > that finds a XmlSchemaElement for a given XmlElement, using a > XmlSchemaCollection. There is one kind of element, that is defined in |
| XmlSchemaDatatype xs:integer=System.Decimal? | 09 Oct 2003 22:49 GMT | 1 |
I have some code which processes an xsd. For elements of type xs:integer the XmlSchemaDatatype object gotten from the schema elements ElementType member contains a ValueType of System.Decimal. I don't get it it should be System.Int32 or some other integer type but
|