Dear Jeremias,
Thanks a lot again for ur suggestion.
Ur suggestions are absolutely right.
But sir,when i want to extract the xml tagged data
from different tags in an xml file and to make them as
a single paragraph without line break,what will i
do????
I tried as below.... 

<xsl:for-each select="body/a1">
<fo:block font-size="10pt" font-family="serif" 
line-height="14pt"  text-align="justify"
wrap-option="wrap">
<xsl:value-of select="."/></xsl:for-each>
<xsl:for-each select="body/a2">

<fo:inline font-size="10pt" font-family="Richa" 
line-height="14pt"  text-align="justify"
space-after.optimum="10pt"><xsl:value-of select="."/>
</xsl:for-each>
</fo:inline></fo:inline>
</fo:block>

but not working.Do u have any suggestion??????
thanx in advance.
rajiv




--- Jeremias Maerki <[EMAIL PROTECTED]>
wrote:
> > Thanks a lot for ur suggestion.But I couldn't get
> > anything relevant there.any more help ?????
> 
> As Petr Andrs suggests: fo:inline
> 
> An extract from textdeko.fo:
> <fo:block font-size="12pt" font-family="sans-serif"
> line-height="15pt" space-after.optimum="10pt">
>        <fo:inline
> font-family="monospace"><![CDATA[<fo:inline
>
text-decoration="underline">underline</fo:inline>]]></fo:inline>
> </fo:block>
> 
> Chapter 6.6.7 in the XSL CR.
> 
> Jeremias Märki
> 
> mailto:[EMAIL PROTECTED]
> 
> OUTLINE AG
> Postfach 3954 - Rhynauerstr. 15 - CH-6002 Luzern
> Fon +41 (41) 317 2020 - Fax +41 (41) 317 2029
> Internet http://www.outline.ch
> 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, email:
> [EMAIL PROTECTED]
> 


__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to