Messages in this thread |  | | | Subject | Re: Request for comment -- a better attribution system | | Date | Sun, 22 Apr 2001 11:21:43 +0200 | | From | Olaf Titz <> |
| |
> What's wrong with: > > <MAP NAME="CONFIG_ namespace cross-reference generator/analyzer" > URL="http://www.tuxedo.org/~esr/cml2" > STATUS="Maintained" > DATE="Sat Apr 21 11:41:52 EDT 2001">
What is wrong with that is that it's serious overkill. In particular, this application does not need the ability to nest tags, so what remains is a linear sequence of name=value pairs and the complicated syntax buys you nothing.
(More formally: it doesn't need a context-free language, a regular language is enough.)
Eric's suggestion is powerful enough to do the job and can be parsed with one line of sed script.
The useful thing in your proposal is the ability to give multiple attributes to one item, e.g. mail="addr" desc="addr". Even this can be achieved much easier with a bit of syntactical convention, like always giving mail addresses in <> with the rest of the line being comment. Most of the stuff is for human consumption only anyway.
Olaf - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |