xsl-list
[Top] [All Lists]

replace a character in an element

2005-07-19 04:26:22

Hi!

I would like to replace a character in a string. Because it is a quote and 
mySQL-Database doesn't accept it, but I don't know how.

Here is the string-element:
======================
<description-list>
<paragraph>
The term "project plan" is used throughout the generic and specific practices 
in this process area to refer to the overall plan for controlling the project.
</paragraph>
</description-list>
======================


At first I tried to find the element with the quotes as follows:
======================
<xsl:when test="contains(., '&quot;')">
<!-- <div class="red"><xsl:value-of select="." /></div><br/><br/>-->
</xsl:when>

<xsl:otherwise>
"<xsl:value-of select="." />");<br/><br/>
</xsl:otherwise>
======================

This works, but now I would like to get an output like this:
======================
The term \"project plan\" is used throughout the generic and specific practices 
in this process area to refer to the overall plan for controlling the project.
======================

I appreciate for any help!

Thanks,
Dariusz

_________________________________________________________________________
Mit der Gruppen-SMS von WEB.DE FreeMail können Sie eine SMS an alle 
Freunde gleichzeitig schicken: http://freemail.web.de/features/?mc=021179




--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>