Re: XSL-FO Engine comparisons

2001-08-01 Thread Elliotte Rusty Harold
, not in the language. A new version of XSLFO wouldn't really help me any. -- +---++---+ | Elliotte Rusty Harold | [EMAIL PROTECTED] | Writer/Programmer | +---++---+ | The XML Bible

Re: XSL-FO Engine comparisons

2001-08-03 Thread Elliotte Rusty Harold
At 10:28 PM +0100 7/31/01, Sebastian Rahtz wrote: Elliotte Rusty Harold writes: The downside to this otherwise excellent engine is that it's Windows only and based on Windows graphics primitives rather than PostScript or PDF. It displays on the screen very nicely, and prints nicely too

Re: FOP conformance

2001-11-30 Thread Elliotte Rusty Harold
this feature in these stylesheets or that feature in those stylesheets. FOP will not produce any output when presented with an XSL 1.0 stylesheet. It cannot be used. -- +---++---+ | Elliotte Rusty Harold | [EMAIL PROTECTED] | Writer

Re: [ANNOUNCEMENT] FOP 0.20.3 Release Candidate available

2002-01-22 Thread Elliotte Rusty Harold
at some point? 0.20.2 never got beyond release candidate. -- +---++---+ | Elliotte Rusty Harold | [EMAIL PROTECTED] | Writer/Programmer | +---++---+ | The XML Bible, 2nd

Re: 0.20.3rc bug

2002-01-30 Thread Elliotte Rusty Harold
a master-name attribute to a master-reference attribute on the fo:page-sequence. -- +---++---+ | Elliotte Rusty Harold | [EMAIL PROTECTED] | Writer/Programmer

Re: pdf bean

2002-03-25 Thread Elliotte Rusty Harold
-- +---++---+ | Elliotte Rusty Harold | [EMAIL PROTECTED] | Writer/Programmer | +---++---+ | The XML Bible, 2nd Edition (Hungry Minds, 2001) | | http

Build problems Could not read filters from file:

2002-05-28 Thread Elliotte Rusty Harold
suggestions? -- +---++---+ | Elliotte Rusty Harold | [EMAIL PROTECTED] | Writer/Programmer | +---++---+ | The XML Bible, 2nd Edition (IDG Books, 2001

XSL-FO, Chapter 18 of the XML Bible, has been updated

2002-07-03 Thread Elliotte Rusty Harold
, and fixed a few minor errors where I noticed them. -- +---++---+ | Elliotte Rusty Harold | [EMAIL PROTECTED] | Writer/Programmer | +---++---+ | XML in a Nutshell, 2nd

Re: namespace-prefixes

2004-03-04 Thread Elliotte Rusty Harold
one immediately (See http://www.cafeconleche.org/books/xmljava/chapters/ch07.html#d0e9994 ) but you get the idea. -- Elliotte Rusty Harold [EMAIL PROTECTED] Effective XML (Addison-Wesley, 2003) http://www.cafeconleche.org/books/effectivexml http://www.amazon.com/exec/obidos

Re: namespace-prefixes

2004-03-04 Thread Elliotte Rusty Harold
At 2:36 PM -0800 3/4/04, Glen Mazza wrote: --- Elliotte Rusty Harold [EMAIL PROTECTED] wrote: What I ask on reading this code is why you're using SAXParserFactory at all? SAXParserFactory is a Sun class they invented to fill a hole in SAX 1.0. It's unnecessary in SAX 2.0. SAX2 apps should

Re: namespace-prefixes

2004-03-04 Thread Elliotte Rusty Harold
a process they didn't control. Four years later the rest of us are still paying the price for their hubris. :-( -- Elliotte Rusty Harold [EMAIL PROTECTED] Effective XML (Addison-Wesley, 2003) http://www.cafeconleche.org/books/effectivexml http://www.amazon.com/exec/obidos/ISBN%3D0321150406/ref

Re: namespace-prefixes

2004-03-05 Thread Elliotte Rusty Harold
these mistaken ideas that I just haven't read. You know, now that I think about it that way I have a funny feeling I may know which book that was, but I'll have to wait till I get to my office on Tuesday to check. -- Elliotte Rusty Harold [EMAIL PROTECTED] Effective XML (Addison-Wesley, 2003

Re: namespace-prefixes

2004-03-05 Thread Elliotte Rusty Harold
. SAXParserFactory.setFeature() invokes XMLReader.setFeature()! The SAXParserFactory doesn't even know what features it can support until the XMLReader tells it! Talk about a hack. Check it out for yourself: http://cvs.apache.org/viewcvs.cgi/xml-crimson/src/org/apache/crimson/jaxp/ -- Elliotte Rusty Harold [EMAIL