in reply to Re: Automatically generating XML
in thread Automatically generating XML
Yep, I quickly dropped the idea of using the DTD as templates. I am going to use a template XML, and generate more tags based on that, so if it says: <value repeat=5> I know I'll repeat the <value> tag 5 times...