Click to See Complete Forum and Search --> : populate data as XML


Xin
09-24-2003, 02:58 PM
Hi,

I wonder whether there is some tool that can use a XSD to populate pre-formatted data into XML format, just like populating text data into a database table?

Thanks,

Khalid Ali
09-24-2003, 03:03 PM
If I undetstood you correctly,try XMLSpy...i think it allowes you to do several things...

Xin
09-24-2003, 03:06 PM
thx for the reply, i'm actually looking for some lib or module that can be used by a program, such as php script.

thx,

paps
09-30-2003, 06:58 PM
donno how u would do it using PHP..but using the XMLDOM, u could create an XML in Javascript/VBscript using some pre-formatted data......Maybe that will achieve what ur after...

HTH..

PS: sorry forgot to add this.....in ur XSD u would need a CDATA section to add Javascript to ur outgoing HTML...