[
Lists Home |
Date Index |
Thread Index
]
At 01:38 PM 03/01/02 +0000, Henry S. Thompson wrote:
><myQR>
><bib>
> {
> for $b in document("http://www.bn.com")/bib/book
> where $b/publisher = "Addison-Wesley" and $b/@year > 1991
> return
> <livre année={ $b/@year }>
> <créateur> { $b/author } </créateur>
> { $b/title }
> </livre>
Jeepers Henry, that's horrible! Blecccch. This seems to involve
all the costs & pain of XML (awkward escaping syntax, verbosity)
with none of the benefits (readability, simplicity). Can this
turkey be made to fly?
Or are we all missing something obvious? -Tim
|