RE: Please help in XSLT

2004-09-14 Thread jerald.selvaraj








I hope
the following code will fulfill your needs



xsl:for-each
select =a


xsl:value-of select=b


xsl:for-each select=c


xsl:value-of select=I/ : xsl:value-of select=j/


/xsl:for-each

/xsl:for-each




Regards

Jerald S






-Original Message-
From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, September 14, 2004
2:30 PM
To: [EMAIL PROTECTED]
Subject: Please help in XSLT



Hi Everybody,


Please help. 


I have a XML file in that I have parent tags and two child tag.

Example :


a


b





/b




c


i /i


j
/j 








/c


i /i


j /j


c



i /i


j /j


/c


 /a



I need XSLT solutions to:


1) How I can implement, every repeat of c I have to combine the content
of b.


2) How I can display the content of i and j in a single row
with : colon as delimiter.



Thanks in advance



Bye,

Bhaskar








DISCLAIMER:
This message contains privileged and confidential information and is intended
only for the individual named.If you are not the intended recipient you should
not disseminate,distribute,store,print, copy or deliver this message.Please
notify the sender immediately by e-mail if you have received this e-mail by
mistake and delete this e-mail from your system.E-mail transmission cannot be
guaranteed to be secure or error-free as information could be
intercepted,corrupted,lost,destroyed,arrive late or incomplete or contain
viruses.The sender therefore does not accept liability for any errors or
omissions in the contents of this message which arise as a result of e-mail
transmission. If verification is required please request a hard-copy version. 









Confidentiality Notice

The information contained in this electronic message and any attachments to this message are intended
for the exclusive use of the addressee(s) and may contain confidential or privileged information. If
you are not the intended recipient, please notify the sender at Wipro or [EMAIL PROTECTED] immediately
and destroy all copies of this message and any attachments.


RE: Please help in XSLT

2004-09-14 Thread cknell
You didn't give us a clear idea of what the output should look like. For 
example, what XML structure is implied by the content of i and j in a 
single row? Do you want an XML element or simply an unstructured text output? 
The following is a solution to what I guessed your desired output to be. Please 
be specific on the output format if you need more help.

?xml version=1.0 encoding=UTF-8 ?
xsl:stylesheet version=1.0 xmlns:xsl=http://www.w3.org/1999/XSL/Transform;
  xsl:output method=xml indent=yes encoding=UTF-8 /

  xsl:template match=/
xsl:apply-templates /
  /xsl:template

  xsl:template match=a
xsl:apply-templates /
  /xsl:template
  
  xsl:template match=c
c
  xsl:value-of select=.
  xsl:value-of select=preceding-sibling::b /
  xsl:apply-templates /
/c
  /xsl:template
  
  xsl:template match=i
xsl:value-of select=.:xsl:value-of select=following-sibling::j /
  /xsl:template
  
  xsl:template match=b /
  xsl:template match=j /

/xsl:stylesheet
-- 
Charles Knell
[EMAIL PROTECTED] - email



-Original Message-
From: [EMAIL PROTECTED]
Sent: Tue, 14 Sep 2004 14:29:43 +0530
To:   [EMAIL PROTECTED]
Subject:  Please help in XSLT

Hi Everybody,

Please help. 

I have a XML file in that I have parent tags and two child
tag.

Example :

a

b



/b

 

c

i   /i

j   /j   





/c

i   /i

j   /j

c

i   /i

j   /j

/c

/a

 

I need XSLT solutions to:

1) How I can implement, every repeat of c I have to
combine the content of b.

2) How I can display the content of i and j in a single
row with ':' colon as delimiter.

 

Thanks in advance

 

Bye,

Bhaskar

 

 





DISCLAIMER:
This message contains privileged and confidential information and is intended 
only for the individual named.If you are not the intended recipient you should 
not disseminate,distribute,store,print, copy or deliver this message.Please 
notify the sender immediately by e-mail if you have received this e-mail by 
mistake and delete this e-mail from your system.E-mail transmission cannot be 
guaranteed to be secure or error-free as information could be 
intercepted,corrupted,lost,destroyed,arrive late or incomplete or contain 
viruses.The sender therefore does not accept liability for any errors or 
omissions in the contents of this message which arise as a result of e-mail 
transmission. If verification is required please request a hard-copy version.










Hi Everybody,

 Please help. 

 I have a XML file in that I have parent tags and
two child tag.

Example :

 a

 b

 

 /b



 c

 i
/i

 j
/j 

 

 

 /c

 i
/i

 j
/j

 c

  i
/i

 j
/j

 /c

  /a



I need XSLT solutions to:

 1) How I can implement, every repeat of c
