| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | Hi,
I have a test program that creates 5 threads and each thread uses
XmlDocument.Save(filename) to save a Xml dom to a file. I have put the
lock...
AT
|
04-11-2006 12:34 PM
Sergey Dubinet | 1 | 100 |
|  | Hiyas,
Using VS .net 2003.
Setting up a Webservice that accepts 3rd party vendor designed XML requests
and returns a filled XMLDocument with...
RJA
|
04-11-2006 10:50 AM
dickster | 3 | 90 |
|  | This is what I am trying to do:
FileStream fs = new FileStream("C:\\request1.xml", FileMode.Open);
XmlSerializer x = new...
John Smith
|
04-11-2006 10:16 AM
John Smith | 0 | 68 |
|  | need some help on following:
xml file 1
<TEST xmlns="http://test" >
<OK>mlkddflmkj</OK>
</TEST>
Plop69
|
04-11-2006 04:48 AM
Plop69 | 0 | 68 |
|  | I am writing a program that use XML . I am writing this program in .Net . In
the client part I created a .xml file and in the server-part I must show...
Yuriy
|
04-11-2006 02:40 AM
Yuriy | 0 | 144 |
|  | Here's a class I'm working with
public class BatchHeader {
public string ScaleSite;
public string FromScaleDate;
jamie
|
04-10-2006 09:39 PM
AT | 8 | 74 |
|  | Hi,
I have this xmldoc linked to a xmldatasource in .Net 2.0
<MENUROOT title="Home" visible="true">
<MENU title="subnode_1"...
Kurt Kubein
|
04-10-2006 02:26 PM
Kurt Kubein | 0 | 107 |
|  | hi,
is there a way to bind a menu control with a dataset without get this
error?
System.InvalidOperationException: HierarchicalDataBoundControl...
cipcip
|
04-10-2006 12:39 PM
cipcip | 0 | 72 |
|  | Hello,
I have a problem in a C# client that consumes a webservice which is wrapped
by WSE 2.0 sp3:
The WebService works fine but very rarely my...
Robbert van Geldrop
|
04-10-2006 04:05 AM
AT | 5 | 79 |
|  | Hello,
My site is randomly firing off a "ExceptionHttpException : Unable to
validate data. " error on some of its forms at the...
Robbert van Geldrop
|
04-10-2006 02:59 AM
AT | 1 | 112 |
|  | Hello there,
I have to pass on some data to a webservice. I have the XML format with me. How is it passed usually? As a string or as an object?
If...
SSS
|
04-10-2006 12:57 AM
SSS | 2 | 81 |
|  | Hello,
I have a problem restoring Exchange 2000 files. Our software has an
interface to ESEBCLI2.dll for online backup and restore features....
Robbert van Geldrop
|
04-09-2006 10:42 PM
AT | 1 | 77 |
|  | HI
can anyone help me out with this, im a newbie to xml n stuff. i really
have tough time working on this .
Xml file:
<p:win32_Service...
AT
|
04-09-2006 08:35 AM
Martin Honnen | 1 | 140 |
|  | I have this Xml file, bookstore.xml
<Bookstore xmlns="http://www.book.com">
<Shelve index="1">
<Book name="Da Vinci Code" />
</Shelve>
<Shelve...
Woon Kiat
|
04-09-2006 06:32 AM
Martin Honnen | 3 | 66 |
|  | I am validating XML files on a server which has no internet access and
the validadation in C# does not work. Schema with which I am validating
has...
AT
|
04-09-2006 03:52 AM
AT | 8 | 71 |
|  | Hello,
Let us say that I have a schema or complex type like this one below:
Is there a way programtically or a tool to create sample XML file/data...
Ganesh Muthuvelu
|
04-07-2006 02:04 PM
Stan Kitsis [MSFT] | 4 | 74 |
|  | Displaying HTML/XHTML from source XML file
i am having an xml file
i want to display the contents of the xml file in a web browser control
in...
psid
|
04-07-2006 11:46 AM
psid | 0 | 80 |
|  | I posted it here since I couldn't find an Exchange newsgroup...
--
rvangeldrop
Robbert van Geldrop
|
04-07-2006 04:00 AM
Robbert van Geldrop | 0 | 133 |
|  | Hi;
I need to be able to create a single xml node in utf-8 and do it efficiently
as this is called a lot (reason below).
What is the best way to do...
David Thielen
|
04-07-2006 03:59 AM
AT | 1 | 127 |
|  | Hello,
I wish to copy an XmlNode in a string variable from a XmlDocument object.
But as I takeout this XmlNode, it adds the NamespaceURI. Why ?...
Vivek
|
04-07-2006 03:53 AM
Vivek | 6 | 122 |
|  | XTech 2006 Updates -Keynote Update - Barcamp Amsterdam II
XTech 2006 - 16-19 May - Hotel Grand Krasnapolsky - Amsterdam,
The Netherlands
Mozilla...
melledge
|
04-05-2006 12:48 PM
melledge | 0 | 64 |
|  | OK, this is going to be a lengthy post with a lot of code. I have built a
class library in C# for communicating with UPS' online tools for...
Grant Harmeyer
|
04-05-2006 12:44 PM
samstraub | 2 | 94 |
|  | Can any body help me out with an example for calling a XML webservice
through vb 5.0??
*** Sent via Developersdex http://www.developersdex.com ***
Rams S
|
04-05-2006 07:53 AM
Rams S | 0 | 96 |
|  | I have a problem understanding what is happening when inheriting from
XmlUrlResolver.
Using standard settings (including the default XmlResolver) I...
pachyphloia
|
04-05-2006 02:53 AM
pachyphloia | 0 | 146 |
|  | All,
I'm not really sure where to post this. Does anyone out there have extensive
RSS knowledge? I've written an RSS/XML generator. For the most...
Mike
|
04-04-2006 05:20 PM
Mike | 0 | 101 |
|  | I have the following small class which inherits from the generic List
class:
public class FoodItemList : List<FoodItem>
{
private bool _hasChanges...
Chris Dunaway
|
04-04-2006 04:18 PM
Chris Dunaway | 0 | 89 |
|  | Hi.
I'm using XslTransform to transform a XML resulting of a Dataset into a
Excel spreadsheet.
But the object is not releasing its resources while...
AT
|
04-04-2006 01:25 PM
AT | 3 | 89 |
|  | Hi
Have you seen www.x-pubs.com
I think it will be very interesting for your audience. X-Pubs is
Europes largest XML publishing conference.
We...
AT
|
04-04-2006 05:00 AM
AT | 0 | 140 |
|  | Hi there,
Is there a way to traverse an XSD using XPath. My research indicates no
conventional way of doing it, but I was wondering if there was a...
MMA
|
04-03-2006 01:25 PM
dickster | 11 | 176 |
|  | Hi guys,
I have a task to do where I need to write an XML file into SOAP format.
I use XMLTextWriter in order to write my strings to the XML file,...
AT
|
04-03-2006 12:58 PM
AT | 1 | 156 |
|  | Hello,
How do I use this class to create an XML document without saving it into a
file? I need to store the XML documen into a string so it could be...
Gilgamesh
|
04-03-2006 12:07 PM
Gilgamesh | 5 | 108 |
|  | Hello,
I need to serialize/deserialize array of non-typed objects to/from such
xml:
<contents>
<resource name="res1" />
<category name="cat1"...
AT
|
04-03-2006 11:03 AM
AT | 2 | 74 |
|  | I'm would like to enconde my XML into ISO-8859-1, but I can't seem to find
howto. ANy suggestions?
StringWriter writer = new...
Michael H
|
04-03-2006 08:16 AM
Martin Honnen | 3 | 78 |
|  | Hi all,
i wish to reload a layer, how can this be done .....till now i have
been reloading the whole document to change the view....but now i wish
to...
AT
|
04-03-2006 02:16 AM
AT | 0 | 86 |
|  | In an application which uses an XML file, I wish to use XmlSchemaValidator
class to validate this file against the XSD file..
In the example of...
Vivek
|
04-02-2006 11:28 AM
Vivek | 2 | 67 |
|  | Did you ever find a solution to this problem? I am now getting the same
error with some .NET code I have for calling a Java web...
KevinRichards
|
04-01-2006 07:34 PM
KevinRichards | 0 | 88 |
|  | Hi All,
I want to use XML technologies with SQL Server 2000 for sending master
details data from Application to SQL Server. I'm using xmldocument...
SwatSoftwareDev
|
03-31-2006 05:08 PM
Cerebrus | 2 | 97 |
|  | how to find nodes at xml file without complete load the xml file
since the file is very big!!
joe
|
03-31-2006 06:03 AM
Martin Honnen | 1 | 87 |
|  | I get this error when I fail to ‘clean up’ my UTF-8 MemoryStream: “Invalid at
the top level of the document. Error processing resource…”...
rasx
|
03-31-2006 03:21 AM
Amol Kher [MSFT] | 3 | 75 |
|  | Hi,
My match rules are not fired (though they should)--can anyone help
me please?
XML File trail.xml...
Ankush
|
03-30-2006 05:33 PM
dickster | 9 | 92 |
|  | Hi,
What I'm trying to do is:
- To write a Web.config with custom sections. (Done)
- To write a xsd schema for this custom sections.(Done)
- Tell...
Sami Marzouki
|
03-30-2006 04:21 PM
Stan Kitsis [MSFT] | 3 | 82 |
|  | Hi,
I've an 'Employee' class. In my program this object is manipulated,
children (List<T>) added, properties modified etc. Everytime this
happens I...
Vinayak Kamat
|
03-30-2006 03:28 PM
Vin | 3 | 77 |
|  | Hi
Does anybody know if XSLT can process several XML file at a time
I have two xml document which stored in memory stream and wanna to combine
it...
msnews.microsoft.com
|
03-30-2006 11:59 AM
msnews.microsoft.com | 3 | 78 |
|  | Hi,
I use C# to validate an XML document. It issues error messages and I do not
understand why.
Here is the XML document:
<bookstore...
Doru Roman
|
03-30-2006 11:51 AM
Doru Roman | 2 | 67 |
|  | Null fields are missing, how can I prevent this and return all fields in the
dataset.
I am using the XML returned from a DOTNET XML webservice with a...
GMG
|
03-30-2006 09:45 AM
KillerJ | 1 | 79 |
|  | Congrats !
It does seem a bit long, but if it works... then great !
Regards,
Cerebrus.
Cerebrus
|
03-30-2006 08:43 AM
KillerJ | 1 | 71 |
|  | Hi
Here's the scenario...
I have a web method to which a pass a customer ID. The web method looks up
the customer and returns an XmlNode which I...
Glenn
|
03-30-2006 05:21 AM
Glenn | 2 | 77 |
|  | Hi,
I am a beginner and I try to understand how can I use C# and Netframework to
validate an XML document. Is XSD a solution? How?
Thanks,
Doru
Doru Roman
|
03-29-2006 05:29 PM
Doru Roman | 5 | 86 |
|  | If I create a simple xslt stylesheet I can quickly test this in VS2005 by
pressing the "Show XSLT Output" button rather than running the whole...
Peran
|
03-29-2006 04:25 PM
Matt | 1 | 66 |
|  | Where to write XQuery statements?
For eg:
doc("D:\\workArea\\Books.xml")/Books/Book/Name
Shilpa
|
03-29-2006 12:16 PM
Alex Krawarik[MSFT] | 3 | 84 |