Project

Profile

Help

Exception Using the sql extension » db-test.xsl

Nic Gibson, 2017-03-06 17:50

 
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:cup="http://contentservices.cambridge.org"
xmlns:math="http://www.w3.org/2005/xpath-functions/math"
exclude-result-prefixes="xs math"
version="3.0">
<xd:doc xmlns:xd="http://www.oxygenxml.com/ns/doc/xsl"></xd:doc>
<xsl:output indent="yes"/>
<xsl:param name="identifier" select="'9781107131194'"/>
<xsl:import href="xsl/lib/db-query.xsl"/>
<xsl:template name="main">
<results>
<xsl:sequence select="cup:book-meta($identifier)"/>

</results>
</xsl:template>
</xsl:stylesheet>
(2-2/2)