Hi Scott,
        perhaps the problem is to do with the way I am setting the SystemId?
at the moment I am setting it using a String:

Source xslSource = new StreamSource(new File("d:/blah.xsl");
xslSource.setSystemId("d:/blah.xsl");

I've tried using setSystemId(java.io.File f) as it says in the API but this
returns a compiler error?

thanks,

Paul.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 21, 2001 3:20 PM
To: [EMAIL PROTECTED]
Subject: Re: Problems finding imported XSL files



> Can anyone see whats wrong?

No.  Please let us know if you can isolate a bug in relation to this.  It
should work.

-scott





                    "Paul O'Neill"
                    <Paul.ONeill@gr        To:
<[EMAIL PROTECTED]>
                    adient.ie>             cc:     (bcc: Scott
Boag/CAM/Lotus)
                                           Subject:     Problems finding
imported XSL files
                    06/21/01 10:10
                    AM
                    Please respond
                    to xalan-dev






Hi,
    I have this code in an xslSource stylesheet:

  <?xml version="1.0" ?>
- <xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
  <xsl:import href="javaScript_default.xsl" />


When trying the following:

Transformer transformer = tFactory.newTransformer(xslSource);

I get:

javax.xml.transform.TransformerConfigurationException:
File "d:/res/src/application/presentation/default/javaScript_default.xsl"
not found.

Even though this is the location of the file and I have set the SystemId of
the parent XSL file to be itself.

Can anyone see whats wrong?

thanks,
Paul.




-----Original Message-----
From: Phillips, Andrew [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 21, 2001 2:52 PM
To: '[EMAIL PROTECTED]'
Subject: how do I unsubscribe??


unsubscribe






Reply via email to