Changeset 4625

Show
Ignore:
Timestamp:
02/18/08 16:40:55 (9 months ago)
Author:
xmlhacker
Message:

more debug info

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/nuxleus/Web/4lessig.org/page/controller/atomictalk/base.xsl

    r4624 r4625  
    8484 
    8585  <xsl:output cdata-section-elements="script" doctype-system="-//W3C//DTD HTML 4.01//EN" doctype-public="http://www.w3.org/TR/html4/strict.dtd" method="html" indent="no"/> 
    86    
     86 
    8787  <xsl:template match="my:session"> 
    8888    <xsl:apply-templates/> 
     
    263263  </xsl:template> 
    264264 
     265  <xsl:template match="geo:country"> 
     266    <xsl:value-of select="$country"/> 
     267  </xsl:template> 
     268 
    265269  <xsl:template match="geo:lat"> 
    266270    <xsl:value-of select="$lat"/> 
     
    286290    <xsl:value-of select="$request-time"/> 
    287291  </xsl:template> 
    288    
     292 
    289293  <xsl:template match="geo:ip"> 
    290294    <xsl:value-of select="$ip"/>