HighTechTalks DotNet Forums  

Sponsored Links


Dotnet XML microsoft.public.dotnet.xml


Discuss in the Dotnet XML forum.



Post New Thread
Threads in Forum : Dotnet XML Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
Created the class file using XML.xsd from an XML file. How we set/populate the data with the class file where one of the objects is 2D. 2D object -...
=?Utf-8?B?YmlqYXk=?=
09-06-2007 10:00 AM
=?Utf-8?B?YmlqYXk=?= Go to last post
0 4
Created the class file using XML.xsd from an XML file. How we set/populate the data with the class file where one of the objects is 2D. 2D object -...
=?Utf-8?B?YmlqYXk=?=
09-06-2007 10:00 AM
=?Utf-8?B?YmlqYXk=?= Go to last post
0 9
I have the following XML Schema file located at C:\foo.xsd: <?xml version="1.0" encoding="UTF-8"?> <xs:schema...
daldridge@gmail.com
09-05-2007 12:52 PM
daldridge@gmail.com Go to last post
0 10
According to the Microsoft documentation, the .NET class System.Xml.XmlWriter.WriteString() does the following: "Character values in the range...
Tom Delany
09-05-2007 06:38 AM
Martin Honnen Go to last post
2 13
According to the Microsoft documentation, the .NET class System.Xml.XmlWriter.WriteString() does the following: "Character values in the range...
Tom Delany
09-04-2007 03:08 PM
Tom Delany Go to last post
0 12
I cannot find how to do this, hopefully someone can help and soon! I have a web service (in c#) that returns and XML document, but the Doctype is...
missiontrip2007@gmail.com
09-04-2007 11:02 AM
Martin Honnen Go to last post
2 7
I cannot find how to do this, hopefully someone can help and soon! I have a web service (in c#) that returns and XML document, but the Doctype is...
missiontrip2007@gmail.com
09-04-2007 10:54 AM
missiontrip2007@gmail.com Go to last post
0 6
Hello All, I am about to go mad because of the wonderful error messages that don't provide enough detail. Below is the code I am trying to use to...
=?Utf-8?B?RGVhbiBIaW5zb24=?=
09-04-2007 07:08 AM
=?Utf-8?B?RGVhbiBIaW5zb24=?= Go to last post
4 6
According to the technical article "Understanding XML Digital Signature", the author mentions that the "At this point, we know how to refer to...
=?Utf-8?B?dGVjaG5h?=
09-04-2007 06:00 AM
=?Utf-8?B?dGVjaG5h?= Go to last post
0 9
According to the technical article "Understanding XML Digital Signature", the author mentions that the "At this point, we know how to refer to...
=?Utf-8?B?dGVjaG5h?=
09-04-2007 06:00 AM
=?Utf-8?B?dGVjaG5h?= Go to last post
0 8
Hi, I have an XML Schema containing inherited complex types, and xs:elements using @type of the top complex type, meaning, any child complex type...
delirio
09-03-2007 06:48 AM
delirio Go to last post
0 5
Hi, I have an XML Schema containing inherited complex types, and xs:elements using @type of the top complex type, meaning, any child complex type...
delirio
09-03-2007 06:48 AM
delirio Go to last post
0 13
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...
Roy Chastain
09-02-2007 02:21 PM
Roy Chastain Go to last post
0 9
Hi, this should be asked in xml group. However, shouldn't the XPath be GamesZone/GameType" instead of
Teemu Keiski
09-01-2007 10:42 AM
Teemu Keiski Go to last post
0 6
Hi, this should be asked in xml group. However, shouldn't the XPath be GamesZone/GameType" instead of
Teemu Keiski
09-01-2007 10:42 AM
Teemu Keiski Go to last post
0 11
Hi, Just wondering if anyone knew if it was possible to select <input> elements in an XHTML document for which there exists a corresponding <label>...
Dylan Nicholson
09-01-2007 04:51 AM
Dylan Nicholson Go to last post
14 15
Hello All, I am about to go mad because of the wonderful error messages that don't provide enough detail. Below is the code I am trying to use to...
=?Utf-8?B?RGVhbiBIaW5zb24=?=
08-31-2007 01:02 PM
=?Utf-8?B?RGVhbiBIaW5zb24=?= Go to last post
0 12
Can anyone explain why the following program doesn't work? The attributes and elements of the MessageList class are not being generated. Am I doing...
ilitirit
08-31-2007 09:14 AM
=?Utf-8?B?cDNqb2hu?= Go to last post
4 6
I'm creating some XML documents in my C# .net 2.0 code. To date I've mostly only read XML. Now I'm writing it and I'm struggling to figure out the...
Darren Mar-Elia
08-31-2007 07:25 AM
Martin Honnen Go to last post
10 17
Hi, Just wondering if anyone knew if it was possible to select <input> elements in an XHTML document for which there exists a corresponding <label>...
Dylan Nicholson
08-30-2007 08:18 PM
Dylan Nicholson Go to last post
0 9
Hi ng, I can't handle this XML-Schema (below) I want to access the data like "Select Name from DATA". <?xml version="1.0"...
Chuck Vance
08-29-2007 05:48 PM
Chuck Vance Go to last post
4 8
Here is sample XML: <Root> <A> <B> <C>Yes</C> </B> </A> : <A>
=?Utf-8?B?QXJ0?=
08-29-2007 05:25 PM
Peter Flynn Go to last post
2 8
Can anyone point me to something that pretty clearly defines what Microsoft's vision of Service Oriented Architecture is and how they suggest you...
=?Utf-8?B?RGF2ZSBU?=
08-29-2007 04:02 PM
=?Utf-8?B?Q2hhcmxpZUg=?= Go to last post
4 9
Here is sample XML: <Root> <A> <B> <C>Yes</C> </B> </A> : <A>
=?Utf-8?B?QXJ0?=
08-29-2007 01:38 PM
=?Utf-8?B?QXJ0?= Go to last post
0 11
Hi I'm currently trying to create a dataset from an xml schema (.xsd). (I'm unable to use XSD.exe due to the format of our xml). I have come across...
08-29-2007 10:10 AM
Go to last post
0 6
Hi I'm currently trying to create a dataset from an xml schema (.xsd). (I'm unable to use XSD.exe due to the format of our xml). I have come across...
08-29-2007 10:10 AM
Go to last post
0 10
I'm creating some XML documents in my C# .net 2.0 code. To date I've mostly only read XML. Now I'm writing it and I'm struggling to figure out the...
Darren Mar-Elia
08-28-2007 06:00 PM
Darren Mar-Elia Go to last post
0 10
Can anyone point me to something that pretty clearly defines what Microsoft's vision of Service Oriented Architecture is and how they suggest you...
=?Utf-8?B?RGF2ZSBU?=
08-28-2007 04:16 PM
=?Utf-8?B?RGF2ZSBU?= Go to last post
0 7
The following is the SOAP response from my customer 's intranet based web service. From my VB app I call: Response = getOrdersForDateRange(94,...
=?Utf-8?B?Sm9uYXRoYW4gQXR0cmVl?=
08-28-2007 03:13 PM
John Saunders [MVP] Go to last post
10 14
The following is the SOAP response from my customer 's intranet based web service. From my VB app I call: Response = getOrdersForDateRange(94,...
=?Utf-8?B?Sm9uYXRoYW4gQXR0cmVl?=
08-28-2007 09:40 AM
=?Utf-8?B?Sm9uYXRoYW4gQXR0cmVl?= Go to last post
0 12
I am using XmlSerializer to deserialize XML, and sometimes have to deal with legacy files with slight differences, for example "yes" where "Yes" is...
Max
08-28-2007 06:00 AM
Martin Honnen Go to last post
2 8
I am trying to export SQL data using SQLXML4.0 and annotated XSD. The XSD was provided by our vendor and contains definition for choice and unary...
Adi
08-28-2007 05:54 AM
Martin Honnen Go to last post
2 7
We just switched one of our larger applications from using .Net 1.1 to .Net 2.0. The XMLDocument XMLMainDoc is used heavily in the application. One...
Larry Viezel
08-28-2007 05:52 AM
Martin Honnen Go to last post
2 10
Pepi wrote: Then subclass XmlUrlResolver with a class that maps the system identifier of the URL to a local copy. Then use an instance of...
Martin Honnen
08-28-2007 05:46 AM
Martin Honnen Go to last post
2 13
I am using XmlSerializer to deserialize XML, and sometimes have to deal with legacy files with slight differences, for example "yes" where "Yes" is...
Max
08-27-2007 05:51 PM
Max Go to last post
0 11
I am trying to export SQL data using SQLXML4.0 and annotated XSD. The XSD was provided by our vendor and contains definition for choice and unary...
Adi
08-27-2007 05:28 PM
Adi Go to last post
0 6
We just switched one of our larger applications from using .Net 1.1 to .Net 2.0. The XMLDocument XMLMainDoc is used heavily in the application. One...
Larry Viezel
08-27-2007 05:21 PM
Larry Viezel Go to last post
0 10
Hi; First off, I think I still do not understand exactly how we are supposed to handle namespaces when doing xpath queries under .NET so I may have...
=?Utf-8?B?RGF2aWQgVGhpZWxlbg==?=
08-27-2007 12:30 PM
=?Utf-8?B?RGF2aWQgVGhpZWxlbg==?= Go to last post
8 9
Hi, I can easily create an xsd from an xml file in Visual Studio 2005. But I want a typed DataSet, so is there an option to create that...
DC
08-27-2007 11:53 AM
DC Go to last post
4 7
Pepi wrote: Use a custom XmlResolver that resolves the URI to a local copy of the DTD. See the property...
Martin Honnen
08-27-2007 06:01 AM
Martin Honnen Go to last post
0 6
Hi; First off, I think I still do not understand exactly how we are supposed to handle namespaces when doing xpath queries under .NET so I may have...
=?Utf-8?B?RGF2aWQgVGhpZWxlbg==?=
08-26-2007 04:18 PM
=?Utf-8?B?RGF2aWQgVGhpZWxlbg==?= Go to last post
0 12
Hi ng, I can't handle this XML-Schema (below) I want to access the data like "Select Name from DATA". <?xml version="1.0"...
Chuck Vance
08-26-2007 03:08 PM
Chuck Vance Go to last post
0 8
Hello! Good Site! Thanks you! lwgpriordah
rjakstamae
08-25-2007 09:27 PM
rjakstamae Go to last post
0 5
Hello! Good Site! Thanks you! lwgpriordah
rjakstamae
08-25-2007 09:27 PM
rjakstamae Go to last post
0 6
I have an xsd: <xsd:element name="comment" type="xsd:string"> <xsd:annotation> <xsd:documentation>hi...
=?Utf-8?B?RGF2aWQgVGhpZWxlbg==?=
08-25-2007 09:26 PM
hgbjxeiluw Go to last post
8 11
Hi; I have an xsd that has: <xsd:element name="purchaseOrder" type="PurchaseOrderType"/> <xsd:element name="comment" type="xsd:string"/> I get this...
=?Utf-8?B?RGF2aWQgVGhpZWxlbg==?=
08-25-2007 09:26 PM
druqlqrvsd Go to last post
8 12
Hi All I devised an XSD schema for a service offered by a remote company (on a very simplistic level) and used the XSD.EXE to turn it into a...
cjard
08-25-2007 03:35 AM
cjard Go to last post
0 8
Hi All I devised an XSD schema for a service offered by a remote company (on a very simplistic level) and used the XSD.EXE to turn it into a...
cjard
08-25-2007 03:35 AM
cjard Go to last post
0 11
Hi, I can easily create an xsd from an xml file in Visual Studio 2005. But I want a typed DataSet, so is there an option to create that...
DC
08-24-2007 10:51 AM
DC Go to last post
0 13
Is there a way, during development, to make it so that you can have the XML file in the same folder in which the bin folder is found? It seems crazy...
Reece
08-23-2007 12:03 PM
Reece Go to last post
12 21
Post New Thread

Display Options
Showing threads 201 to 250 of 6555
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.