|
||||||||||
On 31.10.2003, at 19:12, Chad R. Larson wrote: > Does the XML parser support comments? If so, what is the syntax? The > expected "<!-- mumble /-->" did not work. It does. <!-- my comment --> works. In fact, the default config.xml has quite a few comments in it... > Also, is anything done with the "version" tag (currently set to > "1.2")? I'd like to stick an RCS "$Id:$" in there. I have done, with > no > obvious deleterious effects, but a formal agreement about that's what > it is > for would be nice. Yep, it's used to find out whether the configuration has to be converted to support new features that have been introduced in m0n0wall over time. It's best left alone. - Manuel |