hello,
I really want to use xml file like...
<?xml version="1.0"?>
<body>
<a1>
'Ignore'
</a1>
<a2>
cVu dks fDyd dhft,- iwjs nLrkost esa ;g 'kCn ,sls gh
NksM+ nsus ds fy,
</a2>
</body>

and to use xsl file as given already so that i can
make corresponding pdf.If i remove the fo:inline and 
use fo:block instead then i'm able to make pdf.but i
need the data in <a1>,<a2> in same line in same
block.If i remove starting fo:block error message
fo:inline can't be include directly in fo:flow element
is occuring.
please take a look.
regards
rajiv

--- Jeremias Maerki <[EMAIL PROTECTED]>
wrote:
> 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]
> 


__________________________________________________
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