Re: [Fink-devel] Proposing an XML Format

2002-02-02 Thread Max Horn
At 20:45 Uhr -0500 02.02.2002, Kyle Moffett wrote: > On Saturday, February 2, 2002, at 08:25 , Randal L. Schwartz wrote: > >>Kyle> $hash->{variant}{xwin} = the contents of the variant foo >>Kyle> $hash->{variant}{xwin}{cppflags} = the CPPFlags used when compiling >>Kyle> with xwindows support >>

Re: [Fink-devel] Proposing an XML Format

2002-02-02 Thread Kyle Moffett
On Saturday, February 2, 2002, at 08:25 , Randal L. Schwartz wrote: Kyle> $hash->{variant}{xwin} = the contents of the variant foo Kyle> $hash->{variant}{xwin}{cppflags} = the CPPFlags used when compiling Kyle> with xwindows support I hope you realize you can't use both of these at the same time

Re: [Fink-devel] Proposing an XML Format

2002-02-02 Thread Randal L. Schwartz
> "Kyle" == Kyle Moffett <[EMAIL PROTECTED]> writes: Kyle> $hash->{variant}{xwin} = the contents of the variant foo Kyle> $hash->{variant}{xwin}{cppflags} = the CPPFlags used when compiling Kyle> with xwindows support I hope you realize you can't use both of these at the same time. If $hash-

Re: [Fink-devel] Proposing an XML Format

2002-02-02 Thread Kyle Moffett
On Saturday, February 2, 2002, at 05:11 , Max Horn wrote: At 16:50 Uhr -0500 02.02.2002, Kyle Moffett wrote: I would like to propose a format for XML info documents for Fink. [snip] Actually, in my mind, there is no difference at all - even the "final" format would be parsed into the same hash f

Re: [Fink-devel] Proposing an XML Format

2002-02-02 Thread Max Horn
At 16:50 Uhr -0500 02.02.2002, Kyle Moffett wrote: >I would like to propose a format for XML info documents for Fink. >Please note that this is very preliminary and subject to much >change, especially since the reason I'm putting this up here is so >that it can get changed, edited, customized,