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

Tabs

Subject: Tabs
From: "sascha" <sascha@xxxxxxxxxx>
Date: Mon, 12 Aug 2002 15:46:04 +0200
sascha tabs
Hi,
i have a problem transforming tabs into :fo, maybe i should better post this
into the xsl:fo list , but i  guess it is more a XSLT thing:
Here's my Input :

<richtext>
   <pardef id="2" leftmargin="0.3938in" tabs="L1.1806in L1.6729in L1.7715in
L2.5590in L2.9521in"/>
   <par def="2">
    <run>
     <font name="Arial"/>   Tabbed Text</run>
   </par>
...
</richtext>

There are 5 - left-tabs defined in the pardef with the same id that the
actual par element has-
refering to the pardef is done with something like:

<xsl:variable name='pabid'>
  <xsl:choose>
  <xsl:when test='@def'><xsl:value-of select='@def'/></xsl:when>
  <xsl:otherwise><xsl:value-of
select='preceding-sibling::dxl:par[@def][1]/@def'/></xsl:otherwise>
  </xsl:choose>
 </xsl:variable>
...

 <xsl:when test="ancestor::dxl:richtext//dxl:pardef[@id=$pabid]/@tabs">

Then i have to split the tabs -string somehow.
It seems that "tabs" are exported as special chars - how do i check this?
and what special char it IS actually?
And how do i count them? to make a reference to the left-margin i have to
apply to the fo:block I am actually in-
to make the text appear like tabbed at the right place?!
Let's say i have entered 3 Tabs - so in my example i have to make the
following output

<fo:block left-margin="1.7715in" font-face="Arial">Tabbed Text</fo:block>

...something like that.

How do i get a XSLT that transforms my input to an fo: file that makes me
get a correct PDF Output?
Is there a way at all?

Thanks for your help!
Sascha




 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


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.