⚲
Project
Profile
Help
Tour this page
Frequent Planio Questions
Learning Resources
Sign in
Register
Switch Planio account
Open in Planio App
Share current page
Search
:
Projects
All Projects
Help
Tour this page
Frequent Planio Questions
Learning Resources
Sign in
Register
Switch Planio account
Open in Planio App
Share current page
Saxon
Overview
Roadmap
Issues
Calendar
Blog
Documents
Forums
Files
Repository
Download (702 Bytes)
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>
« Previous
1
2
Next »
(2-2/2)
Loading...