Re: AW: AW: Non existent tag error...

2001-11-30 Thread bryan hansen
case 3, at least this is the case > with the parser I use. So > it depends on whether or not you want different > behaviour when the tag is > missing than you want when the tag is present but > empty. > > -Original Message- > From: bryan hansen [mailto:[EMAIL PROTEC

Re: AW: Non existent tag error...

2001-11-29 Thread bryan hansen
em, or what does the oops > mean?? > > Anyway: > > > test="Transaction/Filing/OldFilingNumber > > != > > ''"> > > is not right, I think! Try: > > > That is the right term, the book says so. > > Christian > >

Re: Non existent tag error...

2001-11-28 Thread bryan hansen
Oops, line 87 is the line that does the xsl:when test! Bryan --- bryan hansen <[EMAIL PROTECTED]> wrote: > I have some xsl that checks to see if a tag does not > exist: > > > > > > select="Transaction/Filing/OldFilingNumber"

Non existent tag error...

2001-11-28 Thread bryan hansen
I have some xsl that checks to see if a tag does not exist: N/A This was working correctly, but now I am getting an error: ; SystemID: http://utstbrucc2/ucc-ack.fo.xsl; Line#: 87; Column#: -1 javax.xml.transform.Transform

Font problems...

2001-11-21 Thread bryan hansen
I have written an application using Fop-0.20.1-bin.tar.gz canidate. There are about 15 workstations that use it. Consistently on one of the work stations it will print (I guess glyph characters) empty boxes instead of the text that is specified. The only thing that prints out on the page is where

font-family default?

2001-11-20 Thread bryan hansen
If you don't specify a font-family, what is the default font that is used? I have searched around the site and it doesn't appear to be listed anywhere that i can see. I specify in certain areas what font to use, but nothing for the overall pdf. __