|
|
| How do I set the schema for an XML file? |
| Hi;
I am sure this is straightforward but I cannot find it. How do I pass a
schema file with an XML file when I load the xml file? I need this
mostly for an XPathNavigator object I create.
??? - th... on 17-Nov-09 |
| |
|
|
|
| getting strongly typed results from an XPath query? |
| Hi;
Is there an easy way, when I am iterating through the nodes returned
from an XPath query, to get typed results. I need to know if it is a
DateTime, decimal, or string. This is more than just wha... on 12-Nov-09 |
| |
|
| why namespace make xpath fail ???? |
| hello,
please consider the following piece of XML:
localhost\srv2005
ADMIN
****
test2008loc
then the following piece of c#
using (XmlReader xrFDPXSD = XmlReader.Create(xmlFileName)) {
XEleme... on 09-Nov-09 |
| |
|
| XML Serialization without Attributes? |
| Hello,
I am programming with Visual Studio 2005 for .net 2.0 in C#. Very often I
use XML Serilization [1].
Some of the output files can be edited by the user with an external
editor. What I do not l... on 07-Nov-09 |
| |
|
| Parse log file containing Xml |
| I have some log files that contain text and Xml ie:
--------------Begin-----------------------
Some data here
Some more data here
InputXML =
Data
Data
OutputXML =
Data
Data
More Data
---------... on 05-Nov-09 |
| |
|
| VS2003 XML Visualizer missing! |
| Hi all gurus,
in my PCs I have VS2010, VS2008 and... VS2003. Why? Others lack 2k3's XML
visualizer, which is able to show XML's data, if it comes from a DataSet
serialization. Looking at various repl... on 02-Nov-09 |
| |
|
|
|