Migrate https://phabricator.release11.com/diffusion/CZOPW/czopw.git to release11-tools-web
This commit is contained in:
9
SampleData/transform.xslt
Normal file
9
SampleData/transform.xslt
Normal 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>
|
||||
Reference in New Issue
Block a user