| Thread | Last Post | Replies |
|
| XML Reading with XmlDocument | 20 Jan 2004 05:08 GMT | 5 |
I am having trouble with this code can't seem to load these email values any Ideas? XML File <?xml version="1.0" ?>
|
| how can i read the nodes of this file in asp.net??? | 20 Jan 2004 00:20 GMT | 6 |
i have an xml file, but am not too sure how to read all these elements using vb.net code. any help would be greatly appreciated:)) <---------CODE--------------->
|
| Two Dimensional Array | 19 Jan 2004 19:12 GMT | 4 |
Hi all Pro, I have the class call "Person", and I do declare two dimensional array type of string inside this class which will keep "First_Name" and "Last_Name" as the record. When I try to serialize it by using XMLSerializer, I got error
|
| Xml.net for an XML person | 19 Jan 2004 17:55 GMT | 3 |
If I have some XML in the following format: <Foods> <Food Name="Pizza"> <Ingredient Amount="500g">Flour</Ingredient>
|
| XML+XSL = report ? | 19 Jan 2004 08:20 GMT | 1 |
This is a question i have always wanted to ask but didn't know whom to ask. If i had data in XML format, am i right in believing that i can use XSL (i dont know XSL yet) to create a browser based report ? Or even a paper based report ? With
|
| Write Namevalue pair into Config file | 19 Jan 2004 05:50 GMT | 2 |
Hi I have this constraint. A help would be greatly apprecitated. I have this Config file. <?xml version="1.0" encoding="utf-8" ?> <configuration>
|
| xpath problems | 18 Jan 2004 11:40 GMT | 3 |
I am trying to run the asp xpath examples from the QuickStarts samples, but I am not having any luck. When I run the code in a console app it works fine. When I run the same exact code in an aspx page it doesn't work. Here's a condensed example of what I am talking about. If I ...
|
| produce a truly hierarchical xml | 18 Jan 2004 09:23 GMT | 1 |
Any help appreciated. I have two Access tables, customer and orders. I would like to create a truly hierarchical xml file form the joined tables. I need to produce: <Query1>
|
| xpath?? | 17 Jan 2004 20:27 GMT | 2 |
I am very new to xml. I have a datatable I need to group by and was suggested that xml and xpath might be the way to go. I converted the datatable to xml but don't know what to do next. Can anyone point me to the right direction. This is what I am trying to do:
|
| XSD: How far should I go? | 17 Jan 2004 20:19 GMT | 1 |
I have a legacy data specification that I want to move into XML. My question revolves around specificity (in general) (c: Being a noob I don't know what the current wisdom is with respect to detailed specification in the XSD. Take a phone number for example. One could
|
| Multiple Joins in DataAdapters | 17 Jan 2004 20:13 GMT | 5 |
I have a second question related to my previous post subject: Mapping Nested XML to Relational Tables The XML document which loads into the dataset must then be stored in relational tables and recalled later. As mentioned in my previous posting,
|
| Schema Derivation by Restriction | 17 Jan 2004 01:40 GMT | 3 |
I am trying to create an XML Schema type definition by deriving from another type definition using restriction. For example suppose my base type was this: <xs:schema <<schema element setup>> >
|
| Newbie wants to learn a little xml. | 16 Jan 2004 19:35 GMT | 9 |
It seems to me that XML might we the way to go, but I know very little. And what I have read gets into the esoterics of XML, not the very basic basics. Suppose I wanted to have an xml file like this: (It is just a sample of
|
| For Loop for Threading | 16 Jan 2004 18:16 GMT | 1 |
Hello Everbody: I have a question. How do you create a for loop for Threads. I want to create 10 threads . I have created the the code as follows:
|
| Questions on Serialization and ArrayList | 16 Jan 2004 14:55 GMT | 5 |
First, is it possible to use XmlArrayItem to declare two data types, DT1 and DT2 where DT2 is a derived class, in an ArrayList as the same ElementName? The following throws a "System.InvalidOperationException" exception when creating the serializer.
|