|
[XQuery Talk Mailing List Archive Home] [By Date] [By Thread] [By Subject] [By Author] [Recent Entries] [Reply To This Message] optional attributes via function?Per Bothner per at bothner.comTue Sep 28 20:08:56 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),
...
}
--
--Per Bothner
http://xquery.com/mailman/listinfo/talk http://per.bothner.com/
|
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
|