I have to combine the content of b.

 2) How I can display the content of i
and j in a single row with : colon as delimiter.



Thanks in advance



Bye,

Bhaskar





 



DISCLAIMER:This message contains privileged and confidential information and is intended only for the individual named.If you are not the intended recipient you should not disseminate,distribute,store,print, copy or deliver this message.Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system.E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted,corrupted,lost,destroyed,arrive late or incomplete or contain viruses.The sender therefore does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission. If verification is required please request a hard-copy version. 


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

RE: Please help in XSLT

2004-09-14 Thread KS.Bhaskar
Hi Charles,

Thanks for your reply.

Now I need some clarification so I am sending the format.

XML content:

 

Curve

CurveLevelInfo

RecoveryRate0.100/RecoveryRate

Liquidity0/Liquidity

DefaultedDate2004-07-22+04:00/DefaultedDate

 
LastUpdate2004-07-22T00:00:00+04:00/LastUpdate

LastUpdateUserwhinbr/LastUpdateUser

TraderFUKUDA/Trader

StatusACTIVE/Status

SectorCONSUMER FINANCE/Sector

CountryJapan/Country

RegionTOKYO/Region

CurveTypeSingle Name/CurveType

BookTOKYO/Book

SourceOfficial/Source

/CurveLevelInfo

SourcedPoint methodology=3

Tenor3Y/Tenor

BidRate0/BidRate

MidRate101./MidRate

OfferRate0/OfferRate

/SourcedPoint

SourcedPoint methodology=3

Tenor2Y/Tenor

BidRate0/BidRate

MidRate89./MidRate

OfferRate0/OfferRate

/SourcedPoint

SourcedPoint methodology=3

Tenor6M/Tenor

BidRate0/BidRate

MidRate65./MidRate

OfferRate0/OfferRate

/SourcedPoint

SourcedPoint methodology=3

Tenor30Y/Tenor

BidRate0/BidRate

MidRate245./MidRate

OfferRate0/OfferRate

/SourcedPoint

SourcedPoint methodology=3

Tenor4Y/Tenor

BidRate0/BidRate

MidRate113./MidRate

OfferRate0/OfferRate

/SourcedPoint

 /curve

 

Expected output is :

 

0.100:0:2004-07-22+04:00:2004-07-22T00:00:00+04:00:whinbr:FUKUDA:ACTIVE:
CONSUMER FINANCE:Japan:TOKYO:Single
Name:TOKYO:Official:3Y::0:101.:0

0.100:0:2004-07-22+04:00:2004-07-22T00:00:00+04:00:whinbr:FUKUDA:ACTIVE:
CONSUMER FINANCE:Japan:TOKYO:Single
Name:TOKYO:Official:2Y:0:89.:0

0.100:0:2004-07-22+04:00:2004-07-22T00:00:00+04:00:whinbr:FUKUDA:ACTIVE:
CONSUMER FINANCE:Japan:TOKYO:Single
Name:TOKYO:Official:6M:0:65.:0

0.100:0:2004-07-22+04:00:2004-07-22T00:00:00+04:00:whinbr:FUKUDA:ACTIVE:
CONSUMER FINANCE:Japan:TOKYO:Single
Name:TOKYO:Official:30Y:0:245.:0

0.100:0:2004-07-22+04:00:2004-07-22T00:00:00+04:00:whinbr:FUKUDA:ACTIVE:
CONSUMER FINANCE:Japan:TOKYO:Single
Name:TOKYO:Official:4Y:0:113.:0

 

Here every repeat of tag SourcePoint and have append the content of
tag CurveLevelInfo.


With Regards,
Bhaskar

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, September 14, 2004 5:36 PM
To: [EMAIL PROTECTED]
Subject: RE: Please help in XSLT

You didn't give us a clear idea of what the output should look like. For
example, what XML structure is implied by the content of i and j in
a single row? Do you want an XML element or simply an unstructured text
output? The following is a solution to what I guessed your desired
output to be. Please be specific on the output format if you need more
help.

?xml version=1.0 encoding=UTF-8 ?
xsl:stylesheet version=1.0
xmlns:xsl=http://www.w3.org/1999/XSL/Transform;
  xsl:output method=xml indent=yes encoding=UTF-8 /

  xsl:template match=/
xsl:apply-templates /
  /xsl:template

  xsl:template match=a
xsl:apply-templates /
  /xsl:template
  
  xsl:template match=c
c
  xsl:value-of select=.
  xsl:value-of select=preceding-sibling::b /
  xsl:apply-templates /
/c
  /xsl:template
  
  xsl:template match=i
