| Thread | Last Post | Replies |
|
| VB.NET: Get the Attribute and Text out from Xml string | 30 Sep 2004 18:48 GMT | 1 |
Besides using For Each /Next loop to find every individual nodes, which loop should be use and how to apply if i want only one set of tag...(in blue) Example: <Book>
|
| XML Serialization | 29 Sep 2004 22:13 GMT | 1 |
Hello all... My problem is this.. I have an XML that has been formatted and given to me already. My goal is to attempt to serialize the XML into an object using a regular class and XMLSerializer if possible. I don't want to stroll too far
|
| Novice question about namespaces | 29 Sep 2004 22:06 GMT | 1 |
I have heard that using xml for configurations on applications is a good thing. I have started to work with learning xml and have seen this "http://tempuri.org" showing up automatically when I create the schema. I have visited the site and it makes me think that I will have to ...
|
| Database Independent aplication using XML | 29 Sep 2004 15:41 GMT | 1 |
I have to develop a database independent application in c# 2003. It means the underlying database should be anything like ACCESS, Oracle or SQL and my application should not get affected if i change between databases. i also have a requirement of storing 10,000 user records in my ...
|
| Postback & Xml Control ViewState | 29 Sep 2004 10:01 GMT | 2 |
I have an Xml control that reflects a tree structure from a serialized object that is generated in the Page_Load event: If Not IsPostBack Then Dim ms As New IO.MemoryStream
|
| How to get XML data out of an XML file | 29 Sep 2004 01:38 GMT | 2 |
I am trying to retrieve the Parameters first or second (0, 1 ,2) node from the following XML file: <?xml version="1.0" encoding="utf-8" ?> <Robot xmlns="http://tempuri.org/RobotDefaults.xsd">
|
| Return Xpath Expression vor Serializable Object | 28 Sep 2004 18:13 GMT | 1 |
is ist possible to return the xpath expression for an instance of a serializable object? I receive an XML which may contain values for elements, which are not valid (no, the schema is not strict enough) and i would like to log
|
| Read node text. | 28 Sep 2004 13:13 GMT | 2 |
I have a function that reads a nodes 'InnerText'. But when the node has childs 'InnerText' includes that childs text to. Is there a way to select the value from the node but not from the child? my xml document structure looks like this:
|
| XmlWriter.WriteAttributeString() | 28 Sep 2004 11:39 GMT | 1 |
The WriteAttributeString() method(s) of System.Xml.XmlWriter Class is embedding the Value parameter within double quotes. Is it possible to change this behaviour such that the Value is instead put within Single Quotes (Apostrophes)?
|
| Read complex XML into a dataset or XMLDeSerializer | 28 Sep 2004 01:11 GMT | 1 |
hey xml gurus I have a xml which is as follows, so my question is how can I read this XML is VB.Net or C#. I want to loop for every survey ID and insider every survey I want to loop for each user ID and get their values.
|
| Xpath / XPathExpression equivalent of SQL's "Top" function | 28 Sep 2004 01:01 GMT | 3 |
Is there one? Also in either xpath or XPathExpression whats the best way to get the full xpath of a node. As i am using xpath query of (//books/.......)
|
| Bulk add prefix to XmlDocument | 27 Sep 2004 13:09 GMT | 1 |
I have an XML document that looks like this: <book> <title>Foo</title> <description>
|
| XML Schema | 27 Sep 2004 12:56 GMT | 1 |
hi i would like to define a type with restrictions, i used the following schema but i get an error <xs:element name="Latitude">
|
| soapformatter vs xmlserializer | 27 Sep 2004 10:23 GMT | 2 |
Hi all, i'm looking for some performance comparison some charts. I have read the xmlserializer is better, more flexible and faster (analyzing data types in constructor), but there are some limitation (i.e. public members). SoapFormatter is better to serialize arbitrary data.
|
| validate xml? | 27 Sep 2004 08:13 GMT | 4 |
I can create this xml document, but can't read it from file into XmlDocument object. It complains about the first charactor in node name... <123>567</123>
|