I am using an xslt and an xsl, parsed by various web browsers.
In the xsl: <P class="body"><xsl:value-of select="metadata/idinfo/descript/abstract"/></P>
The problem is that Mozilla doesn't wrap this text as if it were in standard html. IE wraps it as normal. How can I Make the text wrap on the page?
In the xsl: <P class="body"><xsl:value-of select="metadata/idinfo/descript/abstract"/></P>
The problem is that Mozilla doesn't wrap this text as if it were in standard html. IE wraps it as normal. How can I Make the text wrap on the page?