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

Schematron #641

Closed KSD32 closed 5 years ago

KSD32 commented 5 years ago

Hi. I'm having trouble getting my schematron to work. This is the code that I currently have. Screen Shot 2019-03-22 at 5 38 09 PM

ebeshero commented 5 years ago

@ksd32 Sorry for the delay! I was away from my computer this evening. I do see the problem in your code. Look at your report test: You are attempting to convert the element node contents of <location> into a number, but that is really a text string. Isn’t it the attribute value you want to convert? You won’t be converting it if it’s in a predicate filter!