XPATH question - not FOP related

2002-01-22 Thread Brian T. Wolf
This is obviously off-topic, but since I have been subscribed to this list for a few months I know that you folks will be the most likely to answer this. I have been searching the various references, but I am not even sure what I should be looking for. Here is the situation: I am using

Re: XPATH question - not FOP related

2002-01-22 Thread Brian T. Wolf
That did it. Thanks! I knew I could rely on y'all. - Original Message - From: Scott Moore To: '[EMAIL PROTECTED]' Sent: Tuesday, January 22, 2002 10:25 AM Subject: RE: XPATH question - not FOP related Try: xsl:for-each select="some_data"

Fw: xslt and number formats

2001-11-29 Thread Brian T. Wolf
Sorry this is probably not the most appropriate forum, but I have looked everywhere I can think of. If anyone on this list can point me in the right direction I would be grateful. Thanks, Brian - Original Message - From: Brian T. Wolf [EMAIL PROTECTED] Newsgroups: comp.text.xml Sent

Re: xslt and number formats

2001-11-29 Thread Brian T. Wolf
Silly me, the sample I included in the message is not what I was really using. Instead of xsl:value-of select=sum(tax_item/amount)/ I was really using xsl:number value=sum(tax_item/amount)/. The value-of does seem to work better - thanks! I still need to include your suggestion for the

Re: Embedding Printer Control parameters in PCL

2001-10-12 Thread Brian T. Wolf
We are working on that as well, though I don't have any good solutions yet either. If you run across something please let me know. Just as an FYI, I tried hardcoding a duplex print escape sequence into PCLRenderer.java and it printed both sides as expected. So I figure once we solve how to pass

orientation

2001-10-11 Thread Brian T. Wolf
I am trying to utilize the code in PCLRenderer that will send the landscape escape sequence. Unfortunately I cannot seem to figure out how to pass the information from the stylesheet to the renderer. If someone is already working on this I can wait a little bit; otherwise any advice on how

TXTRenderer

2001-10-11 Thread Brian T. Wolf
Is anyone else using the TXTRenderer? It seems that when I try it my pages all appear twice as wide as they are supposed to and the letter spacing is all funky. Is that already documented? If not, does anyone have any workarounds or ways to fix this? Thanks, Brian