PHP Classes

File: File/ServingFile/Private/XSLT/Category.xls

Recommend this page to a friend!
  Packages of Ramesh Narayan Jangid (Sharma)   Open Swoole Microservices   File/ServingFile/Private/XSLT/Category.xls   Download  
File: File/ServingFile/Private/XSLT/Category.xls
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Open Swoole Microservices
Implement microservices using Open Swoole
Author: By
Last change:
Date: 8 hours ago
Size: 491 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:template match="/"> <Resultset> <Results select="Resultset/Results"> <page><xsl:value-of select="page"/></page> <perPage><xsl:value-of select="perPage"/></perPage> <totalPages><xsl:value-of select="totalPages"/></totalPages> <totalRecords><xsl:value-of select="totalRecords"/></totalRecords> </Results> </Resultset> </xsl:template> </xsl:stylesheet>