I've found the solluction on another forum, and thought it might be usefull here, it's quite simple, if you know it. I's usefull too, when you want to include not-well formed XML (such as javascript) in your page
<xsl:value-of disable-output-escaping="yes" select="TEXT"/>
The best(and only) to do this is make the elements like this :
<xsl:element name="a">
<xsl:attribute name="href">
<xsl:value-of select="url"/>
</xsl:attribute>
</xsl:element>
<xsl:element name="img">
<xsl:attribute name="src">...
Hi,
I got a problem with the formatting of my XML-document. I use an Access database and ASP to generate an XML-document, which I format with XSL. I generate <text></text> fields with the memo-field in access.
The problem is I can't make a break. When I just press the...
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.