Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Section 2.5 Kindle edition - typo in java command line #14

Open
pdurusau opened this issue Apr 21, 2021 · 2 comments
Open

Section 2.5 Kindle edition - typo in java command line #14

pdurusau opened this issue Apr 21, 2021 · 2 comments

Comments

@pdurusau
Copy link

reads: java -cp /Users/joe/SaxonHE9-9-0-1J/saxon9he.jarnet.sf.saxon.Query hello-world.xq

Should read: java -cp /Users/joe/SaxonHE9-9-0-1J/saxon9he.jar net.sf.saxon.Query hello-world.xq

Missing space between .jar and net.sf...

@coding4humanists coding4humanists deleted a comment from github-actions bot Apr 21, 2021
@joewiz
Copy link
Member

joewiz commented Apr 21, 2021

@pdurusau Thank you for this report! I have spotted a few other formatting issues in the ebook editions and will work with TAMU Press on seeing if it's possible to make corrections and push them out to readers. Happily, this is not a problem with the source text for the book. See https://xquery.forhumanists.org/code/011-pp26/, which reads:

java -cp /Users/joe/SaxonHE9-9-0-1J/saxon9he.jar net.sf.saxon.Query hello-world.xq

@pdurusau
Copy link
Author

pdurusau commented Apr 21, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants