[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

using normalize-space with mixed element content

Subject: using normalize-space with mixed element content
From: "Lynn Murdock" <lmurdock@xxxxxxxx>
Date: Tue, 8 Jun 2010 15:24:01 -0700
 using normalize-space with mixed element content
hi-

i want to remove trailing whitespace from the contents of an element
(<article-title>), but because that element sometimes contains character-level
formatting elements (<italic>) as well as text, normalize-space is creating
problems.  if i use normalize-space(), i lose the italics in the output.  (i'm
transforming to html.)

here's an example of where i want to remove whitespace (i want to remove the
space before </article-title>):

      <title-group>
        <article-title>Effect of a Brief Video Intervention on Incident
Infection among Patients Attending Sexually Transmitted Disease Clinics
</article-title>
      </title-group>

and here's the xsl code i've used:

    <xsl:template match="title-group/article-title" mode="none">
        <xsl:value-of select="normalize-space(.)"/>
    </xsl:template>

this code works most of the time, but in a situation like this:

<article-title>A Global Survey of Gene Regulation during Cold Acclimation in
<italic>Arabidopsis</italic> <italic>thaliana</italic></article-title>

it ends up removing the italic formatting.

does anyone know of a way to strip the whitespace that i don't want (in the
first example) while keeping the character formatting that i do want (in the
second example)?

any pointers would be greatly appreciated.


thanks-

lynn
-----------------------------------------------------------------------------
-----------------------------------------------------------------------------
----------------------------------------------------------------
This email is confidential to the intended recipient. If you have received it
in error, please notify the sender and delete it from your
system. Any unauthorized use, disclosure or copying is not permitted. The
views or opinions presented are solely those of the sender and do
not necessarily represent those of Public Library of Science unless otherwise
specifically stated. Please note that neither Public Library
of Science nor any of its agents accept any responsibility for any viruses
that may be contained in this e-mail or its attachments and it
is your responsibility to scan the e-mail and attachments (if any).

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.