Re: DTD to web form
by johns other posts by this author
Jun 15 2006 9:03AM messages near this date
view in the new Beta List Site
Re: DTD to web form
|
Re: DTD to web form
& XSLT hi
( 06.06.15 06:58 -0700 ) Joshua Santelli:
> There is a demand for a GUI to edit each of
> these configuration files from the web.
ouch!
> The ideal solution would be to create a DTD (or
> schema) and have some code that would generate a web
> form from that DTD.
um, why wouldn't you send the XML of the config file. the DTD is only a
template used to validate the 'well-formed-ness' of various XML files.
> Does anyone know of anything out that that does
> something like this?
javascript can take the input XML and output HTML to the browser. it
means using the DOM alot, which you may or may not be able to do.
--
\js oblique strategy: decorate, decorate
_______________________________________________
Perl-XML mailing list
Perl-XML@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Thread:
Joshua Santelli
Rick Frankel
Tod Harter
johns
Tod Harter
Joshua Santelli
Les Richardson
|