| Thread | Last Post | Replies |
|
| .NET doesn't support xsd:extension and xsd:attribute?? | 05 Oct 2004 19:15 GMT | 4 |
It seems that .NET does not support xsd:extension and xsd:attribute. What is the alternative? Thanks,
|
| System.xml in IE | 05 Oct 2004 14:41 GMT | 3 |
Is it possible to use system.xml classes in Internet Explorer? I wonder about this because we have an application that depends very much on msxml on the client, using data islands, xmlhttp and such.
|
| Webservice adds XML node to xsd!? | 05 Oct 2004 09:51 GMT | 1 |
I have a xsd and a wsdl File. Out of these two i generated a dll for the WebClient and a dll for the WebService. So far so good. When i trace the message the client generates, the soap-xml is correct according to the wsdl and the xsd Files.
|
| NewRow fails when using XML document as Dataset | 05 Oct 2004 04:13 GMT | 1 |
I am using following code snippet to add another user in Users.xml: ------------------------------------------------------------------- DataSet dstUsers = new DataSet(); dstUsers.ReadXml("Users.xml");
|
| coping with empty excel cells in the xml document | 04 Oct 2004 21:14 GMT | 2 |
I have an xml document that has been created from an excel spreadsheet. In the s/s there are some empty cells however these are not captured in the xml file. All that is added is for the cell after where the empty cell should be, it has an extra attribute: "ss:Index="6", where it ...
|
| Webservices [WSE2.0] and security | 04 Oct 2004 09:49 GMT | 1 |
I am trying to select the best approach for security (authentication, role-based) for my web services app. It seems there are many options, so I wanted to ask what would be recommneded according to this criteria: 1. secure authentication (no plain text)
|
| xsl template startMode in system.xml.xsl.xslTransform | 04 Oct 2004 09:38 GMT | 3 |
Is there any way of specifying the startMode when using the xslTransform class? We are updating code which used msxml to the system.xml classes but can find no way to specify the startMode. We use this so that we can specify different templates to be used by the
|
| Problems replacing SoapToolkit with .NET WebMethods (Server Side) | 04 Oct 2004 03:43 GMT | 3 |
Hi - we are MSDN Enterprise subscribers, our no-spam address is munter@computershare.com We are currently trying to replace a SoapToolkit web-service with a .NET WebMethod implementation, but can't seem to get the WSDL to line up properly.
|
| XPath and nodelist .. im confused :p | 04 Oct 2004 01:23 GMT | 8 |
I'm playing around a bit with XPath and nodelist and i want to extract some info from a RSS feed. The one that i am testing at can be viewed at http://slashdot.org/index.rss Ok.. heres the deal:
|
| XMLDataDocument question-- appending/removing nodes | 03 Oct 2004 22:51 GMT | 1 |
I'm porting a VB 6 app to .Net, and wanted to use an XMLDataDocument to store information that had previously been kept in XML Recordsets. Unfortunately, I'm not too familiar yet with .Net's XML Namespace and was wondering if someone could help with something....in the VB 6
|
| Adding <?mso-application ...> programmatically | 03 Oct 2004 17:56 GMT | 4 |
If I have an XmlDocument DOM how do I insert <?mso-application progid="ProgId.Here"?> programmatically?
 Signature Victor Hadianto
|
| Any XML Naming Conventions? | 03 Oct 2004 08:19 GMT | 1 |
Does the use of DTD, XML Schema and similar constructs adopt the use of C# naming conventions? If so how do I make the distinction of how to apply C# conventions with XML elements, attributes and so on? Any referrals to resources that discuss or document XML Naming
|
| Manipulating or comparing xs:dateTime values in xpath queries with SelectNodes | 03 Oct 2004 03:55 GMT | 2 |
Is there a simple way of compare dates? I am trying to create a list of perishable stock in an inventory that is near or past its expiration date. I've tried telling it to compare a node's value with a DateTime string, but that doesn't work.
|
| latency of web service and serialization cost | 02 Oct 2004 13:22 GMT | 2 |
Hello, I would like to measure latency of webservice... I call the method and the time is difference between start and end value of Enviroment.Tickcount. Is it right progress??? Do you have any ideas? Something higher precision of time? Any links?
|
| Serialisation auto formatting | 01 Oct 2004 23:42 GMT | 1 |
I'm trying to serialise some objects and I've can't get the built in serialisation to output exactly what I want. For the moment I'm implementing the IXmlSerializable interface and doing it the long way. For future reference is it possible to specify how a property should
|