| Thread | Last Post | Replies |
|
| Looping through attributes | 11 May 2004 14:13 GMT | 3 |
I need a sample that shows how can loop through the attributes and display the data.(.net / c#) <?xml version="1.0" encoding="UTF-8"?> <riders>
|
| InsertAfter does not work. | 11 May 2004 12:28 GMT | 2 |
Hey Guys, I am trying to insert a xml elmement right after specific MainCategory element in the following xml file: <?xml version="1.0" encoding="utf-8"?>
|
| Error opening xml file | 11 May 2004 11:29 GMT | 1 |
I'm attempting to use XmlTextReader. When I call the Read() method I get the following error "The data at the root level is invalid. Line 1, position 1. The xml is formatted fine. The first entry in the xml file is a valid tag What does this error trying to tell me. I can read ...
|
| Set request parameters for web services | 10 May 2004 22:58 GMT | 1 |
My .net application is to consume a Java web services exposed using AXIS. The web service will extract the user name and password to perform some custom authentication.
|
| SAX model and XmlTextReader | 10 May 2004 22:19 GMT | 3 |
Does XmlTextReader class in .net represent SAX implementation? If yes, are there any performance gains if I use C++ SAX implementation in msxml4.dll versus XmlTextReader in .net? Did any one try this? If no, what is the .net class that implements SAX model?
|
| How to delete an XML element SOS URGENT | 10 May 2004 22:18 GMT | 1 |
How can io delete this element in my AdRotator.xml file with VB.NET I try a lot of things but I don'T have a good result.. Please help me <Advertisements> <Ad>
|
| XSD.exe w/Include: What am I doing wrong? | 10 May 2004 22:17 GMT | 1 |
I'm running into problems using XSD.exe to generate classes from XSD files using the <Include> functionality. Being a complete newbie with this, I am obviously missing something obvious I have defined two schemas, XMLSchema1 and XMLSchema2 with the same target namespace: ...
|
| Problem with ReadXml into DataSet | 10 May 2004 22:16 GMT | 1 |
I have created a xml-file by using the writeXml method on a dataset. The problem arrises when I want to read the xml-file back into a dataset on a pocket pc application. Some of the fields which are strings have whitespaces added to end of the values in the dataset but not in the ...
|
| Simple XML Log | 10 May 2004 13:30 GMT | 1 |
I want to receive an XML document via an aspx page and log the raw xml to a text file. I've been looking at this for a while and can't work out how to do it. Can someone tell me how to grab the raw xml text (once I've got the text I can do the logging bit) Thanks
|
| Using MSXML v 2.6 w/ .NET | 10 May 2004 10:45 GMT | 19 |
QUESTION: Does anyone know how I can use v2.6 of the MSXML parser with .NET? BACKGROUND: I "Web to Print" process that allows our clients (newspapers) to export
|
| Graphing XML Data using C# | 10 May 2004 09:17 GMT | 1 |
I've got a list of bowling scores and I'd like to create a graph of them. I've looked into crystal reports, but this seems like too much work for what I'm needing. Does anyone have any examples ??
|
| XML Cleaner | 08 May 2004 05:35 GMT | 19 |
I was hoping that someone could point me in the right direction. I'm looking to develop a tool that will run an XML file against an XSD schema and if a node doesn't conform to the schema, remove that node from the xml (or output a new xml without that node) and continue
|
| Validating XML with XSD kept in memory | 07 May 2004 21:27 GMT | 1 |
How can I validate XML against XSD both read from a Database (blob) and where its contents are kept in string-variables? I don't want to go the long way round writing them to files before validating. Thank you,
|
| prerequisites for xml | 07 May 2004 19:33 GMT | 1 |
Hello! I'd like to know what are the reequisites to program in xml
|
| SQL to XML to XSL | 07 May 2004 19:32 GMT | 1 |
I'm a little stuck and would appreciate ANY help getting over this hurdle. Let's say that I've got a SQL Server stored procedure that includes FOR XML AUTO, ELEMENTS And that within a .Net Web Form, I'd like to call that stored procedure and
|