Re: Configuration was Relicensing
Brought to you by:
bs_php,
nigelswinson
From: Nigel S. <nig...@us...> - 2002-07-08 23:58:31
|
> For COOL we are still looking for a > standard xml configuration format, wich > knows nested structures like submenus. I > asked on mozilla..org, but they didn't > seem to know anything about such a > format like a dtd or schema. Do you have > some hints? I would just make one up... <Menu name="MenuName"> <Item name="LinkName" target="TargetName" protocol="http"/> <Item name="LinkName" target="TargetName" protocol="http"/> <Item name="LinkName" target="TargetName" protocol="http"/> <Item name="LinkName" target="TargetName" protocol="http"/> <Menu name="SubMenuName"> <!-- Sub menu --> <Item name="LinkName" target="TargetName" protocol="http"/> </Menu> </Menu> etc etc I've never authored a DTD or a schema... never really needed one. Nigel |