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

Transforming xml to tex

Subject: Transforming xml to tex
From: Michael Obermeier <michael.obermeier@xxxxxxxxxxxxxxx>
Date: Wed, 16 Jul 2008 21:30:15 +0200
 Transforming xml to tex
Hello,

I need some help with xslt. I try to transform xml to tex and all is working
except for one point. I have a paragraph tag and inside this a glossary tag
like this: <p>here is the text <glossterm>glossary term</glossterm> more
text</p>

I need to know if there is a punctuation mark after the glossary tag.
I tried following:

  <xsl:variable name="text">
         <xsl:value-of select="normalize-space(syntax:convert(parent::*))"/>
  </xsl:variable>

  <xsl:variable name="glossaryterm">
         <xsl:value-of select="normalize-space(syntax:convert(.))"/>
  </xsl:variable>

  <xsl:variable name="testFall">
        <xsl:value-of select="substring-after($text,$glossaryterm)"/>
  </xsl:variable>
        <xsl:choose>
     <xsl:when test="starts-with($testFall,',') or
starts-with($testFall,';') or starts-with($testFall,'.') or
starts-with($testFall,':') or starts-with($testFall,'?') or
starts-with($testFall,'!') or starts-with($testFall,'(') or
starts-with($testFall,')') or starts-with($testFall,'{') or
starts-with($testFall,'}') or starts-with($testFall,'[') or
starts-with($testFall,']') or starts-with($testFall,'-')">
       <xsl:text>}</xsl:text>
     </xsl:when>
     <xsl:otherwise>
       <xsl:text>} </xsl:text>
     </xsl:otherwise>
   </xsl:choose>

This works only if the $glossaryterm appears only (or at least primarily)
inside the glossterm. Otherwise the $testFall contains not want I need.

Has anybody an idea how I can get the first character after the glossterm.

Many thanks

Michael
--
Michael Obermeier
UNICO Media GmbH
Softwareentwicklung & Support
Aldringenstra_e 4

80639 M|nchen
UNICO Media GmbH
Geschdftsf|hrer Christian Fuchs
Amtsgericht HRB 116178
Sitz der Gesellschaft ist M|nchen


Tel. +49-(0)89-1893533-21
Fax  +49-(0)89-1893533-11

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.