Re: Extracting xml data(different fonts) and putting them in same block???

2001-07-19 Thread Jeremias Maerki

Rajiv

> Thanks a lot for ur kind consideration.
> Yeah,i'm using xslt but all the tags of xslfo is
> working well in xslt.My actual need is to make pdf
> from a pure xml data file with xslt by using fop.
> So it's necessary for me to use .xsl instead of .fo
> file.

I don't want you to give up XSLT. What I'm trying to tell you is that
your problem has nothing to do with XSL:FO but with XSLT. It's: How do I
have to write my XSLT-Stylesheet to get a valid XSL:FO file which
results in what I want?

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]




Re: Extracting xml data(different fonts) and putting them in same block???

2001-07-19 Thread rajeev nair

dear Jeremias,
Thanks a lot for ur kind consideration.
Yeah,i'm using xslt but all the tags of xslfo is
working well in xslt.My actual need is to make pdf
from a pure xml data file with xslt by using fop.
So it's necessary for me to use .xsl instead of .fo
file.
Thanking u again
rajiv
--- Jeremias Maerki <[EMAIL PROTECTED]>
wrote:
> > I really want to use xml file like...
> > 
> > 
> > 
> > 'Ignore'
> > 
> > 
> > cVu dks fDyd dhft,- iwjs nLrkost esa ;g 'kCn ,sls
> gh
> > NksM+ nsus ds fy,
> > 
> > 
> > 
> > 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 , 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 
> > > > 
> > > > 
> > > >  
> > > > line-height="14pt"  text-align="justify"
> > > > wrap-option="wrap">
> > > > 
> > > > 
> > > > 
> > > >  font-family="Richa" 
> > > > line-height="14pt"  text-align="justify"
> > > > space-after.optimum="10pt"> > > select="."/>
> > > > 
> > > > 
> > > > 
> > > > 
> > > > 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.
> 
> Sorry, I wasn't exact enough. I meant take the
> fo:block "outside" of the
> first xsl:for-each. The fo:block must enclose the
> whole thing
> here, of course. If that doesn't help it might be
> easier if you posted
> your whole stylesheet for us to get a feeling of
> what you're trying to
> do. But I think you're on the wrong list with this,
> if you need help
> with XSLT.
> 
> 
> 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]




Re: Extracting xml data(different fonts) and putting them in same block???

2001-07-19 Thread Jeremias Maerki

> I really want to use xml file like...
> 
> 
> 
> 'Ignore'
> 
> 
> cVu dks fDyd dhft,- iwjs nLrkost esa ;g 'kCn ,sls gh
> NksM+ nsus ds fy,
> 
> 
> 
> 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 , 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 
> > > 
> > > 
> > >  > > line-height="14pt"  text-align="justify"
> > > wrap-option="wrap">
> > > 
> > > 
> > > 
> > >  > > line-height="14pt"  text-align="justify"
> > > space-after.optimum="10pt"> > select="."/>
> > > 
> > > 
> > > 
> > > 
> > > 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.

Sorry, I wasn't exact enough. I meant take the fo:block "outside" of the
first xsl:for-each. The fo:block must enclose the whole thing
here, of course. If that doesn't help it might be easier if you posted
your whole stylesheet for us to get a feeling of what you're trying to
do. But I think you're on the wrong list with this, if you need help
with XSLT.


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]




Re: Extracting xml data(different fonts) and putting them in same block???

2001-07-19 Thread rajeev nair

hello,
I really want to use xml file like...



'Ignore'


cVu dks fDyd dhft,- iwjs nLrkost esa ;g 'kCn ,sls gh
NksM+ nsus ds fy,



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 , 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 
> > 
> > 
> >  > line-height="14pt"  text-align="justify"
> > wrap-option="wrap">
> > 
> > 
> > 
> >  > line-height="14pt"  text-align="justify"
> > space-after.optimum="10pt"> select="."/>
> > 
> > 
> > 
> > 
> > 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]




Re: Extracting xml data(different fonts) and putting them in same block???

2001-07-19 Thread Jeremias Maerki

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 
> 
> 
>  line-height="14pt"  text-align="justify"
> wrap-option="wrap">
> 
> 
> 
>  line-height="14pt"  text-align="justify"
> space-after.optimum="10pt">
> 
> 
> 
> 
> 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]




Extracting xml data(different fonts) and putting them in same block???

2001-07-19 Thread rajeev nair

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 











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:
>  line-height="15pt" space-after.optimum="10pt">
> font-family="monospace">
> 
> 
> 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]