qexo-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qexo-general] Revised "Generating XML and HTML using Xquery" artic


From: Marco Vezzoli
Subject: Re: [Qexo-general] Revised "Generating XML and HTML using Xquery" article
Date: Wed, 17 Jul 2002 07:42:48 +0200

another typo few rows below

for $i in (1 to 10) return
   <p>{$i}*4 is: {$i+4}</p>

should be

for $i in (1 to 10) return
   <p>{$i}*4 is: {$i*4}</p>

-- 
        (--cafe babe--) 
Marco Vezzoli   address@hidden
CR&D Intranet Developement   STMicroelectronics
tel. +39 039 603 6852 fax. +39 039 603 5055



reply via email to

[Prev in Thread] Current Thread [Next in Thread]