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...
First of all, I am not very experienced in xml.
There is an xml stylesheet using this format:
<xsl:for-each select="depthem">
Depth Encoding Method: <xsl:value-of/>
</xsl:for-each>
It seems like a select attribute is required in xsl:value-of, but I'm not sure what to use to replace it?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.