ebeshero / DHClass-Hub

a repository to help introduce and orient students to the GitHub collaboration environment, and to support DH classes.
GNU Affero General Public License v3.0
27 stars 27 forks source link

Saving XQuery Files #770

Closed frabbitry closed 4 years ago

frabbitry commented 4 years ago

Hi everyone!

I totally forgot to mention today that you can save your XQuery scripts to your directories in eXist! It's something that you'll probably want to do.

To do so, when you're done coding your XQuery:

  1. Hit the "Save" button in the menu at the top of the page. Screen Shot 2020-02-28 at 4 26 52 PM
  2. Navigate to your directory. Screen Shot 2020-02-28 at 4 30 19 PM
  3. Name your file, being sure to write ".xql" as the file type at the end. Screen Shot 2020-02-28 at 4 31 28 PM
  4. Hit "Save." Your file is now saved! Congratulations