| Thread | Last Post | Replies |
|
| SelectSingleNode always selects same node when looping through | 13 Oct 2004 09:50 GMT | 2 |
I am repeatedly encountering a problem whilst looping through XML Nodes and I am unsure as to what is going on and how I can get around it. I load the following XML document into an XmlDocument object using
|
| XML to HTML - possible? | 12 Oct 2004 17:34 GMT | 4 |
Newbie-ish question: I've done a little programming with XML. I can use a cascading style sheet to specify text format, such things as font, size and style. But I want something a bit more complex than this.
|
| Can xml request go through firewall by using web service? | 12 Oct 2004 15:27 GMT | 1 |
I am doing a course project now for practive xml. I heard from somewhere that xml request can go through firewall. currently in our school there is a firewall which only can log on by vpn when user is outside firewall. I want to create a web form which can save the data into ...
|
| XPath question - get all nodes that exist in all subnodes | 12 Oct 2004 12:11 GMT | 1 |
Ok here is my XML structure : <Files> <File Name="One.txt"> <Client Name="test1">
|
| WSE 2.0 sample certificate | 11 Oct 2004 15:57 GMT | 1 |
Anyone use WSE 2.0 sample certificates? I import them into Local Machine/Current User certificate store, but I got "This CA Root certificate is not trusted because it is not in the Trusted Root Certification Authorities store." How can I got the CA Root certificate of the issuer ...
|
| Trying to Get Subset of XML | 11 Oct 2004 15:12 GMT | 2 |
I want to display a segment of an XML (see below) file in a datagrid. I want to select a specific <EventID> and get all of its children into a dataset so that I can bind a datagrid to those values. I am trying an expression
|
| Value/Reference Types - Oooooops! | 11 Oct 2004 14:05 GMT | 5 |
I'm new to C# and have run into a problem of my own making! I originally took from the documentation that as long as I didn't use the "ref" keyword in method declarations, that everything would be passed "by value". I now believe I was incorrect and that it's only
|
| Problem with xsd codegen after installing .net framework srvice pa | 11 Oct 2004 10:37 GMT | 11 |
I followed the excellent MSDN article "Code Generation in the .NET Framework Using XML Schema" [1] to build a substitute for the limited xsd.exe. My code works fine under .NET framework 1.1, but after installing .net framework service pack 1, my code breaks.
|
| Creating XML Output from a DS | 10 Oct 2004 12:18 GMT | 3 |
I am using VB.NET to create an output stream in XML format. When I execute the code below, the XML header line (<?xml version = "1.0"?>) is not included in the output file. Is there a way to include that? ================ code =================
|
| Transform to HTML | 08 Oct 2004 17:17 GMT | 2 |
Does anyone know where I can find a xslt file to transform xml into html or how to open a new browser window from asp.net to display the xml. I have a string that contains the xml that is generated from an object. I want to display the xml to the user in the browser. The
|
| What does msdata:Ordinal="0" mean? | 08 Oct 2004 16:49 GMT | 1 |
I am updating my XSD schema but am not sure what msdata means? Any direction to a good online reference would be great. Thanks, Don
|
| Selecting one column from an XML table | 08 Oct 2004 16:49 GMT | 1 |
Hi Folks, I have a ADO.NET Dataset in the following format: <Dyelots> <Batch>
|
| XslTransform converting & | 08 Oct 2004 11:08 GMT | 3 |
I have a transform going from XML to HTML, but I can't seem to get the XslTransform class to output & as & even when using disable-output-escaping. I've tried writing the result to a Stream, but it still always converts the
|
| How do I read an XmlDocument object into a dataset??? | 08 Oct 2004 09:28 GMT | 2 |
I need to read an in-memory instance of a loaded XmlDocument into a referenced DataSet. What's the best way to do this? I've tried "myDataSet.ReadXml(myXmlDocument)" but it won't compile. I get a compile error because the XmlDocument type isn't accepted by the ReadXml()
|
| saving xsltransform to a file | 08 Oct 2004 09:06 GMT | 1 |
I would like to save a cached version of an xsltransform class to a file but can find no way of serializing it or getting at the string representation of the stylesheet I could load the stylesheet into a reader, create a copy and use one to
|