Click here to Skip to main content
15,906,816 members
Home / Discussions / XML / XSL
   

XML / XSL

 
AnswerRe: MSXML version included in what version of IE? Pin
Daniel Turini12-Nov-02 2:53
Daniel Turini12-Nov-02 2:53 
GeneralRe: MSXML version included in what version of IE? Pin
Andrew Connell12-Nov-02 2:56
Andrew Connell12-Nov-02 2:56 
GeneralRe: MSXML version included in what version of IE? Pin
Paul Watson12-Nov-02 3:04
sitebuilderPaul Watson12-Nov-02 3:04 
GeneralRe: MSXML version included in what version of IE? Pin
Andrew Connell12-Nov-02 3:56
Andrew Connell12-Nov-02 3:56 
Generalretrieving data fro database Pin
Gazzer7-Nov-02 23:44
Gazzer7-Nov-02 23:44 
GeneralHELP!! WriteXml and DataSets Pin
Karen7-Nov-02 18:45
Karen7-Nov-02 18:45 
GeneralRe: HELP!! WriteXml and DataSets Pin
Christian Graus7-Nov-02 19:06
protectorChristian Graus7-Nov-02 19:06 
GeneralRe: HELP!! WriteXml and DataSets Pin
8-Nov-02 6:27
suss8-Nov-02 6:27 
Oh, thank you Christian!

I guess you are right! I should have posted this message to the ADO.NET one!

How about a question like this: How to get a subset from an xml?
Example:

The spreadsheet table is like this :

Category | SubCategory | AttributeName
----------------------------------------
Ottawa Tables Dimensions
Ottawa Chairs Weight
Alberta Tables Dimensions
Kingston Tables Dimensions
Alberta Chairs Weight

Right now I have an xml file which contains all the above datas.(It's a bit long, so I didn't type it out).. What I want to do is to make a new xml file named: Ottawa.xml where it only contains the following:

<Datas>
<Entry>
<SubCategory>Tables</SubCategory>
<AttributeName>Dimensions</AttributeName>
</Entry>
<Entry>
<SubCategory>Chairs</SubCategory>
<AttributeName>Weight</AttributeName>
</Entry>
</Datas>

Is there any possible way??? Please??? Cry | :((

Karen
GeneralRe: HELP!! WriteXml and DataSets Pin
Ranjan Banerji19-Nov-02 9:23
Ranjan Banerji19-Nov-02 9:23 
GeneralSerializing an Exception object to XML Pin
solidstore7-Nov-02 7:13
solidstore7-Nov-02 7:13 
Generalbeginner question: xml parsing Pin
sagmam7-Nov-02 3:22
sagmam7-Nov-02 3:22 
GeneralRe: beginner question: xml parsing Pin
Ravi Bhavnani7-Nov-02 7:54
professionalRavi Bhavnani7-Nov-02 7:54 
GeneralRe: beginner question: xml parsing Pin
Christian Graus7-Nov-02 10:09
protectorChristian Graus7-Nov-02 10:09 
GeneralRe: beginner question: xml parsing Pin
Michael A. Barnhart7-Nov-02 15:42
Michael A. Barnhart7-Nov-02 15:42 
GeneralRe: beginner question: xml parsing Pin
Anonymous21-Nov-02 2:34
Anonymous21-Nov-02 2:34 
QuestionHow to ... Pin
Tomas Petricek6-Nov-02 7:19
Tomas Petricek6-Nov-02 7:19 
AnswerRe: How to ... Pin
Michael A. Barnhart6-Nov-02 13:35
Michael A. Barnhart6-Nov-02 13:35 
AnswerRe: How to ... Pin
Philip Fitzsimons7-Nov-02 1:34
Philip Fitzsimons7-Nov-02 1:34 
QuestionWho knows PHP ? Pin
Member 15922365-Nov-02 6:57
Member 15922365-Nov-02 6:57 
AnswerRe: Who knows PHP ? Pin
Philip Fitzsimons5-Nov-02 23:31
Philip Fitzsimons5-Nov-02 23:31 
GeneralRe: Who knows PHP ? Pin
Christian Graus6-Nov-02 19:12
protectorChristian Graus6-Nov-02 19:12 
GeneralRe: Who knows PHP ? Pin
Paul Watson7-Nov-02 2:20
sitebuilderPaul Watson7-Nov-02 2:20 
GeneralRe: Who knows PHP ? Pin
Christian Graus7-Nov-02 10:15
protectorChristian Graus7-Nov-02 10:15 
GeneralRe: Who knows PHP ? Pin
nrk11-Nov-02 7:12
nrk11-Nov-02 7:12 
GeneralRe: Who knows PHP ? Pin
Paul Watson11-Nov-02 21:13
sitebuilderPaul Watson11-Nov-02 21:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.