xsl-list
[Top] [All Lists]

Re: [xsl] relative URI in href

2008-08-24 17:05:03
Thank you, Florent,

there is something wrong here and the problem may be related to it.
I use a new version of the IDE and it handles copies of resource files
different. This may be the cause. Got to figure that out first.

Rolf

Florent Georges wrote:
Rolf Schumacher wrote:

  
String path=package.Main.class.getResource("includer.xsl").getPath();
Source xslt = new StreamSource(new File(path));
xslt.setSystemId(path);
Transformer transformer =
  TransformerFactory.newInstance().newTransformer(xslt);
transformer.transform(srcXml, fo);
    

  
Do you spot something wrong here?
    

  No, I don't.  Maybe someone else will, here or on a list for your
processor.  What is your processor?  What is within the path variable?

  Regards,

--drkm


























      
_____________________________________________________________________________ 
Envoyez avec Yahoo! Mail. Une boite mail plus intelligente 
http://mail.yahoo.fr

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

  

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>