Jump to content

silverbux

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by silverbux

  1. silverbux

    xpath sorting

    is there a way to sort the result of xpath query? like "order by" in mysql
  2. silverbux

    xpath

    no the <id> is auto generated like auto increment in mysql.
  3. silverbux

    xpath

    <test> <records> <id>1</id> </records> <records> <id>3</id> </records> <records> <id>2</id> </records> </test>is there a way to select the maximum <id> ?? thank you in advance
  4. silverbux

    xquery

    hello! sorry im not sure if im in the correct category to post my message....ok xquery sounds really neat, but how do i run it? should i run it like php? i want to use it on my php program actually. thanks in advance!
×
×
  • Create New...