Project

General

Profile

1
<?xml version="1.0"?>
2
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:gml="http://www.opengis.net/gml" xmlns:wfs="http://www.opengis.net/wfs" xmlns:topp="http://www.openplans.org/topp" version="1.0"><xsl:output method="xml" encoding="utf-8" omit-xml-declaration="yes"/><xsl:param name="modelId"/><xsl:param name="widgetId"/><xsl:param name="fid"/><xsl:template match="/"><div class="PopupContainer"><div class="PopupHeader">Info</div><div class="PopupContent"><xsl:apply-templates/></div></div></xsl:template><xsl:template match="wfs:FeatureCollection/gml:featureMember"><xsl:if test="*[@fid=$fid]"><table cellspacing="0" border="0"><xsl:for-each select="*/topp:*"><xsl:if test="name() != 'topp:the_geom'"><tr><td valign="top"><xsl:value-of select="name()"/></td><td><xsl:value-of select="."/></td></tr></xsl:if></xsl:for-each></table></xsl:if></xsl:template><xsl:template match="comment()|text()|processing-instruction()"/></xsl:stylesheet>
(126-126/145)