Message: misquoted literal... expected single quote!
Caused by: misquoted literal... expected single quote!
Class: CollectionTagLib
At Line: [247]
Code Snippet:
247: XPathAPI.selectNodeList(references, "//div[worldcat and .//div[urn = 'urn:numis:mints:${it.mint.toLowerCase()}']]").each{ refhtml = refhtml + "<tr><td>mint appears in:</td><td><a target=\"worldcat\" href=\""+XPathAPI.eval(it, 'worldcat').str() +"\">" + XPathAPI.eval(it, 'display|.//display').str() + "</a></td></tr>" }
248:
javax.xml.transform.TransformerException: misquoted literal... expected single quote!
at org.apache.xpath.compiler.XPathParser.error(XPathParser.java:608)
at org.apache.xpath.compiler.Lexer.tokenize(Lexer.java:199)
at org.apache.xpath.compiler.Lexer.tokenize(Lexer.java:96)
at org.apache.xpath.compiler.XPathParser.initXPath(XPathParser.java:110)
at org.apache.xpath.XPath.<init>(XPath.java:176)
at org.apache.xpath.XPathAPI.eval(XPathAPI.java:232)
at org.apache.xpath.XPathAPI.selectNodeList(XPathAPI.java:165)
at org.apache.xpath.XPathAPI.selectNodeList(XPathAPI.java:145)
at CollectionTagLib$_closure8.doCall(CollectionTagLib.groovy:247)
at var_local_grails_collection_grails_app_views_accnum_list_gsp$_run_closure3.doCall(var_local_grails_collection_grails_app_views_accnum_list_gsp:210)
at var_local_grails_collection_grails_app_views_accnum_list_gsp.run(var_local_grails_collection_grails_app_views_accnum_list_gsp:47)