Does anybody know how to run or compile or anything XML, XSL files?
I found everything about how to write APPs using these files, but nothing of how to run or compile or test, etc.
How can i use them with VB
Printable View
Does anybody know how to run or compile or anything XML, XSL files?
I found everything about how to write APPs using these files, but nothing of how to run or compile or test, etc.
How can i use them with VB
Luis,
Very, very limited knowledge of XML, but you can think of it has a 'hybrid' HTML, that you can write
your own tags for.
Like an HTML document, once created you can click on it and will open in your browser.
Firing it through a VB program.......not sure, but probably not that difficult. Someone will probably post
other ideas soon.
Happy Holidays and the such!
XMLSpy seems to do the trick. Also have a look at http://alphaworks.ibm.com - it has a bit of a Java emphasis, but most of the concepts transfer easily to MSXML.