xsl:value-of select=.:xsl:value-of
select=following-sibling::j /
  /xsl:template
  
  xsl:template match=b /
  xsl:template match=j /

/xsl:stylesheet
-- 
Charles Knell
[EMAIL PROTECTED] - email



-Original Message-
From: [EMAIL PROTECTED]
Sent: Tue, 14 Sep 2004 14:29:43 +0530
To:   [EMAIL PROTECTED]
Subject:  Please help in XSLT

Hi Everybody,

Please help. 

I have a XML file in that I have parent tags and two child
tag.

Example :

a

b



/b

 

c

i   /i

j   /j

RE: Please help me( Error in Servlet to run fop)

2004-08-20 Thread KS.Bhaskar
Hello Glen,

I am set path for jar files correctly and also I already
replaced my jar files with new ones. Also I am sending the log file
generated by Tomcat.

Please advise me.

And thanks for your suggestions.

Regards,
Bhaskar

-Original Message-
From: Glen Mazza [mailto:[EMAIL PROTECTED] 
Sent: Thursday, August 19, 2004 10:02 PM
To: [EMAIL PROTECTED]
Subject: Re: Please help me( Error in Servlet to run fop)

Hello Bhaskar, 

Looking at the error stack at the point where FOP was
invoked, it is possible you're having a problem with
the xerces and xalan jars in the servlet container.

Either (1) they're not present in either the shared/
or common/ directories of the servlet container, or
(2) they are, but they're old/buggy versions.  My
guess would be (1)--it just can't find the XML
libraries.  

HTH,
Glen


org.apache.xerces.util.ObjectFactory.createObject(ObjectFactory.java:120
)
at
org.apache.xerces.parsers.SAXParser.(SAXParser.java:140)
at
org.apache.xerces.parsers.SAXParser.(SAXParser.java:125)
at
org.apache.xerces.jaxp.SAXParserImpl.(SAXParserImpl.java:102)
at 
org.apache.xerces.jaxp.SAXParserFactoryImpl.newSAXParser(SAXParserFactor
yImpl.java:95)
at
org.apache.fop.apps.Driver.getParserClassName(Driver.java:208)


--- [EMAIL PROTECTED] wrote:

 Hi everybody,
 
  
 
 I am using fop to generate report. I
 have set the path of
 JAR file properly. But when tried to create object
 for Driver() class it
 is throwing an error.
 
 I sending attachment (Error.txt) file containing
 error message and I
 using Tomcat1.4.
 
  
 
 Thanks in advance.
 
  
 
 Regards,
 
 Bhaskar
 


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



2004-08-20 10:51:08 HostConfig[localhost]: Deploying configuration descriptor 
admin.xml
2004-08-20 10:51:09 HostConfig[localhost]: Deploying configuration descriptor 
manager.xml
2004-08-20 10:51:09 WebappLoader[/manager]: Deploying class repositories to 
work directory C:\Program Files\Apache Group\Tomcat 
4.1\work\Standalone\localhost\manager
2004-08-20 10:51:09 ContextConfig[/manager]: Configured an authenticator for 
method BASIC
2004-08-20 10:51:09 StandardManager[/manager]: Seeding random number generator 
class java.security.SecureRandom
2004-08-20 10:51:09 StandardManager[/manager]: Seeding of random number 
generator has been completed
2004-08-20 10:51:09 StandardWrapper[/manager:default]: Loading container 
servlet default
2004-08-20 10:51:09 StandardWrapper[/manager:invoker]: Loading container 
servlet invoker
2004-08-20 10:51:09 HostConfig[localhost]: Deploying web application directory 
bas
2004-08-20 10:51:09 StandardHost[localhost]: Installing web application at 
context path /bas from URL file:C:\Program Files\Apache Group\Tomcat 
4.1\webapps\bas
2004-08-20 10:51:09 WebappLoader[/bas]: Deploying class repositories to work 
directory C:\Program Files\Apache Group\Tomcat 4.1\work\Standalone\localhost\bas
2004-08-20 10:51:09 WebappLoader[/bas]: Deploy class files /WEB-INF/classes to 
C:\Program Files\Apache Group\Tomcat 4.1\webapps\bas\WEB-INF\classes
2004-08-20 10:51:09 WebappLoader[/bas]: Deploy JAR 
/WEB-INF/lib/avalon-framework-cvs-20020806.jar to C:\Program Files\Apache 
Group\Tomcat 4.1\webapps\bas\WEB-INF\lib\avalon-framework-cvs-20020806.jar
2004-08-20 10:51:09 WebappLoader[/bas]: Deploy JAR /WEB-INF/lib/batik.jar to 
C:\Program Files\Apache Group\Tomcat 4.1\webapps\bas\WEB-INF\lib\batik.jar
2004-08-20 10:51:09 WebappLoader[/bas]: Deploy JAR 
/WEB-INF/lib/iflex_common_1_0_0.jar to C:\Program Files\Apache Group\Tomcat 
4.1\webapps\bas\WEB-INF\lib\iflex_common_1_0_0.jar
2004-08-20 10:51:09 WebappLoader[/bas]: Deploy JAR /WEB-INF/lib/xalan-2.4.1.jar 
to C:\Program Files\Apache Group\Tomcat 
4.1\webapps\bas\WEB-INF\lib\xalan-2.4.1.jar
2004-08-20 10:51:09 WebappLoader[/bas]: Deploy JAR 
/WEB-INF/lib/xercesImpl-2.2.1.jar to C:\Program Files\Apache Group\Tomcat 
4.1\webapps\bas\WEB-INF\lib\xercesImpl-2.2.1.jar
2004-08-20 10:51:09 WebappLoader[/bas]: Deploy JAR /WEB-INF/lib/xml-apis.jar to 
C:\Program Files\Apache Group\Tomcat 4.1\webapps\bas\WEB-INF\lib\xml-apis.jar
2004-08-20 10:51:10 StandardManager[/bas]: Seeding random number generator 
class java.security.SecureRandom
2004-08-20 10:51:10 StandardManager[/bas]: Seeding of random number generator 
has been completed
2004-08-20 10:51:10 StandardWrapper[/bas:default]: Loading container servlet 
default
2004-08-20 10:51:10 StandardWrapper[/bas:invoker]: Loading container servlet 
invoker
2004-08-20 10:51:10 HostConfig[localhost]: Deploying web application directory 
ROOT
2004-08-20 10:51:10 StandardHost[localhost]: Installing web application at 
context path  from URL file:C:\Program Files\Apache Group\Tomcat 
4.1\webapps\ROOT
2004-08-20 10:51:10 WebappLoader[]: Deploying class repositories to work 
directory C:\Program Files\Apache Group

RE: Please help me( Error in Servlet to run fop)

2004-08-20 Thread Glen Mazza
Did you also include the batik.jar and avalon.jar?  I
don't have any more answers at this stage.  You may
wish to send your question to the Tomcat-Users list,
they may be able to understand your exception list
more easily and can point you to the problem.

I would also search the Tomcat-Users and Struts-Users
(even though you're not using Struts) lists for FOP,
hopefully someone has had your problem.  Also, search
this mailing list (URL below will also get you there)
for Servlet--see if you can a simpler example that
works.

Also, what happens if you comment out the FOP portions
of your Servlet--does it work then?  

Glen

[1]
http://marc.theaimsgroup.com/?l=tomcat-userw=2r=1s=FOPq=b

--- [EMAIL PROTECTED] wrote:

 Hello Glen,
 
   I am set path for jar files correctly and also I
 already
 replaced my jar files with new ones. Also I am
 sending the log file
 generated by Tomcat.
 
 Please advise me.
 
 And thanks for your suggestions.
 
 Regards,
 Bhaskar
 
 -Original Message-
 From: Glen Mazza [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, August 19, 2004 10:02 PM
 To: [EMAIL PROTECTED]
 Subject: Re: Please help me( Error in Servlet to run
 fop)
 
 Hello Bhaskar, 
 
 Looking at the error stack at the point where FOP
 was
 invoked, it is possible you're having a problem with
 the xerces and xalan jars in the servlet container.
 
 Either (1) they're not present in either the shared/
 or common/ directories of the servlet container, or
 (2) they are, but they're old/buggy versions.  My
 guess would be (1)--it just can't find the XML
 libraries.  
 
 HTH,
 Glen
 
 

org.apache.xerces.util.ObjectFactory.createObject(ObjectFactory.java:120
 )
   at

org.apache.xerces.parsers.SAXParser.(SAXParser.java:140)
   at

org.apache.xerces.parsers.SAXParser.(SAXParser.java:125)
   at

org.apache.xerces.jaxp.SAXParserImpl.(SAXParserImpl.java:102)
   at 

org.apache.xerces.jaxp.SAXParserFactoryImpl.newSAXParser(SAXParserFactor
 yImpl.java:95)
   at

org.apache.fop.apps.Driver.getParserClassName(Driver.java:208)
 
 
 --- [EMAIL PROTECTED] wrote:
 
  Hi everybody,
  
   
  
  I am using fop to generate report. I
  have set the path of
  JAR file properly. But when tried to create object
  for Driver() class it
  is throwing an error.
  
  I sending attachment (Error.txt) file containing
  error message and I
  using Tomcat1.4.
  
   
  
  Thanks in advance.
  
   
  
  Regards,
  
  Bhaskar
  
 
 

-
 To unsubscribe, e-mail:
 [EMAIL PROTECTED]
 For additional commands, e-mail:
 [EMAIL PROTECTED]
 
 
 
  2004-08-20 10:51:08 HostConfig[localhost]:
Deploying
 configuration descriptor admin.xml
 2004-08-20 10:51:09 HostConfig[localhost]: Deploying
 configuration descriptor manager.xml
 2004-08-20 10:51:09 WebappLoader[/manager]:
 Deploying class repositories to work directory
 C:\Program Files\Apache Group\Tomcat
 4.1\work\Standalone\localhost\manager
 2004-08-20 10:51:09 ContextConfig[/manager]:
 Configured an authenticator for method BASIC
 2004-08-20 10:51:09 StandardManager[/manager]:
 Seeding random number generator class
 java.security.SecureRandom
 2004-08-20 10:51:09 StandardManager[/manager]:
 Seeding of random number generator has been
 completed
 2004-08-20 10:51:09
 StandardWrapper[/manager:default]: Loading container
 servlet default
 2004-08-20 10:51:09
 StandardWrapper[/manager:invoker]: Loading container
 servlet invoker
 2004-08-20 10:51:09 HostConfig[localhost]: Deploying
 web application directory bas
 2004-08-20 10:51:09 StandardHost[localhost]:
 Installing web application at context path /bas from
 URL file:C:\Program Files\Apache Group\Tomcat
 4.1\webapps\bas
 2004-08-20 10:51:09 WebappLoader[/bas]: Deploying
 class repositories to work directory C:\Program
 Files\Apache Group\Tomcat
 4.1\work\Standalone\localhost\bas
 2004-08-20 10:51:09 WebappLoader[/bas]: Deploy class
 files /WEB-INF/classes to C:\Program Files\Apache
 Group\Tomcat 4.1\webapps\bas\WEB-INF\classes
 2004-08-20 10:51:09 WebappLoader[/bas]: Deploy JAR
 /WEB-INF/lib/avalon-framework-cvs-20020806.jar to
 C:\Program Files\Apache Group\Tomcat

4.1\webapps\bas\WEB-INF\lib\avalon-framework-cvs-20020806.jar
 2004-08-20 10:51:09 WebappLoader[/bas]: Deploy JAR
 /WEB-INF/lib/batik.jar to C:\Program Files\Apache
 Group\Tomcat 4.1\webapps\bas\WEB-INF\lib\batik.jar
 2004-08-20 10:51:09 WebappLoader[/bas]: Deploy JAR
 /WEB-INF/lib/iflex_common_1_0_0.jar to C:\Program
 Files\Apache Group\Tomcat
 4.1\webapps\bas\WEB-INF\lib\iflex_common_1_0_0.jar
 2004-08-20 10:51:09 WebappLoader[/bas]: Deploy JAR
 /WEB-INF/lib/xalan-2.4.1.jar to C:\Program
 Files\Apache Group\Tomcat
 4.1\webapps\bas\WEB-INF\lib\xalan-2.4.1.jar
 2004-08-20 10:51:09 WebappLoader[/bas]: Deploy JAR
 /WEB-INF/lib/xercesImpl-2.2.1.jar to C:\Program
 Files\Apache Group\Tomcat
 4.1\webapps\bas\WEB-INF\lib\xercesImpl-2.2.1.jar
 2004-08-20 10:51:09 WebappLoader[/bas]: Deploy JAR
 /WEB-INF

Re: Please help me( Error in Servlet to run fop)

2004-08-19 Thread Glen Mazza
Hello Bhaskar, 

Looking at the error stack at the point where FOP was
invoked, it is possible you're having a problem with
the xerces and xalan jars in the servlet container.

Either (1) they're not present in either the shared/
or common/ directories of the servlet container, or
(2) they are, but they're old/buggy versions.  My
guess would be (1)--it just can't find the XML
libraries.  

HTH,
Glen


org.apache.xerces.util.ObjectFactory.createObject(ObjectFactory.java:120)
at
org.apache.xerces.parsers.SAXParser.(SAXParser.java:140)
at
org.apache.xerces.parsers.SAXParser.(SAXParser.java:125)
at
org.apache.xerces.jaxp.SAXParserImpl.(SAXParserImpl.java:102)
at 
org.apache.xerces.jaxp.SAXParserFactoryImpl.newSAXParser(SAXParserFactoryImpl.java:95)
at
org.apache.fop.apps.Driver.getParserClassName(Driver.java:208)


--- [EMAIL PROTECTED] wrote:

 Hi everybody,
 
  
 
 I am using fop to generate report. I
 have set the path of
 JAR file properly. But when tried to create object
 for Driver() class it
 is throwing an error.
 
 I sending attachment (Error.txt) file containing
 error message and I
 using Tomcat1.4.
 
  
 
 Thanks in advance.
 
  
 
 Regards,
 
 Bhaskar
 


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



Re: Please help me in Page border

2004-06-08 Thread Chris Bowditch
[EMAIL PROTECTED] wrote:
Hi everybody,
 

Is there any way to have page border for the document ? How to implement 
it in multiple pages?
Can you elaborate a little? Do you mean just some space between paper edge and 
 flowing text or do you mean thin lines around the edge of the page?

If yes, How to implement it in multiple pages?
fo:page-sequence-master and fo:repeatable-page-master-reference will help 
you achieve what you want. If you just have a single simple page master that 
you want used for infinite possible pages then:

fo:layout-master-set
fo:simple-page-master name=a4
...
fo:simple-page-master
fo:page-sequence-master
fo:repeatable-page-master-reference master-reference=a4/
/fo:page-sequence-master
/fo:layout-master-set
If you want different borders/regions on different pages then that too is 
possible, please elaborate your requirements.

Chris

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


Re: Please help me

2004-06-06 Thread Glen Mazza
Yes, take a look at these examples [1] , in particular the 
fo:page-sequence-master elements near the top of three of the more 
complex examples.

[1] http://cvs.apache.org/viewcvs.cgi/xml-fop/examples/fo/pagination/
Glen
[EMAIL PROTECTED] schrieb:
If you want more than One Page, you can use repeatable page master or 
conditional page master

Regards
Jerald S
-Original Message-
*From:* [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED]
*Sent:* Friday, June 04, 2004 12:48 PM
*To:* [EMAIL PROTECTED]
*Subject:* Please help me

Hi everybody
When execute the command fop infile xml prac.xml xsl prac.xsl pdf 
prac.pdf  I am getting the pdf file with single page only, though 
there are many data in the xml file.

Earlier it was working fine means I was getting 3 pages in the pdf 
file. But after me using fo:block-container within the body of 
fo:flow flow-name=xsl-region-body I am getting only one page in 
the pdf file and I am using fo:simple-page-master tag

With Regards
Bhaskar
Confidentiality Notice
The information contained in this electronic message and any attachments to this message are intended
for the exclusive use of the addressee(s) and may contain confidential or privileged information. If
you are not the intended recipient, please notify the sender at Wipro or [EMAIL PROTECTED] immediately
and destroy all copies of this message and any attachments.
   


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


RE: Please help me

2004-06-04 Thread jerald.selvaraj








If you want more than One Page, you can
use repeatable page master or conditional page master

Regards

Jerald S



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 
Sent: Friday, June 04, 2004 12:48
PM
To: [EMAIL PROTECTED]
Subject: Please help me







Hi everybody



When execute the command fop
infile xml prac.xml xsl prac.xsl pdf prac.pdf  I am
getting the pdf file with single page only, though there are many data in
the xml file.



Earlier it was working fine means I was getting 3
pages in the pdf file. But after me using fo:block-container
within the body of fo:flow flow-name=xsl-region-body
I am getting only one page in the pdf file and I am using fo:simple-page-master tag



With Regards

Bhaskar 









Confidentiality Notice

The information contained in this electronic message and any attachments to this message are intended
for the exclusive use of the addressee(s) and may contain confidential or privileged information. If
you are not the intended recipient, please notify the sender at Wipro or [EMAIL PROTECTED] immediately
and destroy all copies of this message and any attachments.


Re: Please help me

2004-06-04 Thread Chris Bowditch
[EMAIL PROTECTED] wrote:
snip/
Earlier it was working fine means I was getting 3 pages in the pdf file. 
But  after me using fo:block-container within the body of fo:flow 
flow-name=xsl-region-body  I am getting only one page in the pdf file 
and I am using fo:simple-page-master tag
The reason that you are only getting one page is that block-container's do not 
flow across pages in FOP. They are classed as out of flow objects, and as 
such cannot generate content that flows across pages. What effect are you 
trying to achieve? Someone on this list maybe able to suggest alternatives.

Chris

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


Re: Please Help!!!

2003-05-28 Thread Carsten Hau
Hi
AFAIK the reference-orientation is not implemented yet, you can do 
something like that with SVG which is well supported by FOP.
Greetz
Carsten

Max Dcosta wrote:
Guys,
Is it possible to apply physical transformations such as rotation, 
scaling and vertical/horizontal flipping to text and image elements 
within XSL:FO?

Also, has anyone had any experience of using SVG images within XSL-FO?
I think it is some reference-orientation property which can do the 
rotation, but i am not to sure, please advise,

thanks and best wishes,
max
- 

*Max William D'Costa| User Interface Designer| netdecisions*
6th Floor, MET Building, Bandra Reclamation, Mumbai-400050
t +(91) 22 2644 /2642 8337 Extn. 153 f +(91) 22 2644
http://www.netdecisions.com http://www.netdecisions.com/
[EMAIL PROTECTED]
- 

 


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


RE: Please Help

2002-06-24 Thread Argyn Kuketayev
try fo:table

 -Original Message-
 From: Max Dcosta [mailto:[EMAIL PROTECTED]
 Sent: Monday, June 24, 2002 10:19 AM
 To: [EMAIL PROTECTED]
 Subject: Please Help
 
 
 Dear Guys,
 
 Can you pls help me by telling me how to get an output like this:
 
 Room Number:  255
 xxx:  123
 Room Type:Deluxe
 


RE: Please Help

2002-06-24 Thread Max Dcosta
is there a way without using tables. Is there anything which will help me
push that xsl:value-of select value to the right.

max

-Original Message-
From: Argyn Kuketayev [mailto:[EMAIL PROTECTED]
Sent: Monday, June 24, 2002 7:51 PM
To: '[EMAIL PROTECTED]'
Subject: RE: Please Help


try fo:table

 -Original Message-
 From: Max Dcosta [mailto:[EMAIL PROTECTED]
 Sent: Monday, June 24, 2002 10:19 AM
 To: [EMAIL PROTECTED]
 Subject: Please Help
 
 
 Dear Guys,
 
 Can you pls help me by telling me how to get an output like this:
 
 Room Number:  255
 xxx:  123
 Room Type:Deluxe
 


RE: Please Help

2002-06-24 Thread Argyn Kuketayev
 -Original Message-
 From: Max Dcosta [mailto:[EMAIL PROTECTED]
 Sent: Monday, June 24, 2002 10:22 AM
 To: '[EMAIL PROTECTED]'
 Subject: RE: Please Help
 
 
 is there a way without using tables. Is there anything which 
 will help me
 push that xsl:value-of select value to the right.

I don't know. 

To me, your problem is perfectly solved with fo:table. 


RE: Please Help

2002-06-24 Thread Jeff_Mitchell

Max-

Why the reluctance to use tables?  Is it a design issue, speed issue,
technical issue?  Generally, tables are the textbook answer to this kind of
question.  If your specific project has requirements that make tables
inappropriate, there may be other solutions.

-Jeff Mitchell




Max Dcosta  

[EMAIL PROTECTED]To: '[EMAIL PROTECTED]' 
[EMAIL PROTECTED]
sions.com cc:  

   Subject: RE: Please Help 

06/24/2002 10:22 AM 

Please respond to   

fop-user









is there a way without using tables. Is there anything which will help me
push that xsl:value-of select value to the right.

max

-Original Message-
From: Argyn Kuketayev [mailto:[EMAIL PROTECTED]
Sent: Monday, June 24, 2002 7:51 PM
To: '[EMAIL PROTECTED]'
Subject: RE: Please Help


try fo:table

 -Original Message-
 From: Max Dcosta [mailto:[EMAIL PROTECTED]
 Sent: Monday, June 24, 2002 10:19 AM
 To: [EMAIL PROTECTED]
 Subject: Please Help


 Dear Guys,

 Can you pls help me by telling me how to get an output like this:

 Room Number: 255
 xxx:  123
 Room Type:   Deluxe







RE: Please Help

2002-06-24 Thread Max Dcosta
yes jeff,

i agree with you. I will use tables. 

Thank you so much.

Max

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Sent: Monday, June 24, 2002 8:04 PM
To: [EMAIL PROTECTED]
Subject: RE: Please Help



Max-

Why the reluctance to use tables?  Is it a design issue, speed issue,
technical issue?  Generally, tables are the textbook answer to this kind of
question.  If your specific project has requirements that make tables
inappropriate, there may be other solutions.

-Jeff Mitchell


 

Max Dcosta

[EMAIL PROTECTED]To:
'[EMAIL PROTECTED]' [EMAIL PROTECTED]

sions.com cc:

   Subject: RE: Please Help

06/24/2002 10:22 AM

Please respond to

fop-user

 

 





is there a way without using tables. Is there anything which will help me
push that xsl:value-of select value to the right.

max

-Original Message-
From: Argyn Kuketayev [mailto:[EMAIL PROTECTED]
Sent: Monday, June 24, 2002 7:51 PM
To: '[EMAIL PROTECTED]'
Subject: RE: Please Help


try fo:table

 -Original Message-
 From: Max Dcosta [mailto:[EMAIL PROTECTED]
 Sent: Monday, June 24, 2002 10:19 AM
 To: [EMAIL PROTECTED]
 Subject: Please Help


 Dear Guys,

 Can you pls help me by telling me how to get an output like this:

 Room Number: 255
 xxx:  123
 Room Type:   Deluxe






RE: Please Help

2002-06-24 Thread Jeff_Mitchell

Max-

No problem.  But the thanks goes to Argyn, since he beat me to the punch.
Good luck on your project.

-Jeff




Max Dcosta  

[EMAIL PROTECTED]To: '[EMAIL PROTECTED]' 
[EMAIL PROTECTED]
sions.com cc:  

   Subject: RE: Please Help 

06/24/2002 10:40 AM 

Please respond to   

fop-user









yes jeff,

i agree with you. I will use tables.

Thank you so much.

Max

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Sent: Monday, June 24, 2002 8:04 PM
To: [EMAIL PROTECTED]
Subject: RE: Please Help



Max-

Why the reluctance to use tables?  Is it a design issue, speed issue,
technical issue?  Generally, tables are the textbook answer to this kind of
question.  If your specific project has requirements that make tables
inappropriate, there may be other solutions.

-Jeff Mitchell




Max Dcosta

[EMAIL PROTECTED]To:
'[EMAIL PROTECTED]' [EMAIL PROTECTED]

sions.com cc:

   Subject: RE: Please Help

06/24/2002 10:22 AM

Please respond to

fop-user









is there a way without using tables. Is there anything which will help me
push that xsl:value-of select value to the right.

max

-Original Message-
From: Argyn Kuketayev [mailto:[EMAIL PROTECTED]
Sent: Monday, June 24, 2002 7:51 PM
To: '[EMAIL PROTECTED]'
Subject: RE: Please Help


try fo:table

 -Original Message-
 From: Max Dcosta [mailto:[EMAIL PROTECTED]
 Sent: Monday, June 24, 2002 10:19 AM
 To: [EMAIL PROTECTED]
 Subject: Please Help


 Dear Guys,

 Can you pls help me by telling me how to get an output like this:

 Room Number: 255
 xxx:  123
 Room Type:   Deluxe










RE: Please Help

2002-06-24 Thread Max Dcosta
yes yes,

thank you Argyn,

You guys are a great help. God bless you guys.

cheers,

Max

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Sent: Monday, June 24, 2002 8:21 PM
To: [EMAIL PROTECTED]
Subject: RE: Please Help



Max-

No problem.  But the thanks goes to Argyn, since he beat me to the punch.
Good luck on your project.

-Jeff


 

Max Dcosta

[EMAIL PROTECTED]To:
'[EMAIL PROTECTED]' [EMAIL PROTECTED]

sions.com cc:

   Subject: RE: Please Help

06/24/2002 10:40 AM

Please respond to

fop-user

 

 





yes jeff,

i agree with you. I will use tables.

Thank you so much.

Max

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Sent: Monday, June 24, 2002 8:04 PM
To: [EMAIL PROTECTED]
Subject: RE: Please Help



Max-

Why the reluctance to use tables?  Is it a design issue, speed issue,
technical issue?  Generally, tables are the textbook answer to this kind of
question.  If your specific project has requirements that make tables
inappropriate, there may be other solutions.

-Jeff Mitchell




Max Dcosta

[EMAIL PROTECTED]To:
'[EMAIL PROTECTED]' [EMAIL PROTECTED]

sions.com cc:

   Subject: RE: Please Help

06/24/2002 10:22 AM

Please respond to

fop-user









is there a way without using tables. Is there anything which will help me
push that xsl:value-of select value to the right.

max

-Original Message-
From: Argyn Kuketayev [mailto:[EMAIL PROTECTED]
Sent: Monday, June 24, 2002 7:51 PM
To: '[EMAIL PROTECTED]'
Subject: RE: Please Help


try fo:table

 -Original Message-
 From: Max Dcosta [mailto:[EMAIL PROTECTED]
 Sent: Monday, June 24, 2002 10:19 AM
 To: [EMAIL PROTECTED]
 Subject: Please Help


 Dear Guys,

 Can you pls help me by telling me how to get an output like this:

 Room Number: 255
 xxx:  123
 Room Type:   Deluxe