|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Interactive XML
Just a thought:-
The Tk toolkit is about as close to a freely available, cross platform, language
independent GUI construction kit that there is.
Its native habitat is of course Tcl as in Tcl/Tk but there are fine interfaces
to Tk from Perl and Python at the very least. (There is also a very cute
freely available tcl/tk Web browser plug in.)
A typical piece of Tk:-
frame .mbar -borderwidth 1 -relief raised
menubutton .mbar.file -text "File" -menu .mbar.file.m
menu .mbar.file.m
pack .mbar -fill x
pack .mbar.file -side left
.mbar.file.m add comment -lable "Exit"
A typical pieces of TkXML (:-)
<frame name =".mbar" borderwidth="1" relief="raised">
<!-- etc. -->
</Sean>
Sean Mc Grath - http://www.digitome.com/sean.htm
XML by Example:Building E-Commerce Applications
(http://www.amazon.com/exec/obidos/ISBN=0139601627/digitomeelectronA/)
ParseMe.1st - SGML for Software Developers
(http://www.amazon.com/exec/obidos/ISBN=0134889673/digitomeelectronA/)
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








