| Thread | Last Post | Replies |
|
| What happens to dataset with multiple ReadXML()'s? | 07 May 2004 16:43 GMT | 1 |
FYI: ASP.NET application: First DS.ReadXML reads/loads data fine. The second DS.ReadXML doesn't throw an exception, but I can't find data from the 2nd DS.ReadXML() ?? Any idea where the data is going???
|
| Using MapPoint .Net webservice | 06 May 2004 19:46 GMT | 2 |
I have just installed the micorsoft's mappoint .net sdk....how to start using the samples.....has anyone successfully gone through the entire cycle of installation to implementation...if yes, could you please help me by providing some sample code n pointers to get started.....i have
|
| .NET , XML , XSL -> XsltArgumentList : Question ? | 06 May 2004 11:41 GMT | 1 |
I have a page in .net (DEFAULT.ASPX), i load a XmlDocument, and a XslTransform to Add a XsltArgumentList (with the param : urlPage), and send all to a <asp:xml> in the page. The <asp:xml> is good with xml and xsl, but the param is not fill with the
|
| .NET WebService method doesn't understand xsd list | 06 May 2004 05:13 GMT | 4 |
I've posted this before but no one seems to respond. I need to know if this is a bug I am implementing a webservice against a preexisting schema/wsdl The schema specifies an element called Type that is a xml schema list of qname (i.e. it wants the message to have a space deimited ...
|
| Backslash "\" is being added to XML Attributes, Is there a way to get rid off it? | 05 May 2004 15:10 GMT | 8 |
I have not encountering this problem 'till I got VS.NET 2003. Check my xml below how the backlash is added. I tried all possible ways to replace it but nothing happens. Any help will greatly appreciated. <SESSION_INFO_ID ID=\"434674640\">
|
| XML Digital Signatures | 05 May 2004 07:36 GMT | 1 |
I've been doing my best to understand the specifics of implimentating XML Digital Signatures, but I seem to be missing a fundamental concept. Let me start with a description of the problem I am trying to solve. In my application, people send an XML file that contains data ...
|
| Transforming first n nodes | 05 May 2004 00:47 GMT | 1 |
I have a large xml (35MB) and I need to transform its top 200 rows using an xsl (in ASP.Net web app). Is this possible to do it in an efficient manner? Thanks.
|
| assign dt as namespace for xmlelement | 04 May 2004 15:10 GMT | 2 |
I am trying to duplicate an xml document, and I am pretty new to xml. I am using hte Xml namespace and taking advantage of the xmldocument class. I would like to add the following to an element xmlns:dt="urn:schemas-microsoft-com:datatypes" Is there a way to do this through the ...
|
| XML Serialization bug? | 04 May 2004 14:26 GMT | 4 |
Take a class: public class AClass { public bool FurtherActionsRequired; public bool FurtherActionsRequiredSpecified;
|
| Reading an XML value | 04 May 2004 13:38 GMT | 1 |
What's the fastest way to read an elements value from a string containing XML The readers require streams and creating a DOM brings a lot of overhead! Ta in advance M.McD
|
| Using XSLT to transform XML prior to loading into Dataset | 04 May 2004 13:26 GMT | 2 |
I am trying to transfor an XML document prior to loading into a Dataset. My problem stems from the known bug in Visual Studio that prevents loading a well formed XML because of duplicate child names: http://support.microsoft.com/default.aspx?scid=kb;en-us;325696
|
| XML validation | 04 May 2004 05:01 GMT | 4 |
Hi I am doing some simle validation of xml aganist xsd in the xml the schmalocation will be "http://localhost/books.xsd" But the validater is throughing exception like
|
| unable to add web reference | 04 May 2004 04:12 GMT | 1 |
I am trying to add a web reference for a web service but am having no joy. I seem to get the same response: ========================================
|
| Array Serialization | 04 May 2004 04:10 GMT | 1 |
(Note I have posted to this group because I had no luck in microsoft.public.dotnet.vb.general) Hi all This is probably an easy one... I would like to serialize an array to
|
| Consume Java Webservice through .NET client | 04 May 2004 04:06 GMT | 1 |
Could you please explain me the steps for consuming Java Webservice through .NET client. I know how to connect through .NET webservice and I followed the same steps for this, but it did not work out. In the Add web reference dialog I entered the Java webservice url, it returned ...
|