xmlwriter [modified]
-
Helloo all am using xmltextWriter to write node in xml file XmltextWriter w=null w=new Xmltextwriter(-----); but the problem not in using writer the problem is I have listbox have this values Level1 Level2 Level2 Level2 Level3 Level3 Level1 Level2 Level3 Level4 Level2 Level2 Level1 and soon on i want to make witer get values for list and write it to xml every level1 present base node(root node) and sublevels is subnodes i want be unlimeted level xml file show be appear like this how can i do that -- modified at 15:04 Wednesday 28th March, 2007
-
Helloo all am using xmltextWriter to write node in xml file XmltextWriter w=null w=new Xmltextwriter(-----); but the problem not in using writer the problem is I have listbox have this values Level1 Level2 Level2 Level2 Level3 Level3 Level1 Level2 Level3 Level4 Level2 Level2 Level1 and soon on i want to make witer get values for list and write it to xml every level1 present base node(root node) and sublevels is subnodes i want be unlimeted level xml file show be appear like this how can i do that -- modified at 15:04 Wednesday 28th March, 2007
-
That seems pretty useless. There must be something you need after that right? What is it?
led mike
-
Instead of asking this question all over the CP forums and hoping that someone will do your work, you should start doing it yourself. If you encounter concrete problems while doing this, we'll be pleased to help you as best as we can, but nobody will spend his free time to do your work.
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook