Re: [xsl] generating an HTML web hierarchy from XML using XSLT

Subject: Re: [xsl] generating an HTML web hierarchy from XML using XSLT
From: "M. David Peterson" <m.david@xxxxxxxxxx>
Date: Thu, 15 Jul 2004 02:21:40 -0600
Hello Arul,

Thursday, July 15, 2004, 1:44:11 AM, you wrote:


> C:\eclipse\workspace\Sample (Access is denied)

> Any idea to solve this problem?



> --+--

Sounds like eclipse has a lock on that directory and wont allow you to
read it's contents.  Try copying the same directory somewhere other
than within the ecplipse directory path (look at its properties when
you do to make sure the permissions didnt copy as well and if they did
change them so that you have read/write access to that folder.) Then
write out the path to this directory within your java code and see if
that works.

Out of curiosity have you made this call anywhere within your code?

System.setProperty("javax.xml.transform.TransformerFactory", "org.apache.xalan.processor.TransformerFactoryImpl");

If not, depending on what it is currently set to, if anything, you may
encounter a runtime issue with TrAX not knowing where to send the
transformation information to...  Just thought I'd give you a heads up
just in case to save you a second post if you run across this...

-- 
Best regards,

<M:D/>

                            mailto:m.david@xxxxxxxxxx

Current Thread