This commit is contained in:
Bartosz Kuzma
2023-01-11 08:25:15 +01:00
commit 2e0c84ed60
54 changed files with 9875 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:b="http://www.demo.com">
<xsl:template match="b:books">
<Library>
<BookCount>
<xsl:value-of select="count(b:book)" />
</BookCount>
</Library>
</xsl:template>
</xsl:stylesheet>