CMS to Create XML XLST

Cran56

New member
Joined
Jul 19, 2004
Messages
4
Programming Experience
1-3
Hi Folks - I want to give the user the ability to log into a CMS and create a asp.net (vb.net) form for a product. I've done some searching and the best way to do it is dynamic through XML and XLST. I can make an interface where the user can select various controls to use on the webform and have that write out to an XML file, but I don't know how to have it generate the XLST file that corresponds with the XML file. This would need to happen behind the scenes because the users who will be creating these forms will have no clue about VB.net or any other programming language... It seems to me that each xlst file has to be unique to each xml file...any help appreciated!

I'm really lost with this...if anyone has any code they can help me with that would be great!
 
Last edited:
Back
Top