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

Exercise 5 (Help) #54

Closed CodyKarch closed 8 years ago

CodyKarch commented 8 years ago

I was wondering how I pick out the individual poems. I was trying to use this, but I know the poem part is wrong. <xsl:apply-templates select="$dickinsonColl//poem"/> </body> And I also was wondering how to test it, should I have every poem open as an XML and test it with my XSLT or what?

spadafour commented 8 years ago

@RJP43 @nlottig94 Thanks, I'll be hanging out around the classroom in one of those comfy chairs

nlottig94 commented 8 years ago

I can get there around 10! I'll either be in the classroom or out in the hall!

alexthattalks commented 8 years ago

For @spadafour 's issue, it was an issue with Mac OS X. The operating system creates ".DS_Store" files in every folder to preserve sorting, views, etc. so they are the same every time you look in the folder. This creates an issue for Oxygen, because it is looking at the collection in the folder, and trying to look inside the ".DS_Store" file first, instead of the XML file. How to solve it is to delete the ".DS_Store". Because it is a hidden file type (similar to .htaccess), you need to delete file using the Terminal as such:

  1. Open the Terminal application
  2. Navigate to the folder having the issue
  3. Use the command: ls -al You will see the .DS_Store file
  4. Use the command: rm .DS_Store to remove the .DS_Store file

@RJP43 @ebeshero @ghbondar

nlottig94 commented 8 years ago

Just an FYI for everyone, CourseWeb isn't working right now...So for anyone who is trying to submit stuff, the webpage won't load.