Announcement

Collapse
No announcement yet.

xQuery

Collapse
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • xQuery

    hallo leute!

    wie sortiere ich die ausgabe einer abfrage in xquery?
    habs mit
    order by $....
    probiert. allerdings wird dieser ausdruck vom xquery interpreter ignoriert.

    ein ausschnitt aus meinem xml-file:

    <PRE>
    <CATALOG>
    <CD>
    <TITLE>Empire Burlesque</TITLE>
    <ARTIST>Bob Dylan</ARTIST>
    <COUNTRY>USA</COUNTRY>
    <COMPANY>Columbia</COMPANY>
    <PRICE>10.90</PRICE>
    <YEAR>1985</YEAR>
    </CD>
    <CD>
    ...
    </PRE>

    usw.

    wär toll, wenn mir jemand helfen könnte.

    LG mary
Working...
X