| Thread | Last Post | Replies |
|
| XmlWriter localization | 30 Sep 2007 22:22 GMT | 2 |
i have to generate a xml file from a product table using the XmlWriter Class. I want to put out de product name for different languages, countries. The recipient of the generatet xml file espects something like that:
|
| Find "parent" node of element using XmlTextReader | 29 Sep 2007 00:18 GMT | 2 |
Hi... I am working on a simple program (in VB.net) that will grab the values of elements out of an XML file that are tagged as "databasePath"... My program works, but I am getting too many results. I need to limit the scope of the program to only include the
|
| How to save/load a Type in Xml | 28 Sep 2007 10:16 GMT | 2 |
I am using XmlWriter/XmlReader to save.load classes. However, one of the members of one class is of type Type. How can I write and then read that as Xml?
|
| How to Populate DataSet With XML Derived Schema? | 28 Sep 2007 04:50 GMT | 1 |
Im trying to populate a dataset that has a loaded xml schema (dataset.readxmlschema("file.xsd")) with data from a sql query. I've tried to map the columns of my result set to the tables of my dataset, but got an error that tables cannot share a source table. Anyone have
|
| Generating xml using enterprise architect | 27 Sep 2007 16:59 GMT | 7 |
I need to use enterprise architect to create class diagrams with all their various atrributes and relationship. I then need to generate xml from this class diagram. Has anyone tried doing this? Please let me know ASAP
|
| XML namespaces and XSD.exe | 27 Sep 2007 09:06 GMT | 2 |
Oh boy i'm getting tangled in knots here. I have a schema which contains <xs:schema targetNamespace="http://Southend.Schemas.PAS/PASPatientDemographics.xsd"
|
| Getting started help needed... | 25 Sep 2007 19:35 GMT | 4 |
I have to write a class library to interface with a vendor's XML service that works via https posts and responses. The vendor provides request and response xsd files for the schema. My library needs to provide a common interface to other apps that need the functionality from ...
|
| SelectSingleNode not working... Code provided. | 25 Sep 2007 18:32 GMT | 2 |
All, The xml file below is a response from a Live Meeting service. I need to extract the following two fields: mid and audienceInviteText I am using vbscript to try and retrieve these values but my code tells me
|
| how to instantiate a proxy class that has multiple instances | 24 Sep 2007 12:31 GMT | 3 |
I have a class built from the following XML: <tag1> <tag2> <tag3 item="1"/>
|
| System.Windows.Controls.Button vs System.Windows.Forms.Button | 24 Sep 2007 10:36 GMT | 1 |
Using a Button control, I tried to reset its colour ("color" to those of you on the other side of the pond). I tried to use the BackColor attribute - but that is in System.Windows.Forms.Button. When I add "using System.Windows.Forms" I get an ambiguous usage error,
|
| Using XSD and Included Schemas | 21 Sep 2007 18:36 GMT | 2 |
I have some 'base' schema definitions that are going to be in several projects in the future. The processing of resulting classes created by XSD will be consistent across the new projects. I have created a schema with these base definitions and common code to
|
| Problems reading xml feed into XmlTextReader | 21 Sep 2007 13:25 GMT | 3 |
I have a function which reads the xml from a web url into the XmlTextReader, and then I work my way through the reader producing html from the different nodes. All the code works fine when I debug the project, but when I publish the project and run it on a live
|
| Custom IXsltContextFunction behaves differently within a predicate | 20 Sep 2007 16:13 GMT | 2 |
I have implemented a custom XPath function that is used to retrieve an XPathNodeIterator over an XmlDocument (other than the primary document being queried) specified by filename. This function works in an expression like:
|
| Reason : There was an error generating the XML document. | 19 Sep 2007 22:16 GMT | 1 |
I am getting an error while generating XML . The error message is : There was an error generating the XML document. Unable to cast object of type '.ThirdPartyFlatFileDetailCollection' to type 'ThirdPartyFlatFileDetailCollection'.
|
| How To View well formatted XML in IE 6.0 | 19 Sep 2007 18:46 GMT | 2 |
Hi Everybody I m generating dynamic rss using php I have attached the CSS to it and i can see well formatted .rss file in Mozila Firefox browser
|