| Subject: Re: [xsl] detecting a colon (':') within a para From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx> Date: Tue, 29 Jun 2004 17:23:48 -0400 | 
<xsl:template match="para">
  <xsl:copy>
    <xsl:copy-of select="@*"/>
    <xsl:apply-templates/>
  </xsl:copy>
  <xsl:if test="substring(.,string-length(.),1) = ':'">
    <xsl:processing-instruction name="keep-together"/>
  </xsl:if>
</xsl:template>Cheers, Wendell
Is there anyway to find the following scenario:
<para>The following items you really need to know:</para>
I'd like to be able to find all para's that have a colon as their last character and insert a processing instruction to tell the output-formatter not to allow a page break. I use processing instructions in many other scenarios, but I've never had to look an elements actual content. Any suggestions would be appreciated.
====================================================================== 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] detecting a colon (':') w, Michael Kay | Thread | RE: [xsl] detecting a colon (':') w, Pieter Reint Siegers | 
| RE: [xsl] detecting a colon (':') w, Naomi Gronson | Date | Testing for a following sibling nod, Wright, Steve | 
| Month |