[xquery-talk] optional attributes via function?

Dmitri.Colebatch at toyota.com.au Dmitri.Colebatch at toyota.com.au
Wed Sep 29 12:59:17 PDT 2004


> Dmitri.Colebatch at toyota.com.au wrote:
> 
> > my query (which is really just xslt in xquery's clothing) currently 
> > looks something like:
> > 
> >   <widgetspecifications>
> >   {
> >     for $spec in $this//SPEC
> >     return
> >     <widgetspecification 
> >       validFrom="myfn:transformDate($spec/VALIDFROM)" 
> >       validTo="myfn:transformDate($spec/VALIDTO)">
> 
> I assume you mean:
> 
> <widgetspecification
>        validFrom="{myfn:transformDate($spec/VALIDFROM)}"
>        validTo="{myfn:transformDate($spec/VALIDTO)}">
> 
> Notice the curly braces.

yep I do.  this part of it all works fine, it was just an error in the
example I put in the email.

cheers
dim


> -- 
> 	--Per Bothner
> per at bothner.com   http://per.bothner.com/
> 

######################################################################
DISCLAIMER: 
This email and any attachment may contain confidential information.
If you are not the intended recipient you are not authorized to copy
or disclose all or any part of it without the prior written consent
of Toyota.

Opinions expressed in this email and any attachment are those of the
sender and not necessarily the opinions of Toyota.
Please scan this email and any attachment for viruses.
Toyota does not accept any responsibility for problems
caused by viruses, whether it is Toyota's fault or not.
######################################################################


More information about the talk mailing list