PHP Classes

File: public_html/Files/XSLT/Category.xls

Recommend this page to a friend!
  Classes of Ramesh Narayan Jangid (Sharma)   PHP Microservices Framework   public_html/Files/XSLT/Category.xls   Download  
File: public_html/Files/XSLT/Category.xls
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Microservices Framework
Setup microservices apps with configuration arrays
Author: By
Last change:
Date: 2 months ago
Size: 545 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>