Click here to Skip to main content
15,891,136 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: Simple Reports/ RTF output Pin
DavidNohejl25-Jan-05 10:13
DavidNohejl25-Jan-05 10:13 
GeneralRe: Simple Reports/ RTF output Pin
david@mindplay.com25-Jan-05 10:37
david@mindplay.com25-Jan-05 10:37 
GeneralRe: Simple Reports/ RTF output Pin
DavidNohejl25-Jan-05 11:21
DavidNohejl25-Jan-05 11:21 
GeneralRe: Simple Reports/ RTF output Pin
david@mindplay.com25-Jan-05 11:26
david@mindplay.com25-Jan-05 11:26 
QuestionHow to load data from XML String to tables Pin
Cuu24-Jan-05 6:00
Cuu24-Jan-05 6:00 
GeneralWSE 2.0 security... Pin
Jason Weibel21-Jan-05 10:56
Jason Weibel21-Jan-05 10:56 
Generalxml treeview using dataset Pin
ashushere21-Jan-05 8:17
ashushere21-Jan-05 8:17 
GeneralRe: xml treeview using dataset Pin
DavidNohejl21-Jan-05 12:19
DavidNohejl21-Jan-05 12:19 
well, for some strange reason I do everything the hard way (not using dataset) so my idea doesn't have to be optimal solution. Since dataset si in-memory storage for data, it should be also possible to store data in treeView itself - now I mean Tag property of TreeNode. Let say you have class/structure (say Question)representing your question, than set Tag property to instance (created while reading XML file) of your class Question. When user click tree node, unbox myQuestion = (Question)myTreeNode.Tag and show question in controls of right side of the form...


ashushere wrote:
I am struggling frm past 3 and half weeks.

WTF | :WTF: Did I miss something? (OTOH I am working on something what I expected to be finished before 20th of December Blush | :O )

best regards,
David 'DNH' Nohejl

Never forget: "Stay kul and happy" (I.A.)
GeneralWSE 2.0 - UsernameToken Pin
Jason Weibel20-Jan-05 9:22
Jason Weibel20-Jan-05 9:22 
GeneralRe: WSE 2.0 - UsernameToken Pin
Jason Weibel21-Jan-05 10:02
Jason Weibel21-Jan-05 10:02 
GeneralScheme or no scheme I can not use XmlDocument.LoadXML Pin
Anonymous20-Jan-05 4:11
Anonymous20-Jan-05 4:11 
GeneralRe: Scheme or no scheme I can not use XmlDocument.LoadXML Pin
DavidNohejl20-Jan-05 4:36
DavidNohejl20-Jan-05 4:36 
GeneralRe: Scheme or no scheme I can not use XmlDocument.LoadXML Pin
mcgahanfl20-Jan-05 10:20
mcgahanfl20-Jan-05 10:20 
GeneralHelp please !! transform returns unprintable chars Pin
atmeyer119-Jan-05 11:14
atmeyer119-Jan-05 11:14 
GeneralRe: Help please !! transform returns unprintable chars Pin
DavidNohejl19-Jan-05 12:26
DavidNohejl19-Jan-05 12:26 
GeneralRe: Help please !! transform returns unprintable chars Pin
atmeyer119-Jan-05 12:38
atmeyer119-Jan-05 12:38 
GeneralSchema Validation Pin
cobyjone19-Jan-05 9:45
cobyjone19-Jan-05 9:45 
GeneralRe: Schema Validation Pin
DavidNohejl19-Jan-05 10:06
DavidNohejl19-Jan-05 10:06 
GeneralRe: Schema Validation Pin
cobyjone19-Jan-05 10:16
cobyjone19-Jan-05 10:16 
GeneralRe: Schema Validation Pin
cobyjone19-Jan-05 10:30
cobyjone19-Jan-05 10:30 
GeneralNon-Microsoft XML DOM parser Pin
bowlermonk19-Jan-05 8:52
bowlermonk19-Jan-05 8:52 
GeneralRe: Non-Microsoft XML DOM parser Pin
DavidNohejl19-Jan-05 10:41
DavidNohejl19-Jan-05 10:41 
Generaladfas Pin
Anonymous18-Jan-05 8:32
Anonymous18-Jan-05 8:32 
QuestionHow to get a particular node? Pin
Johny Ng17-Jan-05 16:41
Johny Ng17-Jan-05 16:41 
AnswerRe: How to get a particular node? Pin
DavidNohejl18-Jan-05 1:19
DavidNohejl18-Jan-05 1:19 

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.