Hi Rajiv
> 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.
You need to take the fo:block out of the first xsl:for-each, because the
above is not well-formed XML. But this is XSLT, not XSL:FO.
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]