[XQuery Talk Mailing List Archive Home] [By Date] [By Thread] [By Subject] [By Author] [Recent Entries] [Reply To This Message]

Multiple computed attributes in Saxon 8.9

Florent Georges darkman_spam at yahoo.fr
Tue May 15 18:18:04 PDT 2007


  Multiple computed attributes in Saxon 8.9
Claus wrote:

  Hi

> 10         let $pg :=
>
doc("pue_current/pue-stamm-prod.xml")//v:ProductGroup[@ID=$br/@ProductGroupID]
> 11         let $brand :=
> doc("pue_current/pue-stamm-marken.xml")//v:Brand[@ID=$br/@BrandID]
> 12         return
> 13           attribute brand
> {data($brand/v:Description[@language="deu"])},
> 14           attribute pg {data($pg/v:Description[@language="deu"])},
> 15           attribute series
> {data($br/v:Description[@language="deu"])}

  You have:

    let $v := 'v'
      return
        attribute a1 { $v },
    attribute a2 { $v }

  I guess you want:

    let $v := 'v'
      return (
          attribute a1 { $v },
          attribute a2 { $v }
        )

  Regards,

--drkm






















      ______________________________________________________________________________ 
Stockage illimité de vos mails avec Yahoo! Mail. Changez aujourd'hui de mail !


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2007 All Rights Reserved.