| Thread | Last Post | Replies |
|
| network error during dtd validation | 28 Jul 2003 16:19 GMT | 5 |
I'm getting weird errors during transformations -- "System.Net.WebException. The remote server returned an error: (500) Internal Server Error." I'm on the 1.0 Framework. I've looked through the stack trace and it seems
|
| Simple Xpath Query | 28 Jul 2003 01:21 GMT | 1 |
I am having the following XML file: ----- <bibRecords xmlns="http://tempuri.org/bibrecords.xsd"> <bibRecord>
|
| serialization crash at root node ?? | 27 Jul 2003 14:14 GMT | 1 |
I made one C sharp class that was successful with the XSD utility in the SDK bin. However now I can't get any xml file to work with the other generated classes. The serialization always stops on the first character of the
|
| Copy XPathDocument into an XmlDocument | 27 Jul 2003 13:15 GMT | 1 |
Hi, in a C# app, I have an XPathDocument that looks similar to this: <row uniqueid="4234" /> <row uniqueid="4365" />
|
| XML Fragment into new XML Document | 27 Jul 2003 11:19 GMT | 2 |
What's the most efficient way to do this? I would like to load an xml file like this: <?xml version="1.0" encoding="utf-8" ?> <strings>
|
| xpath again - not xslt ? but to select node in asp.net | 24 Jul 2003 21:46 GMT | 3 |
Hi again, I'm using the following xpath (works in visualizer) with a SelectSingleNode("xpath") statement. //Station[@name="Station1"]/(WI[Boards/Board[@sn="583230"][@finish]])[la
|
| XPath pb | 24 Jul 2003 19:33 GMT | 1 |
In infopath, I use a XPath expression to get some nodes : var oEMailNodeList = XDocument.DOM.selectNodes("//Message/EMail"); My problem is that this method returns 0 items. Here is the DOM.xml property
|
| Learning XPath Query Language Resource Material/Books/White Papers | 24 Jul 2003 18:03 GMT | 1 |
I am a total beginner to XPath and using Native .NET XML Classes (although I have used XML with Datasets before). I have "XML for ASP.NET Developers" which seems like a good .Net XML overview book but would like to learn more about writing XPath Queries.
|
| ReadBase64 - length? | 24 Jul 2003 17:04 GMT | 2 |
I am having a lot of trouble understanding the last parameter of the XmlTextReader's ReadBase64 method,length. In all the examples I have been able to find on the web, the developer seems to already know that value and hard codes it.
|
| How to seach and read XML node | 24 Jul 2003 15:20 GMT | 1 |
I am somewhat new to working with the base XML classes and have always worked throught a DataSet before. Now I just need to retieve one piece of info from an XML file and think that using one of the XMLReader based classes would be [much] faster then reading the entire file into a ...
|
| schemas in dataset | 24 Jul 2003 08:48 GMT | 2 |
Are there any limitations know for schemas (xsd), which could be processed by DataSet.ReadXMLSchema method? I have problem when reading one of schemas. .Net complains and people say schema is valid for XML Spy.
|
| Stupid (I hope) XML questions | 24 Jul 2003 04:20 GMT | 3 |
Ok, I have a project that is destined for continual growth and development over the next few years (benign scope creep). The object model is relatively generic at the moment, but will be extended considerably
|
| XML to XML Translation | 23 Jul 2003 03:11 GMT | 1 |
I need to translate an XML document into another XML document. I would like to avoid using XSL that translates character by character. Is there a way to map fields between those 2 documents,
|
| XmlTextReader bug ? | 23 Jul 2003 01:32 GMT | 4 |
I think the following is a bug in XmlTextReader: I need to process large XMLs, that are typically constructed of many small elements nested in the root element. Each inner element represents a command, so I have to parse and
|
| HOWTO: Unique ID in XML | 22 Jul 2003 16:55 GMT | 1 |
How to create unique id in xml documents using API? Are there any Microsoft APIs available to generate Unique IDs in XML Documents? Thanks in advance,
|