| Thread | Last Post | Replies |
|
| AppendChild in a specific order in relation to preceding-sibling? PLEASE! | 16 Jan 2004 13:13 GMT | 3 |
Is it possible, and how?, to append a child element into a specific order. For example: <stations> <station name="one"/>
|
| Cannot serialize member System.ComponentModel.MarshalByValueComponent.Site of type System.ComponentModel.ISite because it is an interface. | 16 Jan 2004 09:43 GMT | 2 |
I have read a previous posting about this error that seems to apply to my problem: Cannot serialize member System.ComponentModel.MarshalByValueComponent.Site of type
|
| Write entities in a XML file | 16 Jan 2004 09:13 GMT | 2 |
Hi to all! This is the file that I would like to write using VB.Net and XMLTextWriter: <?xml version="1.0" encoding="utf-8" standalone="no"?> <!--DTD-->
|
| Signing XML with a X509 Certificate | 16 Jan 2004 07:18 GMT | 1 |
I'm trying to sign a XML with a X509 Certificate (Like an email), and store it in a database. I want to include the certificate in the XML in order to display the certificate properties (like click in the red insignia in a signed email message)
|
| returning Binary Data | 16 Jan 2004 05:30 GMT | 1 |
Ive a requirement to get the images through Web Services. I'm converting the images into Aray of Bytes and putting them into the dataset. The data received on the client side (I'm using MS SOAP Toolkit VB 6)is converted back
|
| XML Serialize/Deserialize multiple objects from a single XML file. | 16 Jan 2004 05:29 GMT | 2 |
After doing a search through google's archives of this list, I didn't see what I was looking for so here goes... Is it possible to serialize/deserialize multiple objects from a single XML file? I was looking to use the XML serialization to be able to translate
|
| C++ VS.NET 2003 simple XML sample problem. | 16 Jan 2004 00:37 GMT | 1 |
I'm going from VS 6.0 to VS .NET 2003. I'm converting a project and can't get it to compile. I've created a small Win32 console app that reproduces the compiler error. This has got to be something dumb. Please help. #import <msxml.dll>
|
| Problem MSXML3 | 15 Jan 2004 21:19 GMT | 1 |
Anyone have a problems with MSXML3, when do assign Schema document in a XML document? thanks Eder
|
| xsl:if and string function | 15 Jan 2004 15:17 GMT | 3 |
I'm at my wit's end with this one. Within an xsl:if test, I'm not able to get 2 variables to properly evaluate if one of them is wrapped within a string function. <!-- This works -->
|
| Validation of XML with XmlValidatingReader | 15 Jan 2004 08:08 GMT | 1 |
Having problems with this: schema is: <xs:schema xmlns="xsdPayment" targetNamespace="xsdPayment" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
| SOAP header | 15 Jan 2004 04:13 GMT | 1 |
I'm coding a web service using MarshalByRefObject in Visual C# and soapsuds... But how can I add a custom SOAP header? I've used the SoapHeader class but it doesn't work...
|
| XLink, XQuery, XInclude etc | 15 Jan 2004 04:11 GMT | 1 |
Of the numerous XML standards, the classes of System.XML support only XPath, XML Schema and DTD. If I want to exploit XLink, XInclude or XQuery, can .NET offer me anything? Are there third-party libraries that
|
| Can not Load XML | 15 Jan 2004 01:13 GMT | 5 |
I am trying to load the XML document from a file like XmlDocument requestDoc = new XmlDocument(); requestDoc.Load( strFileName );
|
| newbie - trying to do a simple node parse | 14 Jan 2004 20:43 GMT | 1 |
I'm using ASP.net vb.net and I make calls to a c++ dll and get back xml results. I've worked with a simple parser before in VFP and am looking for something that works like what I've seen in the past. My return value will be a string like:
|
| Xpath Problem | 14 Jan 2004 18:11 GMT | 1 |
Can someone tell me what's the problem with my Xpath query ? This one work fine : Dim listnodes As XmlNodeList = doc.SelectNodes("//DocInfo[@section='RH']") But if i use a variable instead, it does'nt work :
|