|
Subject: RE: [xsl] String manipulations with quotes From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx> Date: Thu, 10 Apr 2003 18:54:54 -0400 |
I don't have control over the authoring. The quotes are already embedded in the file.
<xsl:template match="text"> <xsl:value-of select="translate(.,'"','#')"/> </xsl:template>
<xsl:variable name="name1">
<xsl:value-of select="substring-after($definition, '"')"/>
</xsl:variable>
<xsl:variable name="name2">
<xsl:value-of select="substring-before($name1, '"')"/>
</xsl:variable>Cheers, Wendell
====================================================================== Wendell Piez mailto:wapiez@xxxxxxxxxxxxxxxx Mulberry Technologies, Inc. http://www.mulberrytech.com 17 West Jefferson Street Direct Phone: 301/315-9635 Suite 207 Phone: 301/315-9631 Rockville, MD 20850 Fax: 301/315-8285 ---------------------------------------------------------------------- Mulberry Technologies: A Consultancy Specializing in SGML and XML ======================================================================
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] String manipulations with, Betty Harvey | Thread | Re: [xsl] String manipulations with, Jeni Tennison |
| Re: [xsl] How to use an xml Element, bix xslt | Date | RE: [xsl] template match for subele, Ross Ken |
| Month |