Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
XMLファイル内の要素を順序付ける方法を知っている人はいますか? コース XML ファイルがあり、コース XML ファイルには として参照される 5 つのユニットがありますxi:include。
xi:include
各ユニットにはunitsequencenumber要素があります。に基づいて順序付けられた単位参照でコース XML を返す必要がありますunitsequencenumber。
unitsequencenumber
使用order by:
order by
for $e in doc('filename.xml')/unit order by $e/unitsequencenumber return $e