XmlRegister
From LaneWiki
Using xmlRegister’s renderers, one can easily change the layout, colors, and fonts of the Register interface. Currently, only Tk is supported by renderers.
[edit]
xmlRegister File Format
See lane-xmlRegister-0.dtd for the XML DTD.
[edit]
renderXmlRegister-*
To render myregister.xml as a Tk perl script:
cd $LaneRoot/register/xmlRegister/ ./renderXmlRegister-Tk < myregister.xml > myregister.pl
You can then run the register perl script myregister.pl.
[edit]
xmlRegister
See $LaneRoot/register/xmlRegister/xmlRegister for documentation in POD. xmlRegister renders and runs the script in one step.
To use the default interface (SysString:Lane/Register/UserInterface/XML):
$LaneRoot/register/xmlRegister/xmlRegister Tk
You can also specify a filename or a [URL. xmlRegister understands string: and sysString: L’âne specific URLs as well as any URL supported by Perl's LWP library.

