Hi Team,
I'm no expert on java's xml & transformer APIs so I need a little help.
It appears to me that when using the identity Transformer from xalan we
no longer get notifications of XML parse errors.
Using an obviously corrupt input fo:
http://www.w3.org/1999/XSL/Format";>
we get the a messa
I'm not sure of the problem here, your input fo is not
an xsl fo, because the xfo to a namespace wasn't
bound. Hence the Xerces error message--what is it
that you're expecting instead?
Glen
--- Finn Bock <[EMAIL PROTECTED]> wrote:
> Hi Team,
>
> I'm no expert on java's xml & transformer APIs s
[Glen]
I'm not sure of the problem here, your input fo is not
an xsl fo, because the xfo to a namespace wasn't
bound. Hence the Xerces error message--what is it
that you're expecting instead?
I would expect that the ErrorHandler methods in FOTreeBuilder
(warning(), error() and fatalError()) was c
> -Original Message-
> From: Finn Bock [mailto:[EMAIL PROTECTED]
>
Hi Finn,
Not sure if this is what you're looking for, but the
javax.xml.transform.Transformer class does offer a setErrorListener() method
to use a custom Error Handler... IIUC, all we have yet to do is provide an
implemen
**
I had posted this in the fop-user group and the responses indicated that
there is no way this can be implemented currently. Just wanted an opinion
from the fop-dev crowd.
Thanks
**
My requirement is to render an XML as a PDF and then prin
[Andreas]
Hi Finn,
Not sure if this is what you're looking for, but the
javax.xml.transform.Transformer class does offer a setErrorListener() method
to use a custom Error Handler... IIUC, all we have yet to do is provide an
implementation for a javax.xml.transform.ErrorListener and use it to route
> -Original Message-
> From: Finn Bock [mailto:[EMAIL PROTECTED]
> >
> > Not sure if this is what you're looking for, but the
> > javax.xml.transform.Transformer class does offer a setErrorListener()
method
> > to use a custom Error Handler...
[Finn:]
> I couldn't get that working. As I s
> -Original Message-
> From: Andreas L. Delmelle [mailto:[EMAIL PROTECTED]
> [Finn:]
> > I couldn't get that working. As I see the it, the SAXException from the
> > xml parsing is not passed through to the ErrorListener.
> >
> > The source code from xalan confirms that. No ErrorHandler is
Clay,
I am a bit surprised. The docbook dtd clearly defines the entity
→ in iso-num.ent:
Why does not the forrest build see this? Does it not read the DTD?
I do not like character entities in decimal numbers. I can never
figure out what they refer to. IMO character codes should be given in
hexa
Finn Bock wrote:
and there is no way AFAICT to set a different error handler on the
XMLReader that the xalans transformer creates and uses to parse the
input file.
Well, if you really need control over the parser, you
have to create one by yourself rather than relying on
StreamSource to do it for
On Oct 20, 2004, at 11:32 AM, Simon Pepping wrote:
Clay,
I am a bit surprised. The docbook dtd clearly defines the entity
→ in iso-num.ent:
Why does not the forrest build see this? Does it not read the DTD?
I do not like character entities in decimal numbers. I can never
figure out what they refe
11 matches
Mail list logo