Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.12 KB | None | 0 0
  1. <ol>
  2. {
  3. for $x in doc("modslibrary.xml")/modsCollection/mods/titleInfo/title
  4. order by $x
  5. return <li>{$x}</li>
  6. }
  7. </ol>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement