Ok,
I'm currently working on an RSS Channel Making app and I'm wondering if there is a way to Parse the XML that you are generating with it so that you can get a WYSIWYG type interface?
Printable View
Ok,
I'm currently working on an RSS Channel Making app and I'm wondering if there is a way to Parse the XML that you are generating with it so that you can get a WYSIWYG type interface?
There is an XML loading engine with VB - try searching www.pscode.com
Depending on what & how you want to parse it, you can use the MSXML object (avail from MS on MSDN).
I use it all the time, it's fairly easy to work with if you have an idea of what you are doing & how XML works.
TG
Thanks guys