Re: Tag value inside the tag not visible

2006-12-20 Thread Chris Bowditch

[EMAIL PROTECTED] wrote:


Hi,

 

I have typical  problem. When ever I tried to print tag value, 
outside the  the value will be displayed. However value won’t 
be display inside the .


I generated the XSL-FO from the XML and XSL files you provided. I then 
ran the XSL-FO through FOP and got the error:


SEVERE: Exception
javax.xml.transform.TransformerException: 
org.apache.fop.fo.ValidationException:
 file:///D:/samples/xsl/bhaskar.fo:15:37: Error(15/37): fo:table is 
missing child elements.
Required Content Model: 
(marker*,table-column*,table-header?,table-footer?,table-body+)


this means you have created a table with a header row but no body rows. 
When I added a table-body with a single row then the values CUSIP and 
ISIN Number appeared in the table header!




Chris




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



Tag value inside the tag not visible

2006-12-20 Thread KS.Bhaskar
Hi,

 

I have typical  problem. When ever I tried to print tag value,
outside the  the value will be displayed. However value won't
be display inside the .

 












 

  

  

  

   

   

 

  

  










   

 

  

  



 

  

  

  










   

 

  

  



  

 



 

I have attached the xml and xsl for the reference. 

Please help me in this regard.

 

Thanks and Regards 
KSB



 



test.xsl
Description: test.xsl


  
   Swiss test client
   U5AD, U5AG
   01.09.2006
   30.09.2006
   24.09.2006
  

	
	CUSIP
	ISIN Number
	Security Name
	Investment Type Name 
	Incorporated Country Code
	Broker Name
	Blue card
	Cash Broker Flag
	Trade Date
	Post Date
	Transaction Type
	Original Trade Id
	

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

Re: PNG transparency renders as black - urgent

2006-12-20 Thread Simon Pepping
I would like to know what to do for the release:
1. Leave as is, a known problem.
2. Do the quick fix as jeremias suggests: putting the Commons codec
before the ImageIO variant in ImageFactory.
3. Test Jeremias' patch and apply it.

We can do the fix in the release branch (to be created) only, in the
interest of an errorless release.

Simon

On Tue, Dec 19, 2006 at 11:14:13PM +0100, Jeremias Maerki wrote:
> Actually, this is so simple, I've created a patch. I'm hesitant to apply
> it without much testing with various PNGs for which I have no time right
> now. But maybe one of you can take a look. If it's good JAIImage and
> JimiImage could be similarly patched.
> 
> On 19.12.2006 23:01:36 Jeremias Maerki wrote:
> > It turns out the following revision is responsible for the regression:
> > http://svn.apache.org/viewvc?rev=424349&view=rev
> > 
> > Putting the Commons codec before the ImageIO variant in ImageFactory is
> > a quick fix for this. I originally switched because of speed reasons but
> > obviously I didn't test PNGs with alpha channel.
> > 
> > The reason why Martin's PNG doesn't work with the ImageIOImage class is
> > the lack of support for java.awt.Transparency.TRANSLUCENT. If it were a
> > BITMASK it would work. The same problem exists for JAIImage and
> > JimiImage, BTW. Again, this is something a complete redesign of the
> > image package would have addressed. It's on my higher priority list but
> > I still haven't got to it, yet. If someone wants to try to implement
> > that little code that is missing as a temporary fix, please do. It
> > shouldn't be difficult. You can maybe use XmlGraphicsCommonsImage for
> > hints.

-- 
Simon Pepping
home page: http://www.leverkruid.eu

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