diff options
Diffstat (limited to 'spss.test/resources/stylesheets')
-rw-r--r-- | spss.test/resources/stylesheets/book.notavailable.xsl | 1 | ||||
-rw-r--r-- | spss.test/resources/stylesheets/book.xsl | 12 | ||||
-rw-r--r-- | spss.test/resources/stylesheets/ref.book.notavailable.xsl | 1 |
3 files changed, 14 insertions, 0 deletions
diff --git a/spss.test/resources/stylesheets/book.notavailable.xsl b/spss.test/resources/stylesheets/book.notavailable.xsl new file mode 100644 index 000000000..b484b9583 --- /dev/null +++ b/spss.test/resources/stylesheets/book.notavailable.xsl @@ -0,0 +1 @@ +<?xml version="1.0" encoding="UTF-8"?><xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"><xsl:output method="html" indent="no"/><xsl:template match="data:book" xmlns:data="http://uri.data.org"><HTML><BODY><H1>Buch: <xsl:value-of select="data:title"/></H1></BODY></HTML></xsl:template></xsl:stylesheet>
\ No newline at end of file diff --git a/spss.test/resources/stylesheets/book.xsl b/spss.test/resources/stylesheets/book.xsl new file mode 100644 index 000000000..e475b0d56 --- /dev/null +++ b/spss.test/resources/stylesheets/book.xsl @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> + <xsl:output method="html" indent="no"/> + <xsl:template match="data:book" xmlns:data="http://uri.data.org"> + <HTML> + <BODY> + <H1>Buch: <xsl:value-of select="data:title"/> + </H1> + </BODY> + </HTML> + </xsl:template> +</xsl:stylesheet> diff --git a/spss.test/resources/stylesheets/ref.book.notavailable.xsl b/spss.test/resources/stylesheets/ref.book.notavailable.xsl new file mode 100644 index 000000000..72c9a738b --- /dev/null +++ b/spss.test/resources/stylesheets/ref.book.notavailable.xsl @@ -0,0 +1 @@ +<?xml version="1.0" encoding="UTF-8"?><xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"><xsl:include href="http://localhost:8080/moa-spss-testdata/resources/stylesheets/book.notavailable.xsl"/></xsl:stylesheet>
\ No newline at end of file |