| Thread | Last Post | Replies |
|
| Trouble deserializing XML data from UPS.com | 16 Mar 2006 15:36 GMT | 4 |
I am trying to use the UPS.com online tools to develop a class libary that uses serialization to communicate with their XML APIs. When I use the class libary to generate a TimeInTransitRequest object, the XML looks like this (I substituted the user credentials):
|
| XML Schema to describe specifc case | 16 Mar 2006 02:53 GMT | 5 |
How can I describe an XML like this: <X> <Y/> <Z/>
|
| Read attributes of elements from xml schema. | 15 Mar 2006 20:19 GMT | 3 |
Is there any way through which attributes of elements along with their default value and possible values can be retrieved from the schema using C#. Any help will really be appreciated.
|
| Strange "Obsolete" message with Transform method | 15 Mar 2006 14:30 GMT | 1 |
I've got two statements in my code that are both generating weird, weird, weird messages: The first one was, Dim document As System.Xml.XmlDocument
|
| How to access a network file path \\foo\bar.txt from an .aspx and from a custom IHttpHandler? | 15 Mar 2006 07:29 GMT | 1 |
How to access a network file path \\foo\bar.txt from an .aspx and from a custom IHttpHandler? How to specify which account that aspx application should use when doing file IO from network paths?
|
| WebDAV/XML Question | 15 Mar 2006 04:36 GMT | 1 |
We are using WebDAV to extract and save Exchange users EML files off. I have run into a problem when I try and get a list of emails within a folder. We use the following… strQuery = "<?xml version=\"1.0\"?><D:searchrequest xmlns:D = \"DAV:\" >"
|
| XPath Expression to retrieve attribute value without case sensitivity | 14 Mar 2006 20:27 GMT | 1 |
I am struggling with how to form the XPath expression to find the value of an attribute value without case sensitivity. I have tried the following, but I must be missing something simple. "SOLUTIONS/SOLUTION[@id=*[translate(text(),
|
| Visual Studio 2005 and XML Data view | 14 Mar 2006 10:52 GMT | 2 |
I remember that in 2003 there used to be a view where you could see your XML file as a table. Where did the "Data view" went in VS 2005?
|
| Need help getting timezone info in webservice | 14 Mar 2006 06:14 GMT | 5 |
(I forgot to mention that I'm using C#) ------------------- When communicating with a server via webservices, I need to view and set the timezone information for a simple object (it contains one DateTime and one
|
| Transform method of XslCompiledTransform hangs | 13 Mar 2006 21:47 GMT | 1 |
Using VB.NET 2.0 I have a simple routine that attempts transforms an XmlDocument with an XSLT stylesheet into HTML. Under the old 1.1 framework with XslTransform, everything worked fine. Now using XslCompiledTransform, the Transform method hangs. My code:
|
| XmlSerializer constructor | 13 Mar 2006 07:22 GMT | 1 |
I'm having trouble constructing the XmlSerializer without getting a Configuration Exception(Only elements allowed: Line 3) in Dev Studio 2003. When I remove the <system.diagnostics> node from my app.config I don't have any issues but I wanted to keep the node. Please let me know ...
|
| read and interpret xml string | 13 Mar 2006 04:30 GMT | 3 |
perhaps a simple question, but some guidance would be great... I have a webservice that churns out XML. I need to create a VB.NET app to call the webservice, read the XML response, and then perhaps iterate through it to display the content in
|
| xPath query | 12 Mar 2006 19:19 GMT | 10 |
I'm trying the select a element based on values of two attributes. In the Xml doc i need to look at an attribute minVal and maxVal. if the Value I'm passing in in the xPath is greate than min "and" less than max, I'll want to pull all the attributes of that element.
|
| How can I loop through XML like this? thanks | 10 Mar 2006 19:29 GMT | 2 |
I have flat xml like this <field name="a1"/> <field name="a2" merge="true"/> <field name="a3"/>
|
| Assigning XML string as the content of an attribute | 10 Mar 2006 15:27 GMT | 2 |
Hi. I want to assign an XML string to an XML attribute. This XML string must undergo "escape" conversion so that the < and & symbols are converted in to escaped equivalents. Does the .Net library have a conversion method that does this? Note that I
|