jonhoranic / theGraveyard

Here is where the Graveyard archiving project begins! Welcome to everyone wishing to contribute.
3 stars 1 forks source link

FYI #23

Open laurenmcguigan opened 7 years ago

laurenmcguigan commented 7 years ago

@RJP43 @JaredKramer40 @jonhoranic Just pinging you guys here to let you know that I FINALLY finished inputing all the names! Yay! I do still have to finish putting in the images, which I will try to do tonight after I finish my paper, otherwise it will be done tomorrow. Also, there are a few odd pieces that held off on adding to the document so that I could check with you guys first, so I'll bring those to class Wednesday! I will ping you on here again when I get done with the images.

ebeshero commented 7 years ago

@laurenmcguigan There isn't a Relax-NG schema to go with your graveyardInfo.xml code is there? If you could write and associate one, even at this late moment, it would help to check and transform the document, and would ensure if you run XSLT over your code that you'll be able to output things consistently. It would help in the transformation over to TEI as well, to make sure that @jonhoranic doesn't miss any of your input as he's writing xsl:template matches! Examples of problems include one that we spotted after class: <seconOwner> vs <secondOwner>. (I just corrected those myself with Find & Replace, but that's a brittle solution, since there are probably other little inconsistencies that human eyes would have a hard time catching.) I'm sorry I didn't notice you were running without a schema for this long, but I hope it'll be easy for you to write, since you're most familiar with your markup!

laurenmcguigan commented 7 years ago

@ebeshero @jonhoranic The xml is clean and the Relax NG is done with comments to show you where everything sits!! THANK YOU @RJP43 !!!! Jon, you can start doing the XSLT when you're ready. Ping me if you have any questions!

jonhoranic commented 7 years ago

@laurenmcguigan Just had a small thing to take care of the house, nothing major but it is not the best of moods! Regardless, I am sitting at my computer in order to keep working on the XSLT, when I find a place to break for dinner I will push what I have so far and let you know. Anything specific I should know about before I continue?

ebeshero commented 7 years ago

@jonhoranic Lauren wrote a schema to proof and correct inconsistencies in her code, and that may mean some elements and attributes have shifted a bit, but everything will be consistently placed now, which is essential for the transform to TEI. Let me know if you get stuck or want another pair of eyes!