Also, forgot to mention, consider dropping the use of
XSLTInputHandler and using JAXP directly--the latter
is a more established standard and a better skill to
be practicing:

Examples of JAXP:

http://xml.apache.org/fop/embedding.html#examples

Glen


--- Glen Mazza <[EMAIL PROTECTED]> wrote:
> I had a similar problem last year--take a good look
> at
> this thread [1], in particular Kris Schneider's
> comments:
> 
> [1]
>
http://marc.theaimsgroup.com/?t=105759908800002&r=1&w=2
> 
> Hopefully, this may be of help for you.
> 
> Glen
> 
> 
> --- [EMAIL PROTECTED] wrote:
> > My application is deployed in a WAR format on
> Unix.
> > The XSLTInputHandler is trying to access the XSL
> and
> > the XML files on the system but the getRealPath()
> > and
> > the getResource() methods return null /or a path
> > which
> > included the war info and the  XSLTInputHandler
> > errors
> > out with FileNotFoundException.
> > 
> > The XSLTInputHandler  constructor with InputSource
> > and
> > String doesnt work ( its a bug and I dont see it
> > being
> > fixed as per bugzilla).
> > 
> > So my question is how do i get the File objects
> for
> > XSL and XML from a WARred setup?
> > 
> > Thanks
> > 
> > 
> > 
> >
>
---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> > [EMAIL PROTECTED]
> > For additional commands, e-mail:
> > [EMAIL PROTECTED]
> > 
> 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 


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

Reply via email to