| Thread | Last Post | Replies |
|
| XmlTextReader, unicode problem, help? | 08 Oct 2004 09:03 GMT | 3 |
http://support.microsoft.com/default.aspx?scid=kb;en-us;815658 The page above solved all of my problems with one exception. When the file has strange data in it, possibly Japanese, I get the following error: System.Xml.XmlException: '☼', hexadecimal value 0x0F, is an invalid
|
| Using XML to serialize a SQL Query | 08 Oct 2004 07:52 GMT | 5 |
Let me state up front that I know very little about XML. My experience is pretty much limited using the XML Serializer to serialize a user preferences class to a file and back again. I'm writing a rules engine for an application that basically involves
|
| Strange missing dots in xslt output | 07 Oct 2004 21:39 GMT | 1 |
We're having a problem with some HTML output from an XSL translation that seems to have full stops (or dots, periods, or whatever you want to call them) removed. We have a piece of XSLT something like so:
|
| Xml and Serialization. | 07 Oct 2004 16:37 GMT | 2 |
Hi, I would like to display some properties of an object of mine as XmlElement "Content", not as an nested Element That is :
|
| xsd.exe Object reference not set to an instance of an object. | 07 Oct 2004 15:33 GMT | 2 |
I am trying to generate a class from an xsd and i get this error. Microsoft (R) Xml Schemas/DataTypes support utility [Microsoft (R) .NET Framework, Version 1.1.4322.573] Copyright (C) Microsoft Corporation 1998-2002. All rights reserved.
|
| Server-Side Xml Control | 07 Oct 2004 12:02 GMT | 1 |
I am using Visual Studio 2003 with ASP 1.1. I am trying to display xml that I generate at runtime on an ASP Page below a data grid. I am trying to use the Xml Server side control System.Web.UI.WebControls.Xml. The documentation says that if you
|
| Saving/Loading Xml to/from an Xml file | 07 Oct 2004 10:38 GMT | 2 |
I have a function called GetXml that returns Xml as expected. I then use: Dim saveFile As New SaveFileDialog and the configure saveFile.
|
| XmlDocument converts " | 07 Oct 2004 07:20 GMT | 4 |
I' m using .NET System.Xml.XmlDOcument. When I do the following: XmlDocument xml = new XmlDocument(); xml.Load("blah");
|
| Can I use an industry standard XSD and ADO.NET / SQLServer to output a conforming XML file | 07 Oct 2004 05:20 GMT | 1 |
We have tentatively agreed with a supplier to exchange order information. The plan is to use an 'industry standard' order schema definition from say www.xcbl.org. Is there are simple way to use ADO.NET in this scenario.
|
| How to deal with empty attributes? | 07 Oct 2004 05:08 GMT | 1 |
I want to know how I can deal with empty attributes, like this example: <Spiral constant=""> </Spiral> My Spiral implementation contains this code:
|
| Load XML from the web | 07 Oct 2004 05:02 GMT | 5 |
I have a quick question. How can I do to load an xml document from the web. Should I use the XMLDocument or some http class. TIA, Sebasti?n
|
| Support for xsd:list? | 07 Oct 2004 05:00 GMT | 3 |
I have a list like this defined in my wsdl: <xsd:simpleType name="MyPets"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="dog"/>
|
| Please help, date problem with XSD file | 06 Oct 2004 02:30 GMT | 1 |
I am getting the error: Invalid character value for cast specification In my xml file the date is like this: 2004-09-28T00:00:00.0000000-04:00
|
| Get data out of a dataset. | 05 Oct 2004 22:24 GMT | 1 |
I use a dataset.ReadXML() to fill a dataset with data. With this I get different tables and relations availible in my dataset. What I?m wondering is: wich is the easy way to go here if I want to get specific values with "childvalues" via relations, out of this. Like a kind
|
| Check Constraints | 05 Oct 2004 19:19 GMT | 2 |
Is schematron the most popular way to do branching (conditional validation) on dot Net platform?
|