From: Devin J. <dev...@ya...> - 2002-10-21 21:26:36
|
I just want to make sure I understand the basics here: Transformations: Native config files -> in memory Tree of nodes Tree -> XML XML -> Tree Tree -> Native config files Parsers read native config files and create a Tree of nodes. (Native -> Tree) Parsers then write out XML file (Tree -> XML) Config front-end reads XML file (XML -> Tree) FrontEnd modifies settings. FrontEnd saves changes (Tree -> XML) UnParser (ConfWriter) reads XML (XML -> Tree) UnParser then writes native config file (Tree -> Native) Providing guidance for the transformations is the Descriptor file which specifies what parser/ConfWriter is to be used and a set of Properties, types, descriptions for a given native config file format/type. Am I right so far? Devin __________________________________________________ Do you Yahoo!? Y! Web Hosting - Let the expert host your web site http://webhosting.yahoo.com/ |