| Thread | Last Post | Replies |
|
| LINQ element is null | 10 Mar 2008 14:02 GMT | 6 |
my xml file is: <?xml version="1.0" encoding="ISO-8859-1"?> <Message xmlns="http://www.kith.no/xmlstds/henvisning/2005-07-08" xmlns:xsd="http://www.w3.org/2001/XMLSchema.xsd"
|
| relative efficiency of methods for accreting xml? | 10 Mar 2008 09:08 GMT | 3 |
Hi... I know there's a lot to clean up on how we're doing some of our xml processing, but I ran into an interesting set of questions. We have an app that's building an XmlDocument in memory, taking new elements
|
| Trying to use SelectNodes | 06 Mar 2008 12:26 GMT | 1 |
I have an XMLDocument. When I set a breakpoint in my code and check doc.InnerText in the immediate window, it's definitely there. But when I check doc.SelectNodes("//Children/BrowseNode").Count, it gives me 0. I've tried variations on the theme, such as
|
| XslCompiledTransform behaves differently than XslTransform | 05 Mar 2008 18:19 GMT | 3 |
I'm in the midst of moving a web application from ASP.NET 1.1 to ASP.NET 2.0 (framework 3.0), and as part of this move, I am told by Visual Studio that the XslTransform object is now deprecated, and I should use XslCompiledTransform. For the most part changing to this
|
| LINQ and Where clause | 04 Mar 2008 17:26 GMT | 2 |
I need to know how to use a WHERE clause to weed out elements that are not present. If I remove the where altogether and all elements are present app runs as should. However, sometimes the element "ThumbNail" is not present and app fails - stories not set.
|
| dsig prefix | 03 Mar 2008 21:03 GMT | 2 |
I have a Clickonce application that contains a file element: <file name="Properties\Resources\wecan32.ico" size="3262"> <hash> <dsig:Transforms>
|
| XpathNavigtor or XmlNode which one is better? | 02 Mar 2008 15:05 GMT | 2 |
I’m trying to shuffle my Xml doc. What I do is load a xml file into XmlDocument and have it return a XmlNode object represent my Xml doc. XmlNode node = doc.DocumentElement; The Xml file look like:
|
| .net and XML schema *.XSD ??? | 01 Mar 2008 13:04 GMT | 1 |
I'm a newbie in XML and .Net I've a function that return some XML I've also a XML schema *.XSD What should I do with all this things ?
|