| Thread | Last Post | Replies |
|
| How do I serialize element references as IDREFs? | 13 May 2008 09:17 GMT | 2 |
Is it possible in .NET XML serialization to store element references in attributes, maybe using IDs and IDREF? For element references, I always get a copy of the element instead of a reference in the XML code. That's what I want:
|
| How to read from different'levels' of xml to a datagridview? | 12 May 2008 21:33 GMT | - |
I have the following XML file (Called CustomerList.xml) ... <?xml version="1.0" encoding="utf-8"?> <customerList xmlns="http://tempuri.org/CustomerListSchema.xsd"> <customer>
|
| httputility.urlencode(doc.outerxml) as a http xml post | 12 May 2008 15:18 GMT | - |
I'm not sure whether I should send this as a new message or use the one I've been using but... I'm using vb.net 2.0 - My problem is I need to send
|
| what's wrong with xml post code? | 12 May 2008 11:55 GMT | 2 |
Trying to get this code to work for http xml post. I need the post to be xml (doc.outerxml) sent in single key name as stream. The following is the post code and code for receiving the request. When it hits the "myresponse = myrequest.GetResponse()" in the post code -
|
| What is the Best XML API for .NET 3.5? | 09 May 2008 17:58 GMT | 4 |
I’m starting a new project which will dynamically generate (user will have to pick and choose data, then generate the XML dynamically) RDLC for Reporting. My approach was to use LINQ to XML for the API. My question is what is the best API to use? Performance is no concern, ...
|
| XML namespace and LINQ to XML | 09 May 2008 09:42 GMT | 7 |
I have an application where I would like to use namespaces in my schema An example of the Xml that uses this namespace: <?xml version="1.0" encoding="utf-16" ?> <Project xmlns="http://P2SWorld.com/AutoDeveloper/AutoDoc/Project"
|
| http xml post | 09 May 2008 08:45 GMT | 1 |
I'm working on a http xml post (request/response). In my testing - I have been able to create and post xml string/stream and send response back.
|
| Stylus Studio 2008 Release 2: New EDI support & code generation | 06 May 2008 18:37 GMT | - |
[Announce] Dear microsoft.public.dotnet.xml, Stylus Studio 2008 Release 2 is now available.The following highlights some of the new features included in our award-winning XML tools: * Convert New EDI Formats to XML: Stylus Studio now supports the
|
| XSD schema problem | 06 May 2008 16:49 GMT | 3 |
I have a problem with xml that output from application I need to validate one of the values by using XSD schema The xml output like this <?xml version="1.0" encoding="UTF-8"?>
|
| Strange behaviour from XmlReader | 02 May 2008 07:59 GMT | 2 |
I've been using the XmlReader class to read xml files. Lately it has had some strange quirks. It seems to ignore elements when there is no whitespace between them. ex
|
| Cannot Load Dataset with XMLSCHEMA object or Schema as string | 01 May 2008 10:18 GMT | - |
I have a weird problem which has been causing me a headache for the last two days. I have to dynamicly generate a schema in memory and load it into a dataset in memory to be returned for further use.
|