generated output not displaying correctly, <p> tags are not excecuting to the mark up, all values are fine comming from the dct, any suggestions, is it a configuration issue?
thanks
from templating.cfg
__________________________________________________________
<category name="locations">
<locations>
<branch vpath-regex="/migr/main/Production/Locations" />
</locations>
<data-type name="locations" dcr-type="iwov">
<presentation>
<template name="locations.xsl" extension="html" ptcompiler="com.interwoven.ui.formspub.utils.XSLTPTCompiler">
<locations>
<branch vpath-regex="main/Production/Locations" preview-dir="/">
<directory dir-regex=".*" />
</branch>
</locations>
</template>
</presentation>
</data-type>
</category>
==========================================================================
locations.xsl
_______________________________________________________________________
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl
utput type="html"/>
<xsl:template match="/location">
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><xsl:value-of select="name"/></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<p>WILDCARD:*** <xsl:value-of select="*"/> ***</p>
<p>Location Name:*** <xsl:value-of select="name"/> ***</p>
<p>Address 1: *** <xsl:value-of select="physicalAddress/address1"/> ***</p>
<p>Address 2: *** <xsl:value-of select="physicalAddress/address2"/> ***</p>
<p>City: *** <xsl:value-of select="physicalAddress/city"/> ***</p>
<p>State: *** <xsl:value-of select="physicalAddress/state"/> ***</p>
<p>Zip: *** <xsl:value-of select="physicalAddress/zip"/> ***</p>
<p>Location Type: *** <xsl:value-of select="type"/> ***</p>
<p>Featured Location: *** <xsl:value-of select="featured"/> ***</p>
<p>SLUG: *** <xsl:value-of select="slug"/> ***</p>
<p>Lat/Long: *** <xsl:value-of select="geo"/> ***</p>
<p>Include Postal Address: *** <xsl:value-of select="postal"/> ***</p>
<p>Address 1: *** <xsl:value-of select="postalAddress/address1"/> ***</p>
<p>Address 2: *** <xsl:value-of select="postalAddress/address2"/> ***</p>
<p>City: *** <xsl:value-of select="postalAddress/city"/> ***</p>
<p>State: *** <xsl:value-of select="postalAddress/state"/> ***</p>
<p>Zip: *** <xsl:value-of select="postalAddress/zip"/> ***</p>
</body>
</html>
</xsl:template>
</xsl:stylesheet>
=================================================================================
display output:
--------------------------------------------------------------------------------------------------------------------------------
Stephen Center113 NW First StreetHollywoodFL33128 Buildingtruestephen-p-clark25.775975,-80.196943FL