|
[XQuery Talk Mailing List Archive Home] [By Date] [By Thread] [By Subject] [By Author] [Recent Entries] [Reply To This Message] optional attributes via function?Dmitri.Colebatch at toyota.com.au Dmitri.Colebatch at toyota.com.auWed Sep 29 13:09:52 PDT 2004
> http://xquery.com/mailman/listinfo/talk wrote:
>
> > <widgetspecifications>
> > {
> > for $spec in $this//SPEC
> > return
> > <widgetspecification
> > validFrom="myfn:transformDate($spec/VALIDFROM)"
> > myfn:outputValidToIfRequired($spec/VALIDTO)>
> > ...
> > </widgetspecification>
> > }
> > </widgetspecifications>
>
> element widgetspecification {
> attribute validFrom myfn:transformDate($spec/VALIDFROM),
> myfn:outputValidToIfRequired($spec/VALIDTO),
> ...
> }
Thanks Per - that looks like what I'm looking for. Haven't seen that
syntax - time to go do some reading.
cheers
dim
>
> --
> --Per Bothner
> http://xquery.com/mailman/listinfo/talk 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.
######################################################################
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






