Click here to Skip to main content
15,902,114 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: Code Generator that writes code to generate and XML doc structure? [modified] Pin
led mike25-May-06 19:54
led mike25-May-06 19:54 
GeneralRe: Code Generator that writes code to generate and XML doc structure? [modified] Pin
Josh Blair26-May-06 6:51
Josh Blair26-May-06 6:51 
GeneralRe: Code Generator that writes code to generate and XML doc structure? [modified] Pin
led mike26-May-06 7:04
led mike26-May-06 7:04 
GeneralRe: Code Generator that writes code to generate and XML doc structure? [modified] Pin
Josh Blair26-May-06 7:42
Josh Blair26-May-06 7:42 
GeneralRe: Code Generator that writes code to generate and XML doc structure? [modified] Pin
Josh Blair26-May-06 8:21
Josh Blair26-May-06 8:21 
GeneralRe: Code Generator that writes code to generate and XML doc structure? Pin
led mike26-May-06 8:59
led mike26-May-06 8:59 
GeneralRe: Code Generator that writes code to generate and XML doc structure? Pin
led mike26-May-06 8:32
led mike26-May-06 8:32 
GeneralRe: Code Generator that writes code to generate and XML doc structure? Pin
Josh Blair26-May-06 10:46
Josh Blair26-May-06 10:46 
led mike,

Not sure if these XML structures (schemas) change very often. They come from a company from Japan (from a division in Italy). I think they are pretty solid/permanent. Also, I'm not sure why they didn't provide schemas or DTDs either...

I am using the XmlTextWriter only because it is fast (not that speed is really and issue at this point). I used the XMLDocument object in a previous cXML project that was very similar to this project and it seemed a little slower to generate the xml docs. I just wanted to try the XmlTextWriter to see if it was noticably faster. It is also easier to use the XmlTextWriter in my code generator. I also thought about the StringBuilder and it work just as well probably. The XmlTextWriter has a fwe handly features like being able to close off the element and stuff like that.

Josh Blair
Evergreen, CO
AnswerRe: Code Generator that writes code to generate and XML doc structure? Pin
Dustin Metzgar26-May-06 7:42
Dustin Metzgar26-May-06 7:42 
GeneralRe: Code Generator that writes code to generate and XML doc structure? Pin
Josh Blair26-May-06 8:28
Josh Blair26-May-06 8:28 
GeneralRe: Code Generator that writes code to generate and XML doc structure? Pin
Dustin Metzgar26-May-06 8:34
Dustin Metzgar26-May-06 8:34 
GeneralRe: Code Generator that writes code to generate and XML doc structure? Pin
Josh Blair26-May-06 10:08
Josh Blair26-May-06 10:08 
GeneralRe: Code Generator that writes code to generate and XML doc structure? Pin
Dustin Metzgar26-May-06 10:44
Dustin Metzgar26-May-06 10:44 
Questionxml content problem?????? [modified] Pin
Small Rat24-May-06 17:02
Small Rat24-May-06 17:02 
QuestionXSD Schema modeling ( please help) Pin
erikkl200023-May-06 18:48
erikkl200023-May-06 18:48 
AnswerRe: XSD Schema modeling ( please help) Pin
Stuart Dootson23-May-06 21:57
professionalStuart Dootson23-May-06 21:57 
GeneralRe: XSD Schema modeling ( please help) Pin
erikkl200024-May-06 2:44
erikkl200024-May-06 2:44 
AnswerRe: XSD Schema modeling ( please help) Pin
Blake Miller31-May-06 12:18
Blake Miller31-May-06 12:18 
QuestionI want to get some example of ASP using XML Pin
Jesal Rana23-May-06 0:34
Jesal Rana23-May-06 0:34 
AnswerRe: I want to get some example of ASP using XML Pin
Paul Conrad20-Jul-06 17:00
professionalPaul Conrad20-Jul-06 17:00 
Questionhow to get value from XML Pin
sharma sanjeev22-May-06 0:58
sharma sanjeev22-May-06 0:58 
AnswerRe: how to get value from XML Pin
led mike22-May-06 12:14
led mike22-May-06 12:14 
Questionabout xml efficiency Pin
HeartFriend22-May-06 0:25
HeartFriend22-May-06 0:25 
QuestionOPEN XML Pin
NICE TO MEET19-May-06 3:14
NICE TO MEET19-May-06 3:14 
QuestionHow to use insert , update , del operations on XML file used as database Pin
ArjunMK18-May-06 5:09
ArjunMK18-May-06 5:09 

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